OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_fs_fstab
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/gen/
fstab.c
64
static struct fstab
_fs_fstab
;
variable in typeref:struct:fstab
97
(void)memset(&
_fs_fstab
, 0, sizeof(
_fs_fstab
));
104
_fs_fstab
.fs_spec = nextfld(&lp, sep);
105
if (!
_fs_fstab
.fs_spec || *
_fs_fstab
.fs_spec == '#')
107
_fs_fstab
.fs_file = nextfld(&lp, sep);
108
_fs_fstab
.fs_type = nextfld(&lp, sep);
109
if (
_fs_fstab
.fs_type) {
110
if (!strcmp(
_fs_fstab
.fs_type, FSTAB_XX)
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025