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

  /src/external/gpl3/binutils/dist/binutils/
defparse.y 43 %type <id> opt_name opt_name2 opt_equal_name opt_import_name
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
215 opt_name: opt_name2 { $$ =$1; } label
defparse.y 43 %type <id> opt_name opt_name2 opt_equal_name opt_import_name
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
215 opt_name: opt_name2 { $$ =$1; } label
  /src/external/gpl3/binutils/dist/ld/
deffilep.y 136 %type <id> opt_name opt_name2 opt_equal_name anylang_id opt_id
147 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
148 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
304 opt_name: opt_name2 { $$ = $1; } label
deffilep.y 136 %type <id> opt_name opt_name2 opt_equal_name anylang_id opt_id
147 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
148 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
304 opt_name: opt_name2 { $$ = $1; } label
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.y 43 %type <id> opt_name opt_name2 opt_equal_name opt_import_name
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
215 opt_name: opt_name2 { $$ =$1; } label
defparse.y 43 %type <id> opt_name opt_name2 opt_equal_name opt_import_name
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
215 opt_name: opt_name2 { $$ =$1; } label
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.y 136 %type <id> opt_name opt_name2 opt_equal_name anylang_id opt_id
147 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
148 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
304 opt_name: opt_name2 { $$ = $1; } label
deffilep.y 136 %type <id> opt_name opt_name2 opt_equal_name anylang_id opt_id
147 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
148 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
304 opt_name: opt_name2 { $$ = $1; } label
  /src/external/bsd/less/dist/
edit.c 155 struct mloption { char *opt_name; void (*opt_func)(char*,int); }; member in struct:mloption
162 for (opt = options; opt->opt_name != NULL; opt++)
164 int name_len = strlen(opt->opt_name);
165 if (opt_len > name_len && strncmp(str, opt->opt_name, name_len) == 0)
edit.c 155 struct mloption { char *opt_name; void (*opt_func)(char*,int); }; member in struct:mloption
162 for (opt = options; opt->opt_name != NULL; opt++)
164 int name_len = strlen(opt->opt_name);
165 if (opt_len > name_len && strncmp(str, opt->opt_name, name_len) == 0)
  /src/usr.sbin/btconfig/
btconfig.c 135 static int opt_name = 0; variable
171 { "name", P_STR, &opt_name, name },
549 if (opt_name)
btconfig.c 135 static int opt_name = 0; variable
171 { "name", P_STR, &opt_name, name },
549 if (opt_name)
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 216 static int parse_remapped_files_with_opt(const char *opt_name,
223 int prefix_len = strlen(opt_name);
230 if (strncmp(argv[arg], opt_name, prefix_len))
255 "error: %sfrom:to argument is missing comma\n", opt_name);
326 char opt_name[32]; local
333 sprintf(opt_name, "-remap-file-%d=", try_idx);
334 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg,
c-index-test.c 216 static int parse_remapped_files_with_opt(const char *opt_name,
223 int prefix_len = strlen(opt_name);
230 if (strncmp(argv[arg], opt_name, prefix_len))
255 "error: %sfrom:to argument is missing comma\n", opt_name);
326 char opt_name[32]; local
333 sprintf(opt_name, "-remap-file-%d=", try_idx);
334 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg,

Completed in 72 milliseconds