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

/barrelfish-master/lib/libc/gen/
H A Dfstab.c51 static FILE *_fs_fp; variable
121 if (!(p = fgets(line, sizeof(line), _fs_fp)))
227 if ((!_fs_fp && !setfsent()) || !fstabscan())
257 if (_fs_fp) {
258 rewind(_fs_fp);
268 if ((_fs_fp = fopen(path_fstab, "re")) != NULL) {
280 if (_fs_fp) {
281 (void)fclose(_fs_fp);
282 _fs_fp = NULL;

Completed in 77 milliseconds