Home
last modified time | relevance | path

Searched refs:ffile (Results 1 – 9 of 9) sorted by relevance

/src/usr.sbin/adduser/
H A Drmuser.sh224 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 Dbsd.debug.mk33 CFLAGS+= -ffile-prefix-map=${map}
34 CXXFLAGS+= -ffile-prefix-map=${map}
/src/sys/conf/
H A Dkern.post.mk378 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 Dsh.dol.c526 if (ffile == 0) in Dgetdol()
529 length = Strlen(ffile); in Dgetdol()
534 setDolp(ffile); in Dgetdol()
H A Dsh.c107 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 Dsh.h596 extern Char *ffile; /* Name of shell file for $0 */
/src/contrib/openpam/
H A Dltmain.sh7730 -ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-fprofile-prefix-map=*| \
/src/contrib/unbound/
H A Dltmain.sh7723 -ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-fprofile-prefix-map=*| \
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1771 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.">;