Home
last modified time | relevance | path

Searched refs:str_p (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dparseutil.c321 sldns_parse_escape(uint8_t *ch_p, const char** str_p) in sldns_parse_escape() argument
325 if ((*str_p)[0] && isdigit((unsigned char)(*str_p)[0]) && in sldns_parse_escape()
326 (*str_p)[1] && isdigit((unsigned char)(*str_p)[1]) && in sldns_parse_escape()
327 (*str_p)[2] && isdigit((unsigned char)(*str_p)[2])) { in sldns_parse_escape()
329 val = (uint16_t)(((*str_p)[0] - '0') * 100 + in sldns_parse_escape()
330 ((*str_p)[1] - '0') * 10 + in sldns_parse_escape()
331 ((*str_p)[2] - '0')); in sldns_parse_escape()
337 *str_p += 3; in sldns_parse_escape()
340 } else if ((*str_p)[0] && !isdigit((unsigned char)(*str_p)[0])) { in sldns_parse_escape()
342 *ch_p = (uint8_t)*(*str_p)++; in sldns_parse_escape()
[all …]
H A Dparseutil.h144 int sldns_parse_escape(uint8_t *ch_p, const char** str_p);
152 int sldns_parse_char(uint8_t *ch_p, const char** str_p);
/netbsd-src/usr.bin/make/
H A Dstr.c131 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/
H A Dtc-s390.c733 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 …]
H A Dtc-ppc.c2092 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()
H A Dtc-sh.c2144 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()
H A Dtc-m68k.c7805 m68k_elf_suffix (char **str_p, expressionS *exp_p) in m68k_elf_suffix() argument
7808 char *str = *str_p; in m68k_elf_suffix()
7844 if (&input_line_pointer != str_p) in m68k_elf_suffix()
7847 *str_p = str; in m68k_elf_suffix()
H A Dtc-xtensa.c1742 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()
H A Dtc-arm.c4355 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c731 s390_tls_suffix (char **str_p, expressionS *exp_p) in s390_tls_suffix() argument
746 str = *str_p; in s390_tls_suffix()
761 if (&input_line_pointer != str_p) in s390_tls_suffix()
772 *str_p = str; in s390_tls_suffix()
807 s390_elf_suffix (char **str_p, expressionS *exp_p) in s390_elf_suffix() argument
828 char *str = *str_p; in s390_elf_suffix()
884 if (&input_line_pointer != str_p) in s390_elf_suffix()
887 *str_p = str; in s390_elf_suffix()
967 s390_lit_suffix (char **str_p, expressionS *exp_p, elf_suffix_type suffix) in s390_lit_suffix() argument
971 char *str = *str_p; in s390_lit_suffix()
[all …]
H A Dtc-ppc.c2050 ppc_elf_suffix (char **str_p, expressionS *exp_p) in ppc_elf_suffix() argument
2061 char *str = *str_p; in ppc_elf_suffix()
2255 *str_p = str; in ppc_elf_suffix()
2681 ppc_xcoff_suffix (char **str_p) in ppc_xcoff_suffix() argument
2692 char *str = *str_p; in ppc_xcoff_suffix()
2738 *str_p = str; in ppc_xcoff_suffix()
H A Dtc-sh.c2159 find_cooked_opcode (char **str_p) in find_cooked_opcode() argument
2161 char *str = *str_p; in find_cooked_opcode()
2194 *str_p = (char *) op_end; in find_cooked_opcode()
H A Dtc-m68k.c7817 m68k_elf_suffix (char **str_p, expressionS *exp_p) in m68k_elf_suffix() argument
7820 char *str = *str_p; in m68k_elf_suffix()
7856 if (&input_line_pointer != str_p) in m68k_elf_suffix()
7859 *str_p = str; in m68k_elf_suffix()
H A Dtc-xtensa.c1755 xtensa_elf_suffix (char **str_p, expressionS *exp_p) in xtensa_elf_suffix() argument
1758 char *str = *str_p; in xtensa_elf_suffix()
1798 if (&input_line_pointer != str_p) in xtensa_elf_suffix()
1802 *str_p = str; in xtensa_elf_suffix()