Searched refs:str_p (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/usr.bin/make/ |
| D | str.c | 131 const char *str_p; in Substring_Words() local 151 for (str_p = str;; str_p++) { in Substring_Words() 152 char ch = *str_p; in Substring_Words() 164 if (word_start == NULL && str_p[1] == inquote) { in Substring_Words() 170 str_p++; in Substring_Words() 227 if (str_p[1] == '\0') in Substring_Words() 229 ch = *++str_p; in Substring_Words() 233 switch (ch = *++str_p) { in Substring_Words() 238 str_p--; in Substring_Words()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-s390.c | 733 s390_tls_suffix (char **str_p, expressionS *exp_p) in s390_tls_suffix() argument 748 str = *str_p; in s390_tls_suffix() 763 if (&input_line_pointer != str_p) in s390_tls_suffix() 774 *str_p = str; in s390_tls_suffix() 809 s390_elf_suffix (char **str_p, expressionS *exp_p) in s390_elf_suffix() argument 830 char *str = *str_p; in s390_elf_suffix() 886 if (&input_line_pointer != str_p) in s390_elf_suffix() 889 *str_p = str; in s390_elf_suffix() 969 s390_lit_suffix (char **str_p, expressionS *exp_p, elf_suffix_type suffix) in s390_lit_suffix() argument 973 char *str = *str_p; in s390_lit_suffix() [all …]
|
| D | tc-ppc.c | 2092 ppc_elf_suffix (char **str_p, expressionS *exp_p) in ppc_elf_suffix() argument 2103 char *str = *str_p; in ppc_elf_suffix() 2297 *str_p = str; in ppc_elf_suffix() 2723 ppc_xcoff_suffix (char **str_p) in ppc_xcoff_suffix() argument 2734 char *str = *str_p; in ppc_xcoff_suffix() 2780 *str_p = str; in ppc_xcoff_suffix()
|
| D | tc-sh.c | 2144 find_cooked_opcode (char **str_p) in find_cooked_opcode() argument 2146 char *str = *str_p; in find_cooked_opcode() 2179 *str_p = (char *) op_end; in find_cooked_opcode()
|
| D | tc-m68k.c | 7829 m68k_elf_suffix (char **str_p, expressionS *exp_p) in m68k_elf_suffix() argument 7832 char *str = *str_p; in m68k_elf_suffix() 7868 if (&input_line_pointer != str_p) in m68k_elf_suffix() 7871 *str_p = str; in m68k_elf_suffix()
|
| D | tc-xtensa.c | 1742 xtensa_elf_suffix (char **str_p, expressionS *exp_p) in xtensa_elf_suffix() argument 1745 char *str = *str_p; in xtensa_elf_suffix() 1785 if (&input_line_pointer != str_p) in xtensa_elf_suffix() 1789 *str_p = str; in xtensa_elf_suffix()
|
| D | tc-arm.c | 4355 parse_dot_save (char **str_p, int prev_reg) in parse_dot_save() argument 4361 if (**str_p == ',') in parse_dot_save() 4362 *str_p += 1; in parse_dot_save() 4363 if (**str_p == '}') in parse_dot_save() 4365 *str_p += 1; in parse_dot_save() 4369 while ((reg = arm_reg_parse (str_p, REG_TYPE_RN)) != FAIL) in parse_dot_save() 4381 if (skip_past_char(str_p, '-') != FAIL) in parse_dot_save() 4383 else if (skip_past_comma(str_p) == FAIL) in parse_dot_save() 4406 parse_dot_save (str_p, reg); in parse_dot_save() 4412 else if ((reg = arm_reg_parse (str_p, REG_TYPE_PSEUDO)) != FAIL) in parse_dot_save() [all …]
|