Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 143) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c193 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 …]
Dsysdep.h57 extern char *strchr ();
/toolchain/binutils/binutils-2.25/gas/
Datof-generic.c107 #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()
Dinput-file.c174 if (!strchr (buf, '\n')) in input_file_open()
184 if (!strchr (buf, '\n')) in input_file_open()
Dremap.c50 p = strchr (arg, '='); in add_debug_prefix_map()
/toolchain/binutils/binutils-2.25/libiberty/
Dindex.c15 extern char * strchr(const char *, int);
20 return strchr (s, c); in index()
Dstrstr.c25 extern char *strchr (const char *, int);
35 for (; (p = strchr (p, *s2)) != 0; p++) in strstr()
Dvasprintf.c83 while (strchr ("-+ #0", *p)) in int_vasprintf()
103 while (strchr ("hlL", *p)) in int_vasprintf()
Dpex-win32.c75 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.c95 while (strchr ("-+ #0", *ptr)) /* Move past flags. */ in _doprnt()
113 while (strchr ("hlL", *ptr)) in _doprnt()
Dstrchr.c19 strchr (register const char *s, int c) in strchr() function
Dputenv.c72 const char *const name_end = strchr (string, '='); in putenv()
Dcplus-dem.c708 && 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/
Ditbl-test.c66 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/
Dtestplug.c192 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()
Dsysdep.h45 extern char *strchr ();
/toolchain/binutils/binutils-2.25/intl/
Drelocatable.c77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
82 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
Dlocalcharset.c340 const char *dot = strchr (locale, '.'); in locale_charset()
348 modifier = strchr (dot, '@'); in locale_charset()
Ddcigettext.c207 (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/
Dia64-gen.c478 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 …]
Dsparc-dis.c369 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/
Dtc-crx.c868 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()
Dtc-cr16.c1226 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()
Dtc-i370.c933 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/
Dsearch_list.c38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append()

123456