Home
last modified time | relevance | path

Searched refs:nofile (Results 1 – 25 of 44) sorted by relevance

12

/netbsd/bin/csh/
H A Dmisc.c232 int nofile; in closem() local
235 nofile = FOLDSTD + 1; in closem()
236 if (fcntl(nofile, F_CLOSEM, 0) == -1) in closem()
238 nofile = NOFILE; in closem()
240 for (f = 0; f < nofile; f++) in closem()
H A Dcsh.c174 int nofile = 0; variable
394 nofile = 1; in main()
405 nofile = 1; in main()
415 nofile = 1; in main()
427 nofile = 1; in main()
432 nofile = 1; in main()
459 if (nofile == 0 && argc > 0) { in main()
460 nofile = open(tempv[0], O_RDONLY); in main()
461 if (nofile < 0) { in main()
471 if ((SHIN = dmove(nofile, FSHIN)) < 0) in main()
[all …]
/netbsd/external/bsd/atf/dist/test-programs/
H A Dc_helpers.c165 char *nofile; in ATF_TC_BODY() local
170 RE(atf_text_format(&nofile, "%s.no", in ATF_TC_BODY()
172 touch(nofile); in ATF_TC_BODY()
173 free(nofile); in ATF_TC_BODY()
/netbsd/usr.sbin/lpr/lpd/
H A Dprintjob.c548 int n, fi, fo, child_pid, p[2], stopped = 0, nofile; in print() local
592 nofile = sysconf(_SC_OPEN_MAX); in print()
593 for (n = 3; n < nofile; n++) in print()
738 nofile = sysconf(_SC_OPEN_MAX); in print()
739 for (n = 3; n < nofile; n++) in print()
1126 int i, p[2], s, nofile; in sendmail() local
1137 nofile = sysconf(_SC_OPEN_MAX); in sendmail()
1138 for (i = 3; i < nofile; i++) in sendmail()
1330 int i, nofile; in setup_ofilter() local
1338 nofile = sysconf(_SC_OPEN_MAX); in setup_ofilter()
[all …]
/netbsd/tests/usr.bin/realpath/
H A Dt_realpath.sh73 nofile='-
380 run_tests_pass -E "${nofile}" "${nofile_results}"
402 run_tests_pass '' "${nofile}" "${nofile_results}"
442 run_tests_fail -e "${nofile}"
/netbsd/external/bsd/unbound/dist/testdata/04-checkconf.tdir/
H A D04-checkconf.test21 echo "exit code for nofile wrong"
/netbsd/external/public-domain/sqlite/sqlite2mdoc/
H A Dmain.c193 static int nofile; variable
1034 if (0 == nofile) { in emit()
1453 if (0 == nofile) in emit()
1481 nofile = 1; in main()
/netbsd/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dtests.sh99 $CHECKCONF -z hint-nofile.conf > hint-nofile.out 2>&1 && ret=1
100 grep "could not configure root hints from 'nonexistent.db': file not found" hint-nofile.out > /dev/…
/netbsd/sys/kern/
H A Dkern_proc.c232 static const int nofile = NOFILE; variable
529 rlim[RLIMIT_NOFILE].rlim_cur = maxfiles < nofile ? maxfiles : nofile; in proc0_init()
/netbsd/libexec/ftpd/
H A Dftpd.c1062 checkuser(const char *fname, const char *name, int def, int nofile, in checkuser() argument
1074 return nofile; in checkuser()
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Dconfigure5522 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/
H A Dconfigure5021 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/file/dist/
H A Dconfigure6069 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/lgpl3/mpc/dist/
H A Dconfigure5056 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/libevent/dist/
H A Dconfigure5596 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/public-domain/xz/dist/
H A Dconfigure7627 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/openpam/dist/
H A Dconfigure6229 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/flex/dist/
H A Dconfigure3971 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/sys/external/isc/libsodium/dist/
H A Dconfigure9313 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/mit/expat/dist/
H A Dconfigure5972 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/unbound/dist/
H A Dconfigure7405 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/lgpl3/mpfr/dist/
H A Dconfigure6456 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/mpl/bind/dist/
H A Dconfigure4749 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/ntp/dist/sntp/libevent/m4/
H A Dlibtool.m43683 mingw*) lt_bad_file=conftest.nm/nofile ;;
/netbsd/external/bsd/ntp/dist/sntp/m4/
H A Dlibtool.m43683 mingw*) lt_bad_file=conftest.nm/nofile ;;

12