Searched refs:status_file (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | linux-procfs.c | 35 FILE *status_file; in linux_proc_get_int() local 40 status_file = fopen (buf, "r"); in linux_proc_get_int() 41 if (status_file == NULL) in linux_proc_get_int() 47 while (fgets (buf, sizeof (buf), status_file)) in linux_proc_get_int() 54 fclose (status_file); in linux_proc_get_int()
|
| /dragonfly/usr.sbin/lpr/common_source/ |
| HD | common.c | 245 if (pp->status_file[0] == '/') in status_file_name() 246 strlcpy(buf, pp->status_file, len); in status_file_name() 248 snprintf(buf, len, "%s/%s", pp->spool_dir, pp->status_file); in status_file_name()
|
| HD | printcap.c | 250 &pp->status_file)); in getprintcap_int() 347 cfree(pp->status_file); in free_printer()
|
| HD | displayq.c | 125 fd = open(pp->status_file, O_RDONLY|O_SHLOCK); in displayq() 182 fd = open(pp->status_file, O_RDONLY|O_SHLOCK); in displayq()
|
| HD | lp.h | 85 char *status_file; /* ST: status file name */ member
|
| /dragonfly/usr.sbin/lpr/lpd/ |
| HD | printjob.c | 1856 fd = open(pp->status_file, O_WRONLY|O_CREAT|O_EXLOCK, STAT_FILE_MODE); in pstatus() 1859 pp->status_file); in pstatus()
|