| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-moxie.c | 196 while (ISSPACE (*op_end)) in md_assemble() 217 while (ISSPACE (*op_end)) in md_assemble() 227 while (ISSPACE (*op_end)) in md_assemble() 235 while (ISSPACE (*op_end)) in md_assemble() 243 while (ISSPACE (*op_end)) in md_assemble() 269 while (ISSPACE (*op_end)) in md_assemble() 287 while (ISSPACE (*op_end)) in md_assemble() 294 while (ISSPACE (*op_end)) in md_assemble() 299 while (ISSPACE (*op_end)) in md_assemble() 308 while (ISSPACE (*op_end)) in md_assemble() [all …]
|
| H A D | tc-mcore.c | 361 while (*ilp != 0 && ISSPACE (*ilp)) in mcore_s_section() 365 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r')) in mcore_s_section() 496 while (ISSPACE (* s)) in parse_reg() 554 while (ISSPACE (* s)) in parse_creg() 653 while (ISSPACE (* s)) in parse_exp() 800 while (ISSPACE (* s)) in parse_mem() 807 while (ISSPACE (* s)) in parse_mem() 833 while (ISSPACE (* s)) in parse_mem() 865 while (ISSPACE (* str)) in md_assemble() 965 while (ISSPACE (* op_end)) in md_assemble() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-moxie.c | 196 while (ISSPACE (*op_end)) in md_assemble() 217 while (ISSPACE (*op_end)) in md_assemble() 227 while (ISSPACE (*op_end)) in md_assemble() 235 while (ISSPACE (*op_end)) in md_assemble() 243 while (ISSPACE (*op_end)) in md_assemble() 269 while (ISSPACE (*op_end)) in md_assemble() 287 while (ISSPACE (*op_end)) in md_assemble() 294 while (ISSPACE (*op_end)) in md_assemble() 299 while (ISSPACE (*op_end)) in md_assemble() 308 while (ISSPACE (*op_end)) in md_assemble() [all …]
|
| H A D | tc-mcore.c | 361 while (*ilp != 0 && ISSPACE (*ilp)) in mcore_s_section() 365 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r')) in mcore_s_section() 496 while (ISSPACE (* s)) in parse_reg() 554 while (ISSPACE (* s)) in parse_creg() 653 while (ISSPACE (* s)) in parse_exp() 800 while (ISSPACE (* s)) in parse_mem() 807 while (ISSPACE (* s)) in parse_mem() 833 while (ISSPACE (* s)) in parse_mem() 865 while (ISSPACE (* str)) in md_assemble() 965 while (ISSPACE (* op_end)) in md_assemble() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | split_nameval.c | 80 for (p = (s) + strlen(s); p > (s) && ISSPACE(p[-1]); p--) \ in split_nameval() 85 SKIP(buf, np, ISSPACE(*np)); /* find name begin */ in split_nameval() 88 SKIP(np, ep, !ISSPACE(*ep) && *ep != '='); /* find name end */ in split_nameval() 89 SKIP(ep, cp, ISSPACE(*cp)); /* skip blanks before '=' */ in split_nameval() 94 SKIP(cp, vp, ISSPACE(*vp)); /* skip leading blanks */ in split_nameval()
|
| H A D | split_qnameval.c | 68 for (key = buf; *key && ISSPACE(*key); key++) in split_qnameval() 77 } else if (ISSPACE(*key_end) || *key_end == '=') { in split_qnameval() 88 while (ISSPACE(*value)) in split_qnameval() 95 } while (ISSPACE(*value)); in split_qnameval()
|
| H A D | line_wrap.c | 106 while (line_len > 0 && ISSPACE(start_line[line_len - 1])) in line_wrap() 109 while (*word && ISSPACE(*word)) in line_wrap() 121 while (line_len > 0 && ISSPACE(start_line[line_len - 1])) in line_wrap()
|
| H A D | readlline.c | 105 for (cp = STR(buf) + start; cp < END(buf) && ISSPACE(*cp); cp++) in readllines() 117 if (next != '#' && !ISSPACE(next)) in readllines() 129 if (LEN(buf) > 0 && ISSPACE(*STR(buf))) { in readllines()
|
| H A D | dict_cidr.c | 137 else if (!ISSPACE(*p)) in dict_cidr_parse_rule() 156 while (*p && ISSPACE(*p)) /* Skip whitespace */ in dict_cidr_parse_rule() 181 else if (!ISSPACE(*p)) in dict_cidr_parse_rule() 192 while (*p && !ISSPACE(*p)) /* Skip over key */ in dict_cidr_parse_rule() 196 while (*p && ISSPACE(*p)) /* Skip whitespace */ in dict_cidr_parse_rule()
|
| /netbsd-src/libexec/makewhatis/ |
| H A D | makewhatis.c | 122 #define ISSPACE(c) isspace((unsigned char)(c)) macro 415 while (!ISSPACE(*str)) in findwhitespace() 530 while (ISSPACE(*data)) in addwhatis() 537 while ((*ptr != '\0') && !ISSPACE(*ptr)) in addwhatis() 567 while (ISSPACE(*from)) from++; in catpreprocess() 570 if (ISSPACE(*from)) { in catpreprocess() 571 while (ISSPACE(*++from)); in catpreprocess() 703 while (ISSPACE(*from)) in manpreprocess() 709 if (ISSPACE(*from)) { in manpreprocess() 710 while (ISSPACE(*++from)); in manpreprocess() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rclex.c | 148 while (ISSPACE (*s)) in cpp_line() 154 if (len > mlen && memcmp (s, "pragma", mlen) == 0 && ISSPACE (s[mlen])) in cpp_line() 159 while (ISSPACE (*s)) in cpp_line() 167 while (ISSPACE (*s)) in cpp_line() 173 while (ISSPACE (*s)) in cpp_line() 204 if (*send != '\0' && ! ISSPACE (*send)) in cpp_line() 211 while (ISSPACE (*s)) in cpp_line() 393 if (! ISSPACE (*t)) in handle_quotes() 395 while (ISSPACE (*t)) in handle_quotes() 556 assert (ISSPACE (*t)); in handle_uniquotes() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rclex.c | 148 while (ISSPACE (*s)) in cpp_line() 154 if (len > mlen && memcmp (s, "pragma", mlen) == 0 && ISSPACE (s[mlen])) in cpp_line() 159 while (ISSPACE (*s)) in cpp_line() 167 while (ISSPACE (*s)) in cpp_line() 173 while (ISSPACE (*s)) in cpp_line() 204 if (*send != '\0' && ! ISSPACE (*send)) in cpp_line() 211 while (ISSPACE (*s)) in cpp_line() 393 if (! ISSPACE (*t)) in handle_quotes() 395 while (ISSPACE (*t)) in handle_quotes() 556 assert (ISSPACE (*t)); in handle_uniquotes() [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | prepargs.c | 42 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro 58 while (ISSPACE ((unsigned char) *o)) in prepend_args() 69 while (*o && ! ISSPACE ((unsigned char) *o)); in prepend_args()
|
| H A D | strtol.c | 207 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 211 # define ISSPACE(Ch) iswspace (Ch) macro 225 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 229 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro 316 while (ISSPACE (*s))
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | util.c | 335 while (ISSPACE (c1) && c1 != '\n') c1 = *t1++; in lines_differ() 336 while (ISSPACE (c2) && c2 != '\n') c2 = *t2++; in lines_differ() 343 if (ISSPACE (c1)) in lines_differ() 348 if (! ISSPACE (c1)) in lines_differ() 358 if (ISSPACE (c2)) in lines_differ() 363 if (! ISSPACE (c2)) in lines_differ() 379 && ISSPACE (t1[-2])) in lines_differ() 386 && ISSPACE (t2[-2])) in lines_differ()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dsn_util.c | 132 || (cp[len] != 0 && !ISSPACE(cp[len]))) in dsn_valid() 154 while (ISSPACE(*cp)) in dsn_split() 170 while (ISSPACE(*cp)) in dsn_split()
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | load_file.c | 51 for (; ISSPACE(*s); s--) in load_file() 57 for (t = line; ISSPACE(*t); t++) in load_file() 79 while (ISSPACE(*s)) in load_file()
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | util.c | 448 while (ISSPACE (c1) && c1 != '\n') c1 = *t1++; 449 while (ISSPACE (c2) && c2 != '\n') c2 = *t2++; 456 if (ISSPACE (c1)) 461 if (! ISSPACE (c1)) 471 if (ISSPACE (c2)) 476 if (! ISSPACE (c2)) 492 && ISSPACE(t1[-2])) 499 && ISSPACE(t2[-2]))
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strtol.c | 208 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 212 # define ISSPACE(Ch) iswspace (Ch) macro 226 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 230 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro 307 while (ISSPACE (*s)) in INTERNAL()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | strtol.c | 200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 204 # define ISSPACE(Ch) iswspace (Ch) macro 213 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 217 # define ISSPACE(Ch) isspace (Ch) macro 294 while (ISSPACE (*s)) in INTERNAL()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | strtol.c | 200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 204 # define ISSPACE(Ch) iswspace (Ch) macro 213 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 217 # define ISSPACE(Ch) isspace (Ch) macro 294 while (ISSPACE (*s)) in INTERNAL()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | strtol.c | 211 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 215 # define ISSPACE(Ch) iswspace (Ch) macro 229 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 233 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro 320 while (ISSPACE (*s))
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | argv.c | 121 while (ISSPACE (**input)) in consume_whitespace() 130 while (*input != EOS && ISSPACE (*input)) in only_whitespace() 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 315 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"') in writeargv()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | argv.c | 121 while (ISSPACE (**input)) in consume_whitespace() 130 while (*input != EOS && ISSPACE (*input)) in only_whitespace() 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 313 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"') in writeargv()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | argv.c | 121 while (ISSPACE (**input)) in consume_whitespace() 130 while (*input != EOS && ISSPACE (*input)) in only_whitespace() 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 315 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"') in writeargv()
|