Searched refs:ffile (Results 1 – 9 of 9) sorted by relevance
| /src/usr.sbin/adduser/ |
| H A D | rmuser.sh | 224 ffile= 256 ffile="$2" 271 _insecure=`find $ffile ! -user 0 -or -perm +0022` 273 err "file ($ffile) must be owned by and writeable only by root." 276 if [ -r "$ffile" ]; then 277 userlist=`cat $ffile | while read _user _junk ; do 300 err "($ffile) does not exist or does not contain any user names."
|
| /src/share/mk/ |
| H A D | bsd.debug.mk | 33 CFLAGS+= -ffile-prefix-map=${map} 34 CXXFLAGS+= -ffile-prefix-map=${map}
|
| /src/sys/conf/ |
| H A D | kern.post.mk | 378 CFLAGS+= -ffile-prefix-map=${SYSDIR}=${PREFIX_SYSDIR} 379 CFLAGS+= -ffile-prefix-map=${.OBJDIR}=${PREFIX_OBJDIR} 381 CFLAGS+= -ffile-prefix-map=${SYSROOT}=/sysroot
|
| /src/contrib/tcsh/ |
| H A D | sh.dol.c | 526 if (ffile == 0) in Dgetdol() 529 length = Strlen(ffile); in Dgetdol() 534 setDolp(ffile); in Dgetdol()
|
| H A D | sh.c | 107 Char *ffile = NULL; variable 364 ffile = SAVE(tempv[0]); in main() 366 if (eq(ffile, STRaout)) /* A.out's are quittable */ in main() 1057 xfree(ffile); in main() 1059 ffile = SAVE(tempv[0]); in main()
|
| H A D | sh.h | 596 extern Char *ffile; /* Name of shell file for $0 */
|
| /src/contrib/openpam/ |
| H A D | ltmain.sh | 7730 -ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-fprofile-prefix-map=*| \
|
| /src/contrib/unbound/ |
| H A D | ltmain.sh | 7723 -ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-fprofile-prefix-map=*| \
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1771 def ffile_compilation_dir_EQ : Joined<["-"], "ffile-compilation-dir=">, Group<f_Group>, 2226 def ffile_reproducible : Flag<["-"], "ffile-reproducible">, Group<f_Group>, 4313 : Joined<["-"], "ffile-prefix-map=">, Group<f_Group>, 4315 "macros and __builtin_FILE(). Implies -ffile-reproducible.">; 4320 "__builtin_FILE(). Implies -ffile-reproducible.">;
|