Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/gcc/
HDgengtype-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 …]
HDprotoize.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 …]
/NextBSD/contrib/binutils/binutils/
HDrclex.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 …]
/NextBSD/contrib/tcsh/
HDvms.termcap.c31 #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()
HDgethost.c53 #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/
HDprepargs.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()
/NextBSD/contrib/ipfilter/lib/
HDload_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()
HDalist_new.c35 while (ISSPACE(*host)) in alist_new()
41 while (ISSPACE(*host)) in alist_new()
HDinet_addr.c87 #define ISSPACE(x) isspace((u_char)(x)) macro
155 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c)))
HDipft_hx.c129 while (ISSPACE(*s))
165 if (ISSPACE(c)) {
/NextBSD/contrib/binutils/libiberty/
HDargv.c215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv()
281 while (ISSPACE (*input)) in buildargv()
319 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"') in writeargv()
HDstrtoul.c74 } while (ISSPACE(c)); in strtoul()
HDstrtod.c59 while (ISSPACE (*p)) in strtod()
HDstrtol.c103 } while (ISSPACE(c)); in strtol()
/NextBSD/contrib/binutils/opcodes/
HDi386-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()
/NextBSD/contrib/nvi/common/
HDmultibyte.h53 #define ISSPACE iswspace macro
87 #define ISSPACE isspace macro
/NextBSD/contrib/binutils/gas/
HDinput-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()
/NextBSD/gnu/usr.bin/grep/
HDxstrtol.c77 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
130 while (ISSPACE ((unsigned char) *q)) in __xstrtol()
/NextBSD/contrib/gcclibs/libiberty/
HDargv.c215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv()
281 while (ISSPACE (*input)) in buildargv()
HDstrtoul.c74 } while (ISSPACE(c)); in strtoul()
HDstrtol.c103 } while (ISSPACE(c)); in strtol()
HDstrtod.c59 while (ISSPACE (*p)) in strtod()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_irc_pxy.c100 for (c = *s; !ISSPACE(c) && (i > 0); i--)
124 for (; !ISSPACE(c) && (i > 0); i--)
168 if (ISSPACE(c))
/NextBSD/contrib/binutils/gas/config/
HDtc-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()
/NextBSD/contrib/binutils/include/
HDsafe-ctype.h102 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro

1234