Searched defs:falseopt (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
752 } else if (strcmp(f, falseopt) == 0) {
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.
788 const char *falseopt)
806 * falseopt.
813 } else if (strcmp(f, falseopt)
784 replace_opts_dflt( char *options, int dflt, const char *trueopt, const char *falseopt) argument
[all...]

Completed in 59 milliseconds