Searched defs:trueopt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c729 * "trueopt" and "falseopt" are two settings of a Boolean option.
734 replace_opts(char *options, int flag, char *trueopt, char *falseopt) argument
749 if (strcmp(f, trueopt) == 0) {
754 (void) strcat(options, trueopt);
764 (void) strcat(options, flag ? trueopt : falseopt);
769 * "trueopt" and "falseopt" are two settings of a Boolean option and "dflt" is
771 * only the last mentioned occurrence of trueopt and falseopt. If neither is
776 * trueopt or falseopt appear at the end of the resulting option string.
787 const char *trueopt,
805 * options and updating the last seen occurrence of trueopt o
784 replace_opts_dflt( char *options, int dflt, const char *trueopt, const char *falseopt) argument
[all...]

Completed in 76 milliseconds