Home | History | Annotate | Download | only in autofs

Lines Matching refs:options2

722  * key [-options] [ [/mountpoint] [-options2] location ... ]
735 *options2 = NULL, *location = NULL;
821 if (options2 != NULL || location != NULL) {
830 if (options2 != NULL) {
838 options2 = checked_strdup(yytext + 1);
863 if (options2 == NULL)
864 options2 = checked_strdup("");
868 mountpoint, options2, location);
870 node_new(node, mountpoint, options2, location,
872 mountpoint = options2 = location = NULL;
876 if (mountpoint != NULL || options2 != NULL ||