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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr018/
H A Dt.c22 do { ch = getchar(); } while (isblank(ch));
26 do { ch = getchar(); } while (isblank(ch));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ded.c114 while ((endbuf > buf) && isblank(endbuf[-1]))
121 while (isblank(*cp))
135 while (isblank(*cp))
175 if (*cp && !isblank(*cp)) {
180 while (isblank(*cp))
209 while (isblank(*cp))
229 while (isblank(*cp))
247 while (isblank(*cp))
256 if (*cp && !isblank(*cp)) {
261 while (isblank(*c
[all...]
H A Dvi.c637 while (isblank(*p))
646 while (isblank(*p))
650 while (isblank(*p))
656 while (isblank(*p))
729 while (isblank(*buf))
1595 for (; isblank(*q); q++) {
3497 while (isblank(*dot)) { // delete leading WS
3623 while (isblank(*q)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.c167 for (c = t, n = l; isblank(*c); c++, n--);
170 for (; n > 0 && isblank(c[n-1]); n--);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dhttp.c153 for (s += 15; isblank(*s); s++);
158 for (s += 18; isblank(*s); s++);
H A Dshutils.h197 #define isblank(c) ((c) == ' ' || (c) == '\t') macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dexpand.c60 if ((opt & OPT_INITIAL) && !isblank(*line)) {
H A Dfold.c110 if (isblank(line_out[logical_end])) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch.c88 # if ! (defined isblank || (HAVE_ISBLANK && HAVE_DECL_ISBLANK))
89 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
H A Dfnmatch_loop.c293 || (STREQ (str, L_("blank")) && isblank ((UCHAR) *n))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dmodprobe.c425 while (p && *p && isblank(*p))
436 while (isblank(*end) || (*end == '\\'))
451 while (isblank(*deps))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro
167 # define iswblank(x) isblank(x)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.c599 while (p && isblank(*p))
619 while (p && isblank(*p))
H A Dvolume.c2781 while (p && isblank(*p))
2801 while (p && isblank(*p))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.c631 while (p && isblank(*p))
651 while (p && isblank(*p))
H A Dvolume.c2913 while (p && isblank(*p))
2933 while (p && isblank(*p))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h1113 #undef isblank macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c1470 while (isblank(*line)) line ++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c235 #ifdef isblank
236 # define ISBLANK(c) (ISASCII (c) && isblank (c))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c191 # ifdef isblank
192 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure2407 gl_func_list="$gl_func_list isblank"
[all...]

Completed in 491 milliseconds