Searched refs:isblank (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10-stable/contrib/unbound/compat/
H A Disblank.c0 /* isblank - compatibility implementation of isblank
38 int isblank(int c);
40 /* implementation of isblank. unsigned char is the argument */
42 isblank(int c) function
/freebsd-10-stable/contrib/ldns/compat/
H A Disblank.c1 /* Just a replacement, if the original isblank is not
8 int isblank(int c);
12 isblank(int c) function
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h18 { "blank", isblank },
H A Dbsd-misc.h106 int isblank(int);
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_join.c107 if (isblank(echar))
108 for (; len && isblank(*p); --len, ++p);
117 for (; len && isblank(*p); --len, ++p);
H A Dex_usage.c173 isblank(*kp->help) ? "" : " ", kp->help, kp->usage);
/freebsd-10-stable/contrib/nvi/vi/
H A Dv_sentence.c75 if (cs.cs_flags == CS_EMP || (cs.cs_flags == 0 && isblank(cs.cs_ch))) {
96 isblank(cs.cs_ch) && cs_fblank(sp, &cs))
236 } else if (cs.cs_flags == 0 && !isblank(cs.cs_ch))
240 if (cs.cs_flags != 0 || isblank(cs.cs_ch))
283 if ((cs.cs_flags || isblank(cs.cs_ch)) &&
306 if (cs.cs_flags == 0 && isblank(cs.cs_ch))
324 cs.cs_flags == CS_EOL || isblank(cs.cs_ch) ||
H A Dv_util.c126 if (!isblank(*p))
H A Dv_match.c147 if (!isblank(*p))
H A Dv_replace.c175 for (; len && isblank(*p); --len, ++p);
H A Dv_txt.c752 for (p = tp->lb + tp->cno; owrite > 0 && isblank(*p);
755 for (; insert > 0 && isblank(*p);
761 isblank(*p); ++p, --insert);
1294 if (isblank(evp->e_c) && UNMAP_TST)
1344 if (isblank(evp->e_c))
1510 if (off == tp->offset || isblank(p[-1]))
1522 inword(p[-1]) || isblank(p[-1]))
1646 if (isblank(*p)) {
1713 spaces = tab_after_sp = 0; len-- && isblank(*p); ++p)
1788 if (!isblank(*
[all...]
H A Dvs_msg.c355 for (; len > 0 && isblank(*s); --len, ++s);
360 e > s && !isblank(*e); --e);
364 for (t = e; isblank(e[-1]); --e);
/freebsd-10-stable/include/
H A Dctype.h69 int isblank(int);
122 #define isblank(c) __sbistype((c), _CTYPE_B) macro
/freebsd-10-stable/lib/libc/locale/
H A Disctype.c78 #undef isblank macro
80 isblank(c) function
H A DSymbol.map11 isblank;
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_bcs.h50 _CITRUS_BCS_PRED(isblank, c == ' ' || c == '\t')
/freebsd-10-stable/usr.bin/expand/
H A Dexpand.c185 if (*cp != ',' && !isblank((unsigned char)*cp))
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h79 #define ISBLANK isblank
/freebsd-10-stable/contrib/ldns/ldns/
H A Dconfig.h99 /* Define to 1 if you have the `isblank' function. */
556 int isblank(int c);
/freebsd-10-stable/games/number/
H A Dnumber.c131 if (isblank(*p)) {
/freebsd-10-stable/games/primes/
H A Dprimes.c183 for (p = buf; isblank(*p); ++p);
/freebsd-10-stable/usr.bin/unexpand/
H A Dunexpand.c223 if (*cp != ',' && !isblank((unsigned char)*cp))
/freebsd-10-stable/contrib/ldns/
H A Dstr2host.c830 while (isblank(*my_str)) {
889 while (isblank((int) *my_str)) {
901 while (isblank((int) *my_str)) {
909 while (isblank((int) *my_str)) {
935 while (isblank(*my_str)) {
945 while (isblank((int) *my_str)) {
957 while (isblank(*my_str)) {
966 while (isblank(*my_str)) {
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h216 /* Define to 1 if you have the `isblank' function. */
971 #define isblank unbound_isblank macro
972 int isblank(int c);
/freebsd-10-stable/usr.sbin/mtest/
H A Dmtest.c229 for (i = 1; isblank(line[i]); i++);
267 while (isblank(*lineptr))
396 while (isblank(*++line))

Completed in 378 milliseconds

12