Searched refs:addopt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_mount.c1056 bool_t addopt; local
1110 addopt = ((mtoptaltflags & mopts_restrict[i].m_flag) &&
1113 addopt = ((mtoptflags & mopts_restrict[i].m_flag) &&
1116 if (addopt) {
H A Dautod_parse.c1591 char *addopt = "direct"; local
1593 len = strlen(mapopts)+ strlen(addopt)+2; /* +2 for ",", '\0' */
1638 * a comma, plus addopt, so these strcat()s are safe.
1642 strcat(*map_mntopts, addopt);

Completed in 148 milliseconds