Home | History | Annotate | Download | only in misc

Lines Matching full:prog

232 	if (i->prog)
233 free(i->prog);
402 static char prog[256];
410 sprintf(prog, tpl, s, type);
411 if (stat(prog, &st) == 0) break;
414 return(s ? prog : NULL);
437 char *s, *argv[80], prog[80];
447 sprintf(prog, "fsck.%s", type);
448 argv[0] = string_copy(prog);
467 s = find_fsck(prog);
469 fprintf(stderr, _("fsck: %s: not found\n"), prog);
502 inst->prog = string_copy(prog);
609 inst->prog, inst->device, sig);
614 inst->prog, inst->device, status);