Home | History | Annotate | Download | only in util

Lines Matching defs:dirfile

484 /* If DIRFILE does not exist, create a minimal one (or abort).  If it
488 ensure_dirfile_exists (char *dirfile)
490 int desc = open (dirfile, O_RDONLY);
496 f = fopen (dirfile, "w");
518 pfatal_with_name (dirfile);
525 dirfile, readerr, strerror (errno));
728 null, pipe to it to create DIRFILE. Thus if we read dir.gz on input,
732 output_dirfile (char *dirfile, int dir_nlines, struct line_data *dir_lines,
741 char *command = concat (compression_program, ">", dirfile);
745 output = fopen (dirfile, "w");
749 perror (dirfile);
1147 char *infile = 0, *dirfile = 0;
1204 if (dirfile)
1207 progname, dirfile);
1210 dirfile = optarg;
1214 if (dirfile)
1217 progname, dirfile);
1220 dirfile = concat (optarg, "", "/dir");
1296 else if (dirfile == 0)
1297 dirfile = argv[optind];
1305 if (!dirfile)
1360 dir_data = readfile (dirfile, &dir_size, ensure_dirfile_exists,