Searched refs:statfile (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | progreloc.c | 106 struct stat statfile; in maybe_executable() local 110 if (stat (filename, &statfile) < 0) in maybe_executable() 112 if (!(statfile.st_dev in maybe_executable() 113 && statfile.st_dev == statexe.st_dev in maybe_executable() 114 && statfile.st_ino == statexe.st_ino)) in maybe_executable()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | progreloc.c | 106 struct stat statfile; in maybe_executable() local 110 if (stat (filename, &statfile) < 0) in maybe_executable() 112 if (!(statfile.st_dev in maybe_executable() 113 && statfile.st_dev == statexe.st_dev in maybe_executable() 114 && statfile.st_ino == statexe.st_ino)) in maybe_executable()
|
/netbsd-src/usr.sbin/lpr/lpc/ |
H A D | cmds.c | 189 char statfile[MAXPATHLEN]; in upstat() local 192 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST); in upstat() 194 fd = open(statfile, O_WRONLY|O_CREAT, 0664); in upstat()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | ipropd_master.c | 1408 char *statfile = NULL; in open_stats() local 1418 else if (asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context)) != -1 in open_stats() 1419 && statfile != NULL) in open_stats() 1422 statfile, in open_stats() 1428 if (statfile != NULL) in open_stats() 1429 free(statfile); in open_stats()
|
/netbsd-src/external/bsd/ntp/dist/html/hints/ |
H A D | notes-xntp-v3 | 14 2. The configuration file has a new keyword: statfile <file>, where
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | Makefile.am | 195 random-data statfile crl.crl \
|
H A D | Makefile.in | 933 random-data statfile crl.crl \
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 3849 statfile
|