Home
last modified time | relevance | path

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

/freebsd/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."
/freebsd/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 */
/freebsd/crypto/openssl/Configurations/
H A DREADME.md587 'lib' has the base (static) library ffile name
/freebsd/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.">;