Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c734 replace_opts(char *options, int flag, char *trueopt, char *falseopt) in replace_opts() argument
749 if (strcmp(f, trueopt) == 0) { in replace_opts()
754 (void) strcat(options, trueopt); in replace_opts()
764 (void) strcat(options, flag ? trueopt : falseopt); in replace_opts()
787 const char *trueopt, in replace_opts_dflt() argument
811 if (strcmp(f, trueopt) == 0) { in replace_opts_dflt()
829 (void) strcat(options, last ? trueopt : falseopt); in replace_opts_dflt()