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

/freebsd-11-stable/usr.sbin/adduser/
H A Drmuser.sh225 ffile=
257 ffile="$2"
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
301 err "($ffile) does not exist or does not contain any user names."
/freebsd-11-stable/contrib/tcsh/
H A Dsh.c107 Char *ffile = NULL; variable
364 ffile = SAVE(tempv[0]);
366 if (eq(ffile, STRaout)) /* A.out's are quittable */
1057 xfree(ffile);
1059 ffile = SAVE(tempv[0]);
H A Dsh.h596 extern Char *ffile; /* Name of shell file for $0 */

Completed in 111 milliseconds