Searched refs:ISBLANK (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dxargs.c93 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
94 #define ISSPACE(c) (ISBLANK(c) || (c) == '\n' || (c) == '\r' \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c220 while(*lineptr && ISBLANK(*lineptr))
240 while(*endofn && ISBLANK(*endofn))
247 while(len && ISBLANK(what[len-1])) {
254 while(*whatptr && ISBLANK(*whatptr))
412 while(*ptr && ISBLANK(*ptr))
759 while(*lineptr && ISBLANK(*lineptr))
H A Dcurl_fnmatch.c379 found = ISBLANK(*s);
H A Dsetup_once.h262 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c236 # define ISBLANK(c) (ISASCII (c) && isblank (c))
238 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
2363 || (is_blank && ISBLANK (ch))
235 # define ISBLANK macro
237 # define ISBLANK macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c192 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c))
194 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3294 || (is_blank && ISBLANK (ch))
191 # define ISBLANK macro
193 # define ISBLANK macro

Completed in 146 milliseconds