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

  /src/usr.bin/units/
units.c 137 FILE *unitfile; local in function:readunits
145 unitfile = fopen(userfile, "rt");
146 if (!unitfile)
150 unitfile = fopen(UNITSFILE, "rt");
151 if (!unitfile) {
173 unitfile = fopen(filename, "rt");
174 if (unitfile)
179 if (!unitfile)
184 while (!feof(unitfile)) {
185 if (!fgets(line, 79, unitfile))
    [all...]
units.c 137 FILE *unitfile; local in function:readunits
145 unitfile = fopen(userfile, "rt");
146 if (!unitfile)
150 unitfile = fopen(UNITSFILE, "rt");
151 if (!unitfile) {
173 unitfile = fopen(filename, "rt");
174 if (unitfile)
179 if (!unitfile)
184 while (!feof(unitfile)) {
185 if (!fgets(line, 79, unitfile))
    [all...]

Completed in 22 milliseconds