/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 193 if (strchr (cmd, '/') != NULL) in look_for_prog() 773 && strchr (saved_argv[optind-1], '=')) in main() 867 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); in main() 958 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); in main() 995 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); in main() 1047 quote = (strchr (base_file_name, ' ') in main() 1048 || strchr (base_file_name, '\t')); in main() 1095 quote = (strchr (base_file_name, ' ') in main() 1096 || strchr (base_file_name, '\t')); in main() 1104 quote = (strchr (exp_file_name, ' ') in main() [all …]
|
D | sysdep.h | 57 extern char *strchr ();
|
/toolchain/binutils/binutils-2.25/gas/ |
D | atof-generic.c | 107 #define IS_DECIMAL_MARK(c) (0 != strchr (string_of_decimal_marks, (c))) in atof_generic() 164 && (!c || !strchr (string_of_decimal_exponent_marks, c))); in atof_generic() 214 && (!c || !strchr (string_of_decimal_exponent_marks, c))); in atof_generic() 249 if (c && strchr (string_of_decimal_exponent_marks, c)) in atof_generic() 259 if (c && strchr ("+-", c)) in atof_generic()
|
D | input-file.c | 174 if (!strchr (buf, '\n')) in input_file_open() 184 if (!strchr (buf, '\n')) in input_file_open()
|
D | remap.c | 50 p = strchr (arg, '='); in add_debug_prefix_map()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | index.c | 15 extern char * strchr(const char *, int); 20 return strchr (s, c); in index()
|
D | strstr.c | 25 extern char *strchr (const char *, int); 35 for (; (p = strchr (p, *s2)) != 0; p++) in strstr()
|
D | vasprintf.c | 83 while (strchr ("-+ #0", *p)) in int_vasprintf() 103 while (strchr ("hlL", *p)) in int_vasprintf()
|
D | pex-win32.c | 75 while ((s = strchr (s, '/')) != NULL) in backslashify() 157 char *p = strchr (buf, '\0'); in tack_on_executable() 453 int has_slash = (strchr (program, '/') || strchr (program, '\\')); in find_executable() 684 eol = strchr (buf, '\n'); in spawn_script() 716 if (strchr (executable1, '\\') == NULL) in spawn_script()
|
D | _doprnt.c | 95 while (strchr ("-+ #0", *ptr)) /* Move past flags. */ in _doprnt() 113 while (strchr ("hlL", *ptr)) in _doprnt()
|
D | strchr.c | 19 strchr (register const char *s, int c) in strchr() function
|
D | putenv.c | 72 const char *const name_end = strchr (string, '='); in putenv()
|
D | cplus-dem.c | 708 && strchr (cplus_markers, opname[2]) != NULL) in cplus_demangle_opname() 747 && strchr (cplus_markers, opname[4]) != NULL) in cplus_demangle_opname() 2371 start_spec_args = strchr (*mangled, '<'); in demangle_arm_hp_template() 2513 && strchr (cplus_markers, (*mangled)[8])) in demangle_arm_hp_template() 2756 char *marker = strchr (cplus_markers, (*mangled)[8]); in demangle_prefix() 2798 scan = strchr (scan, '_'); in demangle_prefix() 2953 && strchr (cplus_markers, (*mangled)[1]) != NULL in gnu_special() 2967 && strchr (cplus_markers, (*mangled)[3]) != NULL))) in gnu_special() 3030 && (strchr("0123456789Qt", (*mangled)[1]) != NULL) in gnu_special() 3055 && strchr (cplus_markers, (*mangled)[8])) in gnu_special() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | itbl-test.c | 66 if (p = strchr (s, ';'), p) /* strip comments */ in main() 68 if (p = strchr (s, '#'), p) /* strip comments */ in main()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | testplug.c | 192 colon1 = strchr (str, ':'); in parse_symdefstr() 195 colon2 = strchr (colon1+1, ':'); in parse_symdefstr() 204 colon5 = strchr (colon2+1, ':'); /* Actually only third so far. */ in parse_symdefstr() 207 colon5 = strchr (colon5+1, ':'); /* Hopefully fourth now. */ in parse_symdefstr() 210 colon5 = strchr (colon5+1, ':'); /* Optional fifth now. */ in parse_symdefstr()
|
D | sysdep.h | 45 extern char *strchr ();
|
/toolchain/binutils/binutils-2.25/intl/ |
D | relocatable.c | 77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P)) 82 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
|
D | localcharset.c | 340 const char *dot = strchr (locale, '.'); in locale_charset() 348 modifier = strchr (dot, '@'); in locale_charset()
|
D | dcigettext.c | 207 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P)) 212 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) 562 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname); 1061 p = strchr (p, '\0');
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-gen.c | 478 if ((xsect = strchr(name, '\\')) != NULL) in fetch_insn_class() 480 if ((comment = strchr(name, '[')) != NULL) in fetch_insn_class() 482 if ((notestr = strchr(name, '+')) != NULL) in fetch_insn_class() 500 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL) in fetch_insn_class() 579 xsect = strchr (subname, '\\'); in fetch_insn_class() 724 xsect = strchr (name, '\\'); in parse_resource_users() 730 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL) in parse_resource_users() 842 tmp = strchr (tmp, ';'); in load_depfile() 849 tmp = strchr (tmp, ';'); in load_depfile() 1432 if (strchr (name, '%')) in lookup_specifier() [all …]
|
D | sparc-dis.c | 369 char *p0 = (char *) strchr (op0->args, '+'); in compare_opcodes() 370 char *p1 = (char *) strchr (op1->args, '+'); in compare_opcodes() 553 && strchr (opcode->args, 'r') != 0) in print_insn_sparc() 557 && strchr (opcode->args, 'O') != 0) in print_insn_sparc()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-crx.c | 868 if (strchr (operand, '(') != NULL) in parse_operand() 889 if (strchr (operand, '(') != NULL) in parse_operand() 891 if (strchr (operand, ',') != NULL in parse_operand() 892 && (strchr (operand, ',') > strchr (operand, '('))) in parse_operand() 1759 if (strchr (paramP, '{') == NULL) in preprocess_reglist() 1763 if (strchr (paramP, '}') == NULL) in preprocess_reglist()
|
D | tc-cr16.c | 1226 if ((strchr (operandS,'(') != NULL)) in set_operand() 1248 operandS = strchr (operandE,'['); in set_operand() 1253 operandE = strchr (operandS, ']'); in set_operand() 1344 if (strchr (operand, '(') != NULL) in parse_operand() 1365 if (strchr (operand, '(') != NULL) in parse_operand() 1367 if (strchr (operand, ',') != NULL in parse_operand() 1368 && (strchr (operand, ',') > strchr (operand, '('))) in parse_operand()
|
D | tc-i370.c | 933 clse = strchr (input_line_pointer, '\''); in i370_dc() 943 clse = strchr (input_line_pointer, '\"'); in i370_dc() 1428 dot = strchr (input_line_pointer, '*'); in i370_addr_offset() 1525 clse = strchr (input_line_pointer, '\''); in i370_addr_cons() 1536 clse = strchr (input_line_pointer, '\"'); in i370_addr_cons() 1730 star = strchr (input_line_pointer, '*'); in i370_using() 1838 s = strchr (s, ','); in i370_macro()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | search_list.c | 38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append()
|