Searched refs:mnt_file (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_file.c52 static FILE *mnt_file; variable
118 if (mnt_file) {
122 endmntent(mnt_file);
123 mnt_file = NULL;
228 if (mnt_file) {
230 endmntent(mnt_file);
231 mnt_file = NULL;
450 mnt_file = mfp;
H A Dmtab_linux.c65 static FILE *mnt_file = NULL; variable
293 if (mnt_file) {
295 endmntent(mnt_file);
296 mnt_file = NULL;
321 if (mnt_file || we_created_lockfile)
323 if (mnt_file) {
324 endmntent(mnt_file);
325 mnt_file = NULL;
561 mnt_file = mfp;
H A Dmtab_mach3.c50 static FILE *mnt_file; variable
116 if (mnt_file) {
120 endmntent(mnt_file);
121 mnt_file = NULL;
224 if (mnt_file) {
226 endmntent(mnt_file);
227 mnt_file = NULL;
500 mnt_file = mfp;

Completed in 307 milliseconds