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

/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c566 int statfile; local
728 statfile = open(statfname, O_WRONLY|O_APPEND, 0664);
729 if (statfile < 0) {
730 /* statfile was given, but we can't open it. should we
734 write(statfile, statline, strlen(statline));
735 close(statfile);
/freebsd-11-stable/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-11-stable/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-11-stable/libexec/ftpd/
H A Dftpd.c165 char *statfile; member in struct:ftphost
679 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; local
702 hrp->statfile = _PATH_FTPDSTATFILE;
737 statfile = _PATH_FTPDSTATFILE;
756 statfile = cp;
860 hrp->statfile = statfile;
1519 statfd = open(thishost->statfile, O_WRONLY|O_APPEND);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.am185 random-data statfile crl.crl \
H A DMakefile.in596 random-data statfile crl.crl \

Completed in 106 milliseconds