| /freebsd-12-stable/contrib/gcc/ |
| D | 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 …]
|
| D | 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 …]
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| 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() 394 assert (ISSPACE (*t)); in handle_quotes() 395 while (ISSPACE (*t)) in handle_quotes() 556 assert (ISSPACE (*t)); in handle_uniquotes() [all …]
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | vms.termcap.c | 30 #define ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro 101 for (++cp ; ISSPACE(*cp) ; cp++); in tgetent() 158 while (ISSPACE(*cp)) in tgetnum() 190 while (ISSPACE(*cp)) in tgetflag() 217 while (ISSPACE(*cp)) in tgetstr()
|
| D | gethost.c | 50 #define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n') macro 123 for (; *ptr && ISSPACE(*ptr); ptr++) in gettoken() 134 for (tok--; tok >= token && *tok && ISSPACE(*tok); tok--) in gettoken()
|
| /freebsd-12-stable/contrib/diff/lib/ |
| D | 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()
|
| /freebsd-12-stable/sbin/ipf/libipf/ |
| D | 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()
|
| D | alist_new.c | 35 while (ISSPACE(*host)) in alist_new() 41 while (ISSPACE(*host)) in alist_new()
|
| D | inet_addr.c | 82 #define ISSPACE(x) isspace((u_char)(x)) macro 148 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c))) in inet_aton()
|
| D | ipft_hx.c | 126 while (ISSPACE(*s)) in hex_readip() 162 if (ISSPACE(c)) { in readhex()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | 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()
|
| D | strtoul.c | 74 } while (ISSPACE(c)); in strtoul()
|
| D | strtod.c | 59 while (ISSPACE (*p)) in strtod()
|
| D | strtol.c | 103 } while (ISSPACE(c)); in strtol()
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | 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()
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | 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()
|
| /freebsd-12-stable/contrib/nvi/common/ |
| D | multibyte.h | 51 #define ISSPACE iswspace macro 85 #define ISSPACE isspace macro
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | xstrtol.c | 77 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro 130 while (ISSPACE ((unsigned char) *q)) in __xstrtol()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | argv.c | 215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 281 while (ISSPACE (*input)) in buildargv()
|
| D | strtoul.c | 74 } while (ISSPACE(c)); in strtoul()
|
| D | strtol.c | 103 } while (ISSPACE(c)); in strtol()
|
| D | strtod.c | 59 while (ISSPACE (*p)) in strtod()
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_irc_pxy.c | 97 for (c = *s; !ISSPACE(c) && (i > 0); i--) in ipf_p_irc_complete() 121 for (; !ISSPACE(c) && (i > 0); i--) in ipf_p_irc_complete() 165 if (ISSPACE(c)) in ipf_p_irc_complete()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | 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()
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | safe-ctype.h | 102 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
|