HomeSort by: relevance | last modified time | path
    Searched defs:mlfile (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 2148 FILE *mlfile; local in function:get_mountlist
2150 if ((mlfile = fopen(_PATH_RMOUNTLIST, "r")) == NULL) {
2155 while (fgets(str, STRSIZ, mlfile) != NULL) {
2170 (void)fclose(mlfile);
2179 FILE *mlfile; local in function:del_mlist
2220 if ((mlfile = fopen(_PATH_RMOUNTLIST, "w")) == NULL) {
2227 (void)fprintf(mlfile, "%s %s\n", mlp->ml_host,
2231 (void)fclose(mlfile);
2240 FILE *mlfile; local in function:add_mlist
2258 if ((mlfile = fopen(_PATH_RMOUNTLIST, "a")) == NULL)
    [all...]

Completed in 46 milliseconds