Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_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/usr.sbin/lpr/common_source/
H A Dcommon.c558 int statfile; in trstat_write() local
720 statfile = open(statfname, O_WRONLY|O_APPEND, 0664); in trstat_write()
721 if (statfile < 0) { in trstat_write()
726 write(statfile, statline, strlen(statline)); in trstat_write()
727 close(statfile); in trstat_write()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dipropd_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/usr.sbin/lpr/lpc/
H A Dcmds.c364 char statfile[MAXPATHLEN]; in upstat() local
366 status_file_name(pp, statfile, sizeof statfile); in upstat()
369 fd = open(statfile, O_WRONLY|O_CREAT|O_EXLOCK, STAT_FILE_MODE); in upstat()
/freebsd/libexec/ftpd/
H A Dftpd.c149 char *statfile; member
659 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; in inithosts() local
682 hrp->statfile = _PATH_FTPDSTATFILE; in inithosts()
717 statfile = _PATH_FTPDSTATFILE; in inithosts()
736 statfile = cp; in inithosts()
840 hrp->statfile = statfile; in inithosts()
1478 statfd = open(thishost->statfile, O_WRONLY|O_APPEND); in pass()
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v314 2. The configuration file has a new keyword: statfile <file>, where
/freebsd/crypto/heimdal/lib/hx509/
H A DMakefile.am185 random-data statfile crl.crl \
H A DMakefile.in596 random-data statfile crl.crl \