HomeSort by: relevance | last modified time | path
    Searched defs:options2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_flags_test.cc 60 static const char *options2 = variable in namespace:__tsan
147 test_default_options = options2;
158 InitializeFlags(&f, options2);
165 test_default_options = options2;
170 InitializeFlags(&f, options2);
  /src/usr.sbin/autofs/
common.c 722 * key [-options] [ [/mountpoint] [-options2] location ... ]
735 *options2 = NULL, *location = NULL; local in function:parse_map_yyin
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
    [all...]

Completed in 14 milliseconds