Searched refs:ISSPACE (Results 1 – 22 of 22) sorted by relevance
30 #define ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro101 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()
50 #define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n') macro123 for (; *ptr && ISSPACE(*ptr); ptr++) in gettoken()134 for (tok--; tok >= token && *tok && ISSPACE(*tok); tok--) in gettoken()
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()
35 while (ISSPACE(*host)) in alist_new()41 while (ISSPACE(*host)) in alist_new()
77 #define ISSPACE(x) isspace((u_char)(x)) macro143 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c))) in inet_aton()
121 while (ISSPACE(*s)) in hex_readip()157 if (ISSPACE(c)) { in readhex()
176 for (u = t - 1; (u >= buffer) && ISSPACE(*u); u--) in load_http()
56 if (ISSPACE(*s)) in parseipfexpr()
135 while (ISSPACE(*s)) in snmpv2_parse()
130 while (ISSPACE(*s)) in snmpv1_parse()
51 #define ISSPACE iswspace macro85 #define ISSPACE isspace macro
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()
600 #define ISSPACE(x) isspace((u_char)(x)) macro
61 #define ISSPACE(c) (ISASCII(c) && isspace(c)) macro774 while (aliases && *p != '\0' && ISSPACE(*p))
89 for (beg = vp->m_start.cno; beg < len && ISSPACE(p[beg]); ++beg); in v_increment()
1057 beg = sp->cno; beg < len && ISSPACE(p[beg]); moved = 1, ++beg); in v_curword()
224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro1305 while (ISSPACE(*cp)) in tokenize()1311 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
524 for (line = buf; (c = *line) && ISSPACE(c); line++) in readconfig()
424 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro1775 while (ISSPACE(*cp)) in tokenize()1811 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
151 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro5556 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()5564 while (ISSPACE(*tokens)) in gettokens_netinfo()
2376 IMPL_CTYPE_FN(ISSPACE) in IMPL_CTYPE_FN()