Home
last modified time | relevance | path

Searched refs:statfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_printer_tbl.c144 char statfile[MAXPATHLEN]; in get_printer_status() local
164 strlcpy(statfile, pp->status_file, sizeof(statfile)); in get_printer_status()
166 snprintf(statfile, sizeof(statfile), "%s/%s", in get_printer_status()
169 f = fopen(statfile, "r"); in get_printer_status()
/freebsd-14-stable/usr.sbin/lpr/common_source/
HDcommon.c564 int statfile; in trstat_write() local
726 statfile = open(statfname, O_WRONLY|O_APPEND, 0664); in trstat_write()
727 if (statfile < 0) { in trstat_write()
732 write(statfile, statline, strlen(statline)); in trstat_write()
733 close(statfile); in trstat_write()
/freebsd-14-stable/crypto/heimdal/lib/kadm5/
HDipropd_master.c666 char *statfile = NULL; in open_stats() local
673 asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context)); in open_stats()
676 statfile, in open_stats()
682 if (statfile) in open_stats()
683 free(statfile); in open_stats()
/freebsd-14-stable/usr.sbin/lpr/lpc/
HDcmds.c376 char statfile[MAXPATHLEN]; in upstat() local
378 status_file_name(pp, statfile, sizeof statfile); in upstat()
381 fd = open(statfile, O_WRONLY|O_CREAT|O_EXLOCK, STAT_FILE_MODE); in upstat()
/freebsd-14-stable/libexec/ftpd/
HDftpd.c164 char *statfile; member
674 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; in inithosts() local
697 hrp->statfile = _PATH_FTPDSTATFILE; in inithosts()
732 statfile = _PATH_FTPDSTATFILE; in inithosts()
751 statfile = cp; in inithosts()
855 hrp->statfile = statfile; in inithosts()
1493 statfd = open(thishost->statfile, O_WRONLY|O_APPEND); in pass()
/freebsd-14-stable/contrib/ntp/html/hints/
HDnotes-xntp-v314 2. The configuration file has a new keyword: statfile <file>, where
/freebsd-14-stable/crypto/heimdal/lib/hx509/
HDMakefile.am185 random-data statfile crl.crl \
HDMakefile.in596 random-data statfile crl.crl \