Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c524 static const char *stdopts[] = { variable
533 #define NSTDOPT (sizeof (stdopts) / sizeof (stdopts[0]))
541 if (strcmp(opt, stdopts[i]) == 0) in optindx()