| /NextBSD/contrib/gcc/ |
| HD | gengtype-lex.l | 75 while (ISSPACE (*tagstart)) 79 while (ISSPACE (*tagstart)) 112 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--) 114 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++) 118 ISSPACE(*typestart); 122 ISSPACE (typestart[typelen-1]); 137 for (namestart = yytext + yyleng - 7; ISSPACE (*namestart); namestart--) 139 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++) 154 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--) 156 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++) [all …]
|
| HD | protoize.c | 1804 while (ISSPACE ((const unsigned char)*params_list)) in munge_compile_params() 1809 while (*params_list && !ISSPACE ((const unsigned char)*params_list)) in munge_compile_params() 1824 while (ISSPACE ((const unsigned char)*params_list)) in munge_compile_params() 1827 && !ISSPACE ((const unsigned char)*params_list)) in munge_compile_params() 2759 for (++ptr; ISSPACE ((const unsigned char)*ptr); in forward_to_next_token_char() 3120 while (ISSPACE ((const unsigned char)*next_end)) in edit_formals_lists() 3141 ISSPACE ((const unsigned char)*func_name_limit); ) in edit_formals_lists() 3236 if (ISSPACE ((unsigned char)*end_formals)) in find_rightmost_formals_list() 3237 while (ISSPACE ((unsigned char)*end_formals)) in find_rightmost_formals_list() 3266 if (ISSPACE ((const unsigned char)*end_formals)) in find_rightmost_formals_list() [all …]
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | 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() 394 assert (ISSPACE (*t)); in handle_quotes() 395 while (ISSPACE (*t)) in handle_quotes() 556 assert (ISSPACE (*t)); in handle_uniquotes() [all …]
|
| /NextBSD/contrib/tcsh/ |
| HD | vms.termcap.c | 31 #define ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro 102 for (++cp ; ISSPACE(*cp) ; cp++); in tgetent() 159 while (ISSPACE(*cp)) in tgetnum() 191 while (ISSPACE(*cp)) in tgetflag() 218 while (ISSPACE(*cp)) in tgetstr()
|
| HD | gethost.c | 53 #define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n') macro 126 for (; *ptr && ISSPACE(*ptr); ptr++) in gettoken() 137 for (tok--; tok >= token && *tok && ISSPACE(*tok); tok--) in gettoken()
|
| /NextBSD/contrib/diff/lib/ |
| HD | prepargs.c | 40 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro 56 while (ISSPACE ((unsigned char) *o)) in prepend_args() 67 while (*o && ! ISSPACE ((unsigned char) *o)); in prepend_args()
|
| /NextBSD/contrib/ipfilter/lib/ |
| HD | load_file.c | 49 for (; ISSPACE(*s); s--) in load_file() 55 for (t = line; ISSPACE(*t); t++) in load_file() 77 while (ISSPACE(*s)) in load_file()
|
| HD | alist_new.c | 35 while (ISSPACE(*host)) in alist_new() 41 while (ISSPACE(*host)) in alist_new()
|
| HD | inet_addr.c | 87 #define ISSPACE(x) isspace((u_char)(x)) macro 155 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c)))
|
| HD | ipft_hx.c | 129 while (ISSPACE(*s)) 165 if (ISSPACE(c)) {
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | argv.c | 215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 281 while (ISSPACE (*input)) in buildargv() 319 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"') in writeargv()
|
| HD | strtoul.c | 74 } while (ISSPACE(c)); in strtoul()
|
| HD | strtod.c | 59 while (ISSPACE (*p)) in strtod()
|
| HD | strtol.c | 103 } while (ISSPACE(c)); in strtol()
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | i386-gen.c | 52 while (ISSPACE (*str)) in remove_leading_whitespaces() 70 if (ISSPACE (str [last])) in remove_trailing_whitespaces() 193 if (ISSPACE (str[i]) || str[i] == '}') in process_i386_opcodes()
|
| /NextBSD/contrib/nvi/common/ |
| HD | multibyte.h | 53 #define ISSPACE iswspace macro 87 #define ISSPACE isspace macro
|
| /NextBSD/contrib/binutils/gas/ |
| HD | input-file.c | 167 && !strncmp (buf, "O_APP", 5) && ISSPACE (buf[5])) in input_file_open() 177 && !strncmp (buf, "PP", 2) && ISSPACE (buf[2])) in input_file_open()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | xstrtol.c | 77 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro 130 while (ISSPACE ((unsigned char) *q)) in __xstrtol()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | argv.c | 215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 281 while (ISSPACE (*input)) in buildargv()
|
| HD | strtoul.c | 74 } while (ISSPACE(c)); in strtoul()
|
| HD | strtol.c | 103 } while (ISSPACE(c)); in strtol()
|
| HD | strtod.c | 59 while (ISSPACE (*p)) in strtod()
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_irc_pxy.c | 100 for (c = *s; !ISSPACE(c) && (i > 0); i--) 124 for (; !ISSPACE(c) && (i > 0); i--) 168 if (ISSPACE(c))
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-spu.c | 274 for (param = op; *param != 0 && !ISSPACE (*param); param++) in md_assemble() 390 while (ISSPACE (*param)) in calcop() 408 while (ISSPACE (*param)) in calcop() 428 while (ISSPACE (*param)) in calcop()
|
| /NextBSD/contrib/binutils/include/ |
| HD | safe-ctype.h | 102 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
|