Searched refs:unitfile (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/units/
H A Dunits.c137 FILE *unitfile; local
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 188 milliseconds