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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.c730 * key [-options] [ [/mountpoint] [-options2] location ... ]
743 *options2 = NULL, *location = NULL; local
829 if (options2 != NULL || location != NULL) {
838 if (options2 != NULL) {
846 options2 = checked_strdup(yytext + 1);
871 if (options2 == NULL)
872 options2 = checked_strdup("");
876 mountpoint, options2, location);
878 node_new(node, mountpoint, options2, location,
880 mountpoint = options2
[all...]
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp426 std::vector< const base_option* > options2; local
427 options2.push_back(&flag2);
428 const parsed_cmdline cmdline2 = parse(cmdline.arguments(), options2);

Completed in 65 milliseconds