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

/freebsd-10.0-release/usr.bin/units/
H A Dunits.c112 FILE *unitfile; local
120 unitfile = fopen(userfile, "rt");
121 if (!unitfile)
125 unitfile = fopen(UNITSFILE, "rt");
126 if (!unitfile) {
136 unitfile = fopen(filename, "rt");
137 if (unitfile)
142 if (!unitfile)
146 while (!feof(unitfile)) {
147 if (!fgets(line, sizeof(line), unitfile))
[all...]

Completed in 115 milliseconds