Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd-12-stable/contrib/gcc/
Dgengtype-lex.l75 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 …]
Dprotoize.c1804 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/
Drclex.c148 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/
Dvms.termcap.c30 #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()
Dgethost.c50 #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/
Dprepargs.c40 #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/
Dload_file.c49 for (; ISSPACE(*s); s--) in load_file()
55 for (t = line; ISSPACE(*t); t++) in load_file()
77 while (ISSPACE(*s)) in load_file()
Dalist_new.c35 while (ISSPACE(*host)) in alist_new()
41 while (ISSPACE(*host)) in alist_new()
Dinet_addr.c82 #define ISSPACE(x) isspace((u_char)(x)) macro
148 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c))) in inet_aton()
Dipft_hx.c126 while (ISSPACE(*s)) in hex_readip()
162 if (ISSPACE(c)) { in readhex()
/freebsd-12-stable/contrib/binutils/libiberty/
Dargv.c215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv()
281 while (ISSPACE (*input)) in buildargv()
319 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"') in writeargv()
Dstrtoul.c74 } while (ISSPACE(c)); in strtoul()
Dstrtod.c59 while (ISSPACE (*p)) in strtod()
Dstrtol.c103 } while (ISSPACE(c)); in strtol()
/freebsd-12-stable/contrib/binutils/opcodes/
Di386-gen.c52 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/
Dinput-file.c167 && !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/
Dmultibyte.h51 #define ISSPACE iswspace macro
85 #define ISSPACE isspace macro
/freebsd-12-stable/gnu/usr.bin/grep/
Dxstrtol.c77 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
130 while (ISSPACE ((unsigned char) *q)) in __xstrtol()
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dargv.c215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv()
281 while (ISSPACE (*input)) in buildargv()
Dstrtoul.c74 } while (ISSPACE(c)); in strtoul()
Dstrtol.c103 } while (ISSPACE(c)); in strtol()
Dstrtod.c59 while (ISSPACE (*p)) in strtod()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_irc_pxy.c97 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/
Dtc-spu.c274 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/
Dsafe-ctype.h102 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro

1234