Searched refs:nofile (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.c239 int nofile = 0; local
902 nofile = 1;
950 nofile = 1;
983 nofile = 1;
999 nofile = 1;
1005 nofile = 1;
1059 if (nofile == 0 && argc > 0) {
1060 nofile = xopen(tempv[0], O_RDONLY|O_LARGEFILE);
1061 if (nofile < 0) {
1074 if ((SHIN = dmove(nofile, FSHI
[all...]
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c1034 * `nofile'
1043 checkuser(const char *fname, const char *name, int def, int nofile, argument
1055 return nofile;

Completed in 106 milliseconds