HomeSort by: relevance | last modified time | path
    Searched defs:extonly (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/fsplit/
fsplit.c 110 static struct extract extonly[MAXEXTONLY]; variable in typeref:struct:extract[]
128 extonly[numextonly].name = optarg;
129 extonly[numextonly].found = false;
179 if (!extonly[i].found) {
181 warnx("%s not found", extonly[i].name);
245 if (strcmp(fname, extonly[i].name) == 0) {
246 extonly[i].found = true;
fsplit.c 110 static struct extract extonly[MAXEXTONLY]; variable in typeref:struct:extract[]
128 extonly[numextonly].name = optarg;
129 extonly[numextonly].found = false;
179 if (!extonly[i].found) {
181 warnx("%s not found", extonly[i].name);
245 if (strcmp(fname, extonly[i].name) == 0) {
246 extonly[i].found = true;

Completed in 85 milliseconds