Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c668 char vfs_options[VFS_LINE_MAX], *optptr; in hasopt() local
671 (void) strcpy(vfs_options, "ro"); in hasopt()
673 (void) strcpy(vfs_options, options); in hasopt()
676 while (optptr = strrchr(vfs_options, ',')) { in hasopt()
684 if (strcmp(vfs_options, keyword) == 0) in hasopt()