HomeSort by: relevance | last modified time | path
    Searched defs:exp_file (Results 1 - 3 of 3) 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);
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);
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 36 milliseconds