Home
last modified time | relevance | path

Searched refs:vfs_options (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c672 char vfs_options[VFS_LINE_MAX], *optptr; in hasopt() local
675 (void) strcpy(vfs_options, "ro"); in hasopt()
677 (void) strcpy(vfs_options, options); in hasopt()
680 while (optptr = strrchr(vfs_options, ',')) { in hasopt()
688 if (strcmp(vfs_options, keyword) == 0) in hasopt()