Home
last modified time | relevance | path

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

/openbsd/src/sbin/unwind/libunbound/sldns/
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 …]
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);
/openbsd/src/usr.sbin/unbound/sldns/
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 …]
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);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-s390.c643 s390_tls_suffix (str_p, exp_p) in s390_tls_suffix() argument
644 char **str_p; in s390_tls_suffix()
660 str = *str_p;
675 if (&input_line_pointer != str_p)
686 *str_p = str;
726 s390_elf_suffix (str_p, exp_p) in s390_elf_suffix() argument
727 char **str_p; in s390_elf_suffix()
749 char *str = *str_p;
805 if (&input_line_pointer != str_p)
808 *str_p = str;
[all …]
Dtc-i370.c583 i370_elf_suffix (char **str_p, expressionS *exp_p) in i370_elf_suffix() argument
593 char *str = *str_p; in i370_elf_suffix()
647 if (&input_line_pointer != str_p) in i370_elf_suffix()
651 *str_p = str; in i370_elf_suffix()
Dtc-ppc.c1499 ppc_elf_suffix (str_p, exp_p) in ppc_elf_suffix() argument
1500 char **str_p; in ppc_elf_suffix()
1512 char *str = *str_p;
1656 if (&input_line_pointer != str_p)
1659 *str_p = str;
Dtc-sh64.c2442 shmedia_find_cooked_opcode (char **str_p) in shmedia_find_cooked_opcode() argument
2444 char *str = *str_p; in shmedia_find_cooked_opcode()
2475 *str_p = op_end; in shmedia_find_cooked_opcode()
Dtc-sh.c2419 find_cooked_opcode (char **str_p) in find_cooked_opcode() argument
2421 char *str = *str_p; in find_cooked_opcode()
2454 *str_p = (char *) op_end; in find_cooked_opcode()
Dtc-xtensa.c1620 xtensa_elf_suffix (char **str_p, expressionS *exp_p) in xtensa_elf_suffix() argument
1630 char *str = *str_p; in xtensa_elf_suffix()
1680 if (&input_line_pointer != str_p) in xtensa_elf_suffix()
1684 *str_p = str; in xtensa_elf_suffix()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-s390.c646 s390_tls_suffix (str_p, exp_p) in s390_tls_suffix() argument
647 char **str_p; in s390_tls_suffix()
663 str = *str_p;
678 if (&input_line_pointer != str_p)
689 *str_p = str;
729 s390_elf_suffix (str_p, exp_p) in s390_elf_suffix() argument
730 char **str_p; in s390_elf_suffix()
752 char *str = *str_p;
808 if (&input_line_pointer != str_p)
811 *str_p = str;
[all …]
Dtc-i370.c668 i370_elf_suffix (str_p, exp_p) in i370_elf_suffix() argument
669 char **str_p; in i370_elf_suffix()
680 char *str = *str_p;
741 if (&input_line_pointer != str_p)
745 *str_p = str;
Dtc-ppc.c1490 ppc_elf_suffix (str_p, exp_p) in ppc_elf_suffix() argument
1491 char **str_p; in ppc_elf_suffix()
1503 char *str = *str_p;
1647 if (&input_line_pointer != str_p)
1650 *str_p = str;
Dtc-sh64.c2437 shmedia_find_cooked_opcode (char **str_p) in shmedia_find_cooked_opcode() argument
2439 char *str = *str_p; in shmedia_find_cooked_opcode()
2470 *str_p = op_end; in shmedia_find_cooked_opcode()
Dtc-sh.c2241 find_cooked_opcode (char **str_p) in find_cooked_opcode() argument
2243 char *str = *str_p; in find_cooked_opcode()
2276 *str_p = op_end; in find_cooked_opcode()