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

/openbsd-current/lib/libc/gen/
H A Dfstab.c43 static FILE *_fs_fp; variable
60 if (!(cp = fgets(line, sizeof(line), _fs_fp)))
156 if ((!_fs_fp && !setfsent()) || !fstabscan())
186 if (_fs_fp) {
187 rewind(_fs_fp);
198 if ((_fs_fp = fopen(_PATH_FSTAB, "re")))
209 if (_fs_fp) {
210 (void)fclose(_fs_fp);
211 _fs_fp = NULL;

Completed in 77 milliseconds