Searched refs:ISSPACE (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dload_file.c49 for (; ISSPACE(*s); s--)
55 for (t = line; ISSPACE(*t); t++)
77 while (ISSPACE(*s))
H A Dalist_new.c35 while (ISSPACE(*host))
41 while (ISSPACE(*host))
H A Dinet_addr.c82 #define ISSPACE(x) isspace((u_char)(x)) macro
150 if (c != '\0' && (!ISASCII(c) || !ISSPACE(c)))
H A Dipft_hx.c129 while (ISSPACE(*s))
165 if (ISSPACE(c)) {
H A Dload_http.c177 for (u = t - 1; (u >= buffer) && ISSPACE(*u); u--)
H A Dparseipfexpr.c58 if (ISSPACE(*s))
H A Dsave_v1trap.c133 while (ISSPACE(*s))
H A Dsave_v2trap.c138 while (ISSPACE(*s))
/freebsd-13-stable/contrib/diff/lib/
H A Dprepargs.c40 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
56 while (ISSPACE ((unsigned char) *o))
67 while (*o && ! ISSPACE ((unsigned char) *o));
/freebsd-13-stable/contrib/tcsh/
H A Dvms.termcap.c30 #define ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
101 for (++cp ; ISSPACE(*cp) ; cp++);
158 while (ISSPACE(*cp))
190 while (ISSPACE(*cp))
217 while (ISSPACE(*cp))
H A Dgethost.c50 #define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n') macro
123 for (; *ptr && ISSPACE(*ptr); ptr++)
134 for (tok--; tok >= token && *tok && ISSPACE(*tok); tok--)
/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h51 #define ISSPACE iswspace macro
85 #define ISSPACE isspace macro
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c100 for (c = *s; !ISSPACE(c) && (i > 0); i--)
124 for (; !ISSPACE(c) && (i > 0); i--)
168 if (ISSPACE(c))
H A Dip_compat.h610 #define ISSPACE(x) isspace((u_char)(x)) macro
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_increment.c89 for (beg = vp->m_start.cno; beg < len && ISSPACE(p[beg]); ++beg);
H A Dvi.c1057 beg = sp->cno; beg < len && ISSPACE(p[beg]); moved = 1, ++beg);
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1287 while (ISSPACE(*cp))
1293 } while (!ISSPACE(*cp) && !ISEOL(*cp));
/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.c530 for (line = buf; (c = *line) && ISSPACE(c); line++)
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c422 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1730 while (ISSPACE(*cp))
1766 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp));
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c153 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
5367 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
5375 while (ISSPACE(*tokens))
/freebsd-13-stable/contrib/libevent/
H A Devutil.c2304 IMPL_CTYPE_FN(ISSPACE)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devutil.c2274 IMPL_CTYPE_FN(ISSPACE)

Completed in 233 milliseconds