| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-visium.c | 869 skip_space (char *s) in skip_space() function 880 char *s = skip_space (*sptr); in parse_gen_reg() 917 char *s = skip_space (*sptr); in parse_fp_reg() 954 char *s = skip_space (*sptr); in parse_cc() 1098 str = skip_space (str); in md_assemble() 1127 str = skip_space (str); in md_assemble() 1157 str = skip_space (str); in md_assemble() 1167 str = skip_space (str); in md_assemble() 1200 str = skip_space (str); in md_assemble() 1205 str = skip_space (str + 1); in md_assemble() [all …]
|
| H A D | tc-wasm32.c | 230 skip_space (char *s) in skip_space() function 254 from = skip_space (from); in extract_opcode() 357 str = skip_space (str); in wasm32_leb128() 447 str = skip_space (str); in wasm32_leb128() 592 str = skip_space (str); in wasm32_operands() 601 str = skip_space (str); in wasm32_operands() 621 str = skip_space (str); in wasm32_operands() 626 str = skip_space (str); in wasm32_operands() 631 str = skip_space (str); in wasm32_operands() 667 str = skip_space (str); in wasm32_operands() [all …]
|
| H A D | tc-z80.c | 583 skip_space (const char *s) in skip_space() function 626 if (ISSPACE(p[1]) && *skip_space (p + 1) == '(') in z80_start_line_hook() 655 rest = (char*)skip_space (rest); in z80_start_line_hook() 832 p = skip_space (p + 1); in is_indir() 890 p = skip_space (s); in parse_exp_not_indexed() 903 p = skip_space (p); in parse_exp_not_indexed() 913 p = skip_space (p+1); in parse_exp_not_indexed() 916 p = skip_space(p+2); in parse_exp_not_indexed() 917 if (*skip_space(p+1) == ')' && (*p == '+' || *p == '-')) in parse_exp_not_indexed() 922 input_line_pointer = (char*)skip_space(p + 1) + 1; in parse_exp_not_indexed() [all …]
|
| H A D | tc-avr.c | 619 skip_space (char *s) in skip_space() function 635 from = skip_space (from); in extract_word() 864 str = skip_space (str); in avr_get_constant() 946 str = skip_space (str); in avr_ldi_expression() 1053 char *str = skip_space (*line); in avr_operand() 1149 str = skip_space (str + 1); in avr_operand() 1160 str = skip_space (str + 1); in avr_operand() 1184 str = skip_space (str + 1); in avr_operand() 1212 str = skip_space (str); in avr_operand() 1394 str = skip_space (str); in avr_operands() [all …]
|
| H A D | tc-pru.c | 1822 skip_space (char *s) in skip_space() function 1840 tmp = input_line_pointer = skip_space (input_line_pointer); in pru_parse_cons_expression() 1849 input_line_pointer = skip_space (input_line_pointer + len); in pru_parse_cons_expression() 1853 input_line_pointer = skip_space (input_line_pointer + 1); in pru_parse_cons_expression()
|
| H A D | tc-msp430.c | 453 skip_space (char * s) in skip_space() function 468 from = skip_space (from); in extract_operand() 660 from = skip_space (from); in extract_word() 4343 str = skip_space (str); /* Skip leading spaces. */ in md_assemble()
|
| H A D | tc-metag.c | 234 skip_space (const char *line) in skip_space() function 6104 l = skip_space (l); in parse_prefix() 6252 l = skip_space (l); in parse_prefix() 6501 l = skip_space (l); in parse_insn() 6525 l = skip_space (l); in parse_insn()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-visium.c | 890 skip_space (char *s) in skip_space() function 901 char *s = skip_space (*sptr); in parse_gen_reg() 938 char *s = skip_space (*sptr); in parse_fp_reg() 975 char *s = skip_space (*sptr); in parse_cc() 1119 str = skip_space (str); in md_assemble() 1148 str = skip_space (str); in md_assemble() 1178 str = skip_space (str); in md_assemble() 1188 str = skip_space (str); in md_assemble() 1221 str = skip_space (str); in md_assemble() 1226 str = skip_space (str + 1); in md_assemble() [all …]
|
| H A D | tc-wasm32.c | 230 skip_space (char *s) in skip_space() function 254 from = skip_space (from); in extract_opcode() 357 str = skip_space (str); in wasm32_leb128() 447 str = skip_space (str); in wasm32_leb128() 592 str = skip_space (str); in wasm32_operands() 601 str = skip_space (str); in wasm32_operands() 621 str = skip_space (str); in wasm32_operands() 626 str = skip_space (str); in wasm32_operands() 631 str = skip_space (str); in wasm32_operands() 667 str = skip_space (str); in wasm32_operands() [all …]
|
| H A D | tc-z80.c | 583 skip_space (const char *s) in skip_space() function 626 if (ISSPACE(p[1]) && *skip_space (p + 1) == '(') in z80_start_line_hook() 655 rest = (char*)skip_space (rest); in z80_start_line_hook() 832 p = skip_space (p + 1); in is_indir() 890 p = skip_space (s); in parse_exp_not_indexed() 903 p = skip_space (p); in parse_exp_not_indexed() 913 p = skip_space (p+1); in parse_exp_not_indexed() 916 p = skip_space(p+2); in parse_exp_not_indexed() 917 if (*skip_space(p+1) == ')' && (*p == '+' || *p == '-')) in parse_exp_not_indexed() 922 input_line_pointer = (char*)skip_space(p + 1) + 1; in parse_exp_not_indexed() [all …]
|
| H A D | tc-avr.c | 619 skip_space (char *s) in skip_space() function 635 from = skip_space (from); in extract_word() 864 str = skip_space (str); in avr_get_constant() 946 str = skip_space (str); in avr_ldi_expression() 1053 char *str = skip_space (*line); in avr_operand() 1149 str = skip_space (str + 1); in avr_operand() 1160 str = skip_space (str + 1); in avr_operand() 1184 str = skip_space (str + 1); in avr_operand() 1212 str = skip_space (str); in avr_operand() 1394 str = skip_space (str); in avr_operands() [all …]
|
| H A D | tc-pru.c | 1822 skip_space (char *s) in skip_space() function 1840 tmp = input_line_pointer = skip_space (input_line_pointer); in pru_parse_cons_expression() 1849 input_line_pointer = skip_space (input_line_pointer + len); in pru_parse_cons_expression() 1853 input_line_pointer = skip_space (input_line_pointer + 1); in pru_parse_cons_expression()
|
| H A D | tc-msp430.c | 451 skip_space (char * s) in skip_space() function 466 from = skip_space (from); in extract_operand() 658 from = skip_space (from); in extract_word() 4341 str = skip_space (str); /* Skip leading spaces. */ in md_assemble()
|
| H A D | tc-metag.c | 234 skip_space (const char *line) in skip_space() function 6104 l = skip_space (l); in parse_prefix() 6252 l = skip_space (l); in parse_prefix() 6501 l = skip_space (l); in parse_insn() 6525 l = skip_space (l); in parse_insn()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/ |
| H A D | property_parse.c | 25 static const char *skip_space(const char *s) in DEFINE_STACK_OF() 37 *t = skip_space(s + 1); in match_ch() 50 *t = skip_space(s + m_len); in match() 91 *t = skip_space(s); in parse_name() 120 *t = skip_space(s); in parse_number() 157 *t = skip_space(s); in parse_hex() 187 *t = skip_space(s); in parse_oct() 219 *t = skip_space(s + 1); in parse_string() 251 *t = skip_space(s); in parse_unquoted() 356 s = skip_space(s); in ossl_parse_property() [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth2-pubkeyfile.c | 303 skip_space(&cp); in auth_check_authkey_line() 512 skip_space(&cp); in auth_check_authkeys_file()
|
| H A D | misc.h | 59 void skip_space(char **);
|
| H A D | sshsig.c | 800 skip_space(&cp); in parse_principals_key_and_options()
|
| H A D | misc.c | 2488 skip_space(char **cpp) in skip_space() function
|
| /netbsd-src/usr.bin/mail/ |
| H A D | def.h | 446 skip_space(char *p) in skip_space() function
|
| H A D | lex.c | 642 cp = skip_space(linebuf); in execute() 757 cp = skip_space(cp); in execute()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-0001 | 6645 (md_assemble): use skip_space () before parsing instruction
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-0001 | 6645 (md_assemble): use skip_space () before parsing instruction
|