Searched refs:status_file (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_printer_tbl.c | 163 if (pp->status_file[0] == '/') in get_printer_status() 164 strlcpy(statfile, pp->status_file, sizeof(statfile)); in get_printer_status() 167 pp->spool_dir, pp->status_file); in get_printer_status()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 304 if (pp->status_file[0] == '/') in status_file_name() 305 strlcpy(buf, pp->status_file, len); in status_file_name() 307 snprintf(buf, len, "%s/%s", pp->spool_dir, pp->status_file); in status_file_name()
|
H A D | printcap.c | 247 &pp->status_file)); in getprintcap_int() 344 cfree(pp->status_file); in free_printer()
|
H A D | displayq.c | 131 fd = open(pp->status_file, O_RDONLY|O_SHLOCK); in displayq() 188 fd = open(pp->status_file, O_RDONLY|O_SHLOCK); in displayq()
|
H A D | lp.h | 83 char *status_file; /* ST: status file name */ member
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1989 fd = open(pp->status_file, O_WRONLY|O_CREAT|O_EXLOCK, STAT_FILE_MODE); in pstatus() 1992 pp->status_file); in pstatus()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-s_server.pod.in | 80 [B<-status_file> I<infile>] 537 =item B<-status_file> I<infile>
|