Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/adduser/
HDrmuser.sh225 ffile=
240 ffile="$OPTARG"
272 _insecure=`find $ffile ! -user 0 -or -perm +0022`
274 err "file ($ffile) must be owned by and writeable only by root."
277 if [ -r "$ffile" ]; then
278 userlist=`cat $ffile | while read _user _junk ; do
288 err "($ffile) does not exist or does not contain any user names."
/dragonfly/contrib/tcsh-6/
HDsh.c107 Char *ffile = NULL; variable
364 ffile = SAVE(tempv[0]); in main()
366 if (eq(ffile, STRaout)) /* A.out's are quittable */ in main()
1061 xfree(ffile); in main()
1063 ffile = SAVE(tempv[0]); in main()
HDsh.dol.c560 if (ffile == 0) in Dgetdol()
563 length = Strlen(ffile); in Dgetdol()
568 setDolp(ffile); in Dgetdol()
HDsh.h599 extern Char *ffile; /* Name of shell file for $0 */
/dragonfly/contrib/gcc-8.0/gcc/
HDcommon.opt1184 ffile-prefix-map=
1186 -ffile-prefix-map=<old>=<new> Map one directory name to another in compilation result.