Searched refs:fcb_file (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/auditreduce/ |
H A D | proc.c | 254 if ((fp = fopen(fcb->fcb_file, "r")) == NULL) { 258 ar, fcb->fcb_file); 285 ar, error_str, fcb->fcb_file); 291 ar, fcb->fcb_file); 501 ar, (pcb->pcb_cur)->fcb_file); 545 if (!strstr((pcb->pcb_cur)->fcb_file, 548 (pcb->pcb_cur)->fcb_file, pcb->pcb_nrecs); 566 str = (pcb->pcb_cur)->fcb_file; 604 %d record written.\n", ar, (pcb->pcb_cur)->fcb_file, 801 "file %s\n"), tokenid, (pcb->pcb_cur)->fcb_file); [all …]
|
H A D | option.c | 726 (void) strcpy(fcb->fcb_file, std); in process_fileopt() 727 fcb->fcb_suffix = fcb->fcb_name = fcb->fcb_file; in process_fileopt() 733 pcb->pcb_suffix = fcb->fcb_file; in process_fileopt() 887 (void) strcpy(fcb->fcb_file, fname); in proc_file() 975 for (slp = namep = fcb->fcb_file; *namep; namep++) { in check_file()
|
H A D | auditrt.h | 51 char fcb_file[1]; /* full path and name string */ member
|
H A D | main.c | 614 if (unlink(fcb->fcb_file)) { in delete_infiles() 618 ar, fcb->fcb_file); in delete_infiles()
|