OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exp_file
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/mountd/
mountd.c
1016
get_exportlist_one(FILE *
exp_file
)
1032
while ((line = fparseln(
exp_file
, &len, &lineno, NULL, 0)) != NULL) {
1234
FILE *
exp_file
;
local in function:get_exportlist
1274
if ((
exp_file
= fopen(exnames[i], "r")) == NULL) {
1285
get_exportlist_one(
exp_file
);
1287
(void)fclose(
exp_file
);
Completed in 13 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025