Searched refs:myname (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/scripts/
H A Dconfig4 myname=${0##*/}
13 $myname options command ...
38 $myname doesn't check the validity of the .config file. This is done at next
41 By default, $myname will upper-case the given symbol. Use --keep-case to keep
44 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
45 variable CONFIG_ to the prefix to use. Eg.: CONFIG_="FOO_" $myname ...
/linux-4.1.27/scripts/mod/
H A Dmodpost.c96 const char *myname; is_vmlinux() local
98 myname = strrchr(modname, '/'); is_vmlinux()
99 if (myname) is_vmlinux()
100 myname++; is_vmlinux()
102 myname = modname; is_vmlinux()
104 return (strcmp(myname, "vmlinux") == 0) || is_vmlinux()
105 (strcmp(myname, "vmlinux.o") == 0); is_vmlinux()
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpssd.c156 static char *myname; variable
1699 myname = argv[0]; main()

Completed in 144 milliseconds