Searched refs:isspace (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/intl/ |
D | localealias.c | 267 while (isspace ((unsigned char) cp[0])) 274 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) 281 while (isspace ((unsigned char) cp[0])) 290 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
|
D | plural-exp.c | 121 while (*nplurals != '\0' && isspace ((unsigned char) *nplurals))
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | chew.c | 258 isspace ((unsigned char) c) 401 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1)) in strip_trailing_newlines() 532 while (fname && isspace ((unsigned char) at (tos, fname))) in paramstuff() 535 && !isspace ((unsigned char) at (tos,fname)) in paramstuff() 545 if (!isspace ((unsigned char) at (tos, len - 1))) in paramstuff() 557 if (!isspace ((unsigned char) at (tos, len - 1))) in paramstuff() 764 && isspace ((unsigned char) at (tos, idx + 2))) in bulletize() 811 && !isspace ((unsigned char) at (tos, idx + 2))) in do_fancy_stuff() 943 while (idx && isspace ((unsigned char) at (tos, idx))) in kill_bogus_lines() 1153 while (isspace ((unsigned char) *string) || *string == '-') [all …]
|
/toolchain/binutils/binutils-2.25/include/ |
D | safe-ctype.h | 139 #undef isspace 140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | opc2c.c | 499 for (cp = line; isspace (*cp); cp++); in process_vary() 500 for (ep = cp; *ep && !isspace (*ep); ep++); in process_vary() 510 for (cp = ep; isspace (*cp); cp++); in process_vary() 513 for (ep = cp; *ep && !isspace (*ep); ep++); in process_vary() 647 while (op->comment[0] && isspace (op->comment[0])) in main()
|
D | ChangeLog-0001 | 234 ctype.h. Fix formatting. Use ISSPACE instead of isspace and 420 tolower/isspace. 421 (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace. 426 ISSPACE instead of isspace. 429 tolower/isspace. 430 (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace. 435 tolower/isspace. 436 (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0001 | 685 (input_file_open): Use ISSPACE instead of isspace. 1005 (obj_elf_vtable_inherit): Use ISSPACE instead of isspace. 1019 (md_assemble): Use ISSPACE/ISALNUM instead of isspace/isalnum. 1024 (do_ldrd): Use ISSPACE instead of isspace. 1037 (get_flags): Use ISSPACE instead of isspace. 1042 (d30v_start_line): Use ISSPACE instead of isspace. 1063 (md_assemble): Use ISSPACE instead of isspace. 1078 instead of isspace/isalnum/isupper/tolower. 1092 (md_assemble): Use ISSPACE instead of isspace. 1101 (mcore_s_section): Use ISSPACE instead of isspace. [all …]
|
D | ChangeLog-2004 | 1593 * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0001 | 612 (def_file_add_directive): Use ISSPACE instead of isspace. 616 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace. 638 (add_keepsyms_file): Use ISSPACE instead of isspace. 644 (gldppcmacos_read_file): Use ISSPACE instead of isspace. 646 (quoteput): Use ISSPACE instead of isspace.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-0001 | 388 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum. 398 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) 238 # define ISSPACE(c) (ISASCII (c) && isspace (c))
|
D | ChangeLog | 4843 * argv.c: Define ISBLANK and use it, not isspace.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-0001 | 2145 (srec_scan): Use ISSPACE instead of isspace.
|