OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mlfile
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/mountd/
mountd.c
2148
FILE *
mlfile
;
local
2150
if ((
mlfile
= fopen(_PATH_RMOUNTLIST, "r")) == NULL) {
2155
while (fgets(str, STRSIZ,
mlfile
) != NULL) {
2170
(void)fclose(
mlfile
);
2179
FILE *
mlfile
;
local
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
2258
if ((
mlfile
= fopen(_PATH_RMOUNTLIST, "a")) == NULL)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026