Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A 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/contrib/tcsh/
H A 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()
H A 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/sbin/ipf/libipf/
H A 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()
H A Dalist_new.c35 while (ISSPACE(*host)) in alist_new()
41 while (ISSPACE(*host)) in alist_new()
H A Dinet_addr.c77 #define ISSPACE(x) isspace((u_char)(x)) macro
143 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c))) in inet_aton()
H A Dipft_hx.c121 while (ISSPACE(*s)) in hex_readip()
157 if (ISSPACE(c)) { in readhex()
H A Dload_http.c176 for (u = t - 1; (u >= buffer) && ISSPACE(*u); u--) in load_http()
H A Dparseipfexpr.c56 if (ISSPACE(*s)) in parseipfexpr()
H A Dsave_v2trap.c135 while (ISSPACE(*s)) in snmpv2_parse()
H A Dsave_v1trap.c130 while (ISSPACE(*s)) in snmpv1_parse()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h51 #define ISSPACE iswspace macro
85 #define ISSPACE isspace macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A 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()
H A Dip_compat.h600 #define ISSPACE(x) isspace((u_char)(x)) macro
/freebsd/contrib/sendmail/makemap/
H A Dmakemap.c61 #define ISSPACE(c) (ISASCII(c) && isspace(c)) macro
774 while (aliases && *p != '\0' && ISSPACE(*p))
/freebsd/contrib/nvi/vi/
H A Dv_increment.c89 for (beg = vp->m_start.cno; beg < len && ISSPACE(p[beg]); ++beg); in v_increment()
H A Dvi.c1057 beg = sp->cno; beg < len && ISSPACE(p[beg]); moved = 1, ++beg); in v_curword()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1305 while (ISSPACE(*cp)) in tokenize()
1311 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
/freebsd/share/examples/ipfilter/l4check/
H A Dl4check.c524 for (line = buf; (c = *line) && ISSPACE(c); line++) in readconfig()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c424 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1775 while (ISSPACE(*cp)) in tokenize()
1811 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c151 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
5556 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()
5564 while (ISSPACE(*tokens)) in gettokens_netinfo()
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c2376 IMPL_CTYPE_FN(ISSPACE) in IMPL_CTYPE_FN()
/freebsd/contrib/libevent/
H A Devutil.c2376 IMPL_CTYPE_FN(ISSPACE) in IMPL_CTYPE_FN()
/freebsd/contrib/diff/
H A DChangeLog163 (CTYPE_DOMAIN, ISPRINT, ISSPACE, TOLOWER, _tolower, errno): Remove;
1288 (ISPRINT, ISSPACE): Remove ifndef wrappers.
2069 differs and -i is in force. Don't assume ISSPACE ('\n') is nonzero.
2153 (CTYPE_DOMAIN, ISDIGIT, ISPRINT, ISSPACE, ISUPPER): New macros that