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

/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_printer_tbl.c146 char statfile[MAXPATHLEN]; local
166 strlcpy(statfile, pp->status_file, sizeof(statfile));
168 snprintf(statfile, sizeof(statfile), "%s/%s",
171 f = fopen(statfile, "r");
/freebsd-10.3-release/usr.sbin/ctm/ctm/
H A Dctm.c55 FILE *statfile; local
167 if((statfile = fopen(Buffer, "r")) == NULL) {
171 fscanf(statfile, "%*s %u", &applied);
172 fclose(statfile);
/freebsd-10.3-release/usr.sbin/lpr/common_source/
H A Dcommon.c564 int statfile; local
726 statfile = open(statfname, O_WRONLY|O_APPEND, 0664);
727 if (statfile < 0) {
728 /* statfile was given, but we can't open it. should we
732 write(statfile, statline, strlen(statline));
733 close(statfile);
/freebsd-10.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c666 char *statfile = NULL; local
673 asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context));
676 statfile,
682 if (statfile)
683 free(statfile);
/freebsd-10.3-release/usr.sbin/lpr/lpc/
H A Dcmds.c376 char statfile[MAXPATHLEN]; local
378 status_file_name(pp, statfile, sizeof statfile);
381 fd = open(statfile, O_WRONLY|O_CREAT|O_EXLOCK, STAT_FILE_MODE);
/freebsd-10.3-release/libexec/ftpd/
H A Dftpd.c163 char *statfile; member in struct:ftphost
678 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; local
701 hrp->statfile = _PATH_FTPDSTATFILE;
736 statfile = _PATH_FTPDSTATFILE;
755 statfile = cp;
859 hrp->statfile = statfile;
1511 statfd = open(thishost->statfile, O_WRONLY|O_APPEND);
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A DMakefile.am185 random-data statfile crl.crl \
H A DMakefile.in596 random-data statfile crl.crl \

Completed in 135 milliseconds