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

/freebsd-9.3-release/lib/libc/gen/
H A Dfstab.c52 static struct fstab _fs_fstab; variable in typeref:struct:fstab
95 if (_fs_fstab.fs_file != NULL && strcmp(_fs_fstab.fs_file, "/") != 0)
107 _fs_fstab.fs_spec = buf;
128 _fs_fstab.fs_spec = strsep(&p, ":\n");
129 _fs_fstab.fs_file = strsep(&p, ":\n");
131 _fs_fstab.fs_type = strsep(&p, ":\n");
132 if (_fs_fstab.fs_type) {
133 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
135 _fs_fstab
[all...]

Completed in 42 milliseconds