Searched refs:isspace (Results 1 - 25 of 441) sorted by relevance

1234567891011>>

/freebsd-13-stable/stand/libsa/
H A Dxlocale_private.h33 #define isspace_l(c, l) isspace(c)
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c47 #undef isspace macro
48 #define isspace(c) _bcs_isspace(c) macro
H A Dcitrus_bcs_strtoul.c47 #undef isspace macro
48 #define isspace(c) _bcs_isspace(c) macro
/freebsd-13-stable/usr.bin/ctags/
H A Dfortran.c67 for (; isspace(*lbp); ++lbp)
78 for (; isspace(*lbp); ++lbp)
100 for (; isspace(*lbp); ++lbp)
119 for (; isspace(*lbp); ++lbp)
159 for (; isspace(*lbp); ++lbp)
162 for (++lbp; isspace(*lbp); ++lbp)
H A Dlisp.c78 for (; !isspace(*lbp); ++lbp)
80 for (; isspace(*lbp); ++lbp)
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h25 { "space", isspace },
/freebsd-13-stable/contrib/ntp/libntp/
H A Dmstolfp.c35 while (isspace((unsigned char)*cp))
96 if (*cp != '\0' && !isspace((unsigned char)*cp))
H A Datolfp.c55 while (isspace((unsigned char)*cp))
75 if (*cp != '\0' && !isspace((unsigned char)*cp)) {
90 if (*cp != '\0' && !isspace((unsigned char)*cp))
H A Dhextolfp.c33 while (isspace((unsigned char)*cp))
64 if (*cp != '\0' && !isspace((unsigned char)*cp))
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h25 int isspace(int c);
51 #undef isspace macro
/freebsd-13-stable/contrib/ldns/compat/
H A Db64_pton.c135 if (isspace((unsigned char)ch)) /* Skip whitespace anywhere. */
207 if (!isspace((unsigned char)ch))
222 if (!isspace((unsigned char)ch))
/freebsd-13-stable/contrib/opie/libopie/
H A Dparsechallenge.c58 while(*c && isspace(*c)) c++;
63 while(*c && !isspace(*c)) c++;
75 while(*c && !isspace(*c)) c++;
H A Dkeycrunch.c47 if (isspace(*(c2++) = tolower(*(seed++))))
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_file.c158 while (isspace(*p))
181 if (q == p || !isspace(*q)) {
201 if (q == p || !isspace(*q)) {
209 while (isspace(*p))
212 if (q == p || !isspace(*q)) {
243 if (q == p || (!isspace(*q) && *q != ':')) {
299 while (isspace(*p))
316 if (q == p || !isspace(*q)) {
341 (*q != ':' && !isspace(*q))) {
351 while (isspace(*
[all...]
/freebsd-13-stable/contrib/bc/include/
H A Dread.h53 #define BC_READ_BIN_CHAR(c) (((c) < ' ' && !isspace((c))) || ((uchar) c) > '~')
/freebsd-13-stable/usr.sbin/services_mkdb/
H A Duniq.c120 for (p = (const unsigned char *)origline; l && *p && isspace(*p);
136 if (isspace(*p)) {
137 if (complen && isspace(q[-1]))
154 while (complen && isspace(q[-1])) {
/freebsd-13-stable/contrib/byacc/
H A Dmstring.c171 while (isspace(UCH(*a)))
173 while (isspace(UCH(*b)))
177 if (isspace(UCH(*a)))
182 else if (isspace(UCH(*b)))
200 if (!isspace(UCH(*s)))
/freebsd-13-stable/stand/common/
H A Dboot.c340 for (cp = lbuf; (*cp != 0) && !isspace(*cp); cp++)
350 while ((*cp != 0) && isspace(*cp))
353 if ((*cp == 0) || (*cp != '/') || !isspace(*(cp + 1)))
357 while ((*cp != 0) && isspace(*cp))
363 while ((*cp != 0) && !isspace(*cp))
371 while ((*cp != 0) && isspace(*cp))
377 while ((*cp != 0) && !isspace(*cp))
/freebsd-13-stable/contrib/libpcap/
H A Detherent.c63 } while (isspace(c) && c != '\n');
129 if (!isspace(c)) {
159 } while (!isspace(c) && --namesize != 0);
/freebsd-13-stable/contrib/mandoc/
H A Dsoelim.c107 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) {
112 while (isspace(*walk))
116 while (*cp != '\0' && !isspace(*cp))
/freebsd-13-stable/usr.bin/soelim/
H A Dsoelim.c102 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) {
107 while (isspace(*walk))
111 while (*cp != '\0' && !isspace(*cp))
/freebsd-13-stable/contrib/unbound/services/
H A Dmodstack.c79 while(*s && isspace((unsigned char)*s))
81 if(*s && !isspace((unsigned char)*s)) {
84 while(*s && !isspace((unsigned char)*s))
209 while(*s && isspace((unsigned char)*s))
/freebsd-13-stable/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
/freebsd-13-stable/contrib/ncurses/form/
H A Dfty_ipv4.c64 while (isspace(UChar(*bp)))
/freebsd-13-stable/sys/sys/
H A Dctype.h45 isspace(int c) function

Completed in 511 milliseconds

1234567891011>>