Searched refs:unitfile (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.bin/units/
H A Dunits.c123 FILE *unitfile; local
132 unitfile = fopen(userfile, "r");
133 if (!unitfile)
137 unitfile = fopen(UNITSFILE, "r");
138 if (!unitfile) {
148 unitfile = fopen(filename, "rt");
149 if (unitfile)
154 if (!unitfile)
159 if (cap_rights_limit(fileno(unitfile), &unitfilerights) < 0
162 while (!feof(unitfile)) {
[all...]

Completed in 142 milliseconds