Searched refs:seg_path (Results 1 – 1 of 1) sorted by relevance
60 char *seg_path; /* " " " */ member181 if (segp->seg_path != NULL) in free_seg_slot()182 free(segp->seg_path); in free_seg_slot()294 if (stat(segp->seg_path, &stbuf) < 0) { in open_file()297 gcp->program_name, segp->seg_path, strerror(err)); in open_file()307 gcp->program_name, segp->seg_path); in open_file()316 if (!access(segp->seg_path, R_OK | W_OK)) in open_file()318 else if (!access(segp->seg_path, R_OK)) { in open_file()321 } else if (!access(segp->seg_path, W_OK)) { in open_file()326 gcp->program_name, segp->seg_path); in open_file()[all …]