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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_parsecfg.c135 while(*line && ISSPACE(*line))
151 while(*line && !ISSPACE(*line) && !ISSEP(*line))
163 while(*line && (ISSPACE(*line) || ISSEP(*line)))
182 while(*line && !ISSPACE(*line))
H A Dtool_msgs.c60 while(!ISSPACE(ptr[cut]) && cut) {
H A Dtool_formparse.c148 while(ISSPACE(*ptr))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c198 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
202 # define ISSPACE(Ch) iswspace (Ch) macro
211 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
215 # define ISSPACE(Ch) isspace (Ch) macro
292 while (ISSPACE (*s))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c198 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
202 # define ISSPACE(Ch) iswspace (Ch) macro
211 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
215 # define ISSPACE(Ch) isspace (Ch) macro
292 while (ISSPACE (*s))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dxargs.c94 #define ISSPACE(c) (ISBLANK(c) || (c) == '\n' || (c) == '\r' \ macro
143 if (ISSPACE(c)) {
229 if (c == EOF || ISSPACE(c)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dstrtoofft.c66 while(ISSPACE(end[0])) {
H A Dcurl_ntlm.c81 while(*header && ISSPACE(*header))
87 while(*header && ISSPACE(*header))
H A Dhttp_digest.c145 while(*header && ISSPACE(*header))
162 while(*header && ISSPACE(*header))
237 while(*header && ISSPACE(*header))
H A Dhttp_negotiate_sspi.c99 while(*header && ISSPACE(*header))
153 while(*header && ISSPACE(*header))
H A Dhttp_negotiate.c148 while(*header && ISSPACE(*header))
184 while(*header && ISSPACE(*header))
H A Dhttp.c199 while(*start && ISSPACE(*start))
213 while((end > start) && ISSPACE(*end))
716 while(*start && ISSPACE(*start))
790 while(*start && ISSPACE(*start))
794 while(*start && ISSPACE(*start))
853 while(*start && ISSPACE(*start))
1271 while(*start && ISSPACE(*start))
1542 while(*ptr && ISSPACE(*ptr))
1580 while(*ptr && ISSPACE(*ptr))
3271 while(*start && (ISSPACE(*star
[all...]
H A Dcurl_fnmatch.c373 found = ISSPACE(*s);
H A Dsetup_once.h251 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
H A Dopenldap.c535 if(ISSPACE(bvals[i].bv_val[0]) ||
536 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1]))
H A Dfile.c141 while(*ptr && (ISSPACE(*ptr) || (*ptr=='-')))
H A Dftplistparser.c451 while(ISSPACE(*endptr))
921 if(!ISSPACE(c)) {
H A Drtsp.c771 while(*start && ISSPACE(*start))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dgetpart.c45 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
47 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
H A Drtspd.c584 while(*ptr && ISSPACE(*ptr))
589 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
H A Dsws.c577 while(*ptr && ISSPACE(*ptr))
582 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.y57 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c))
794 while (c = *pc->input, ISSPACE (c))
H A Dgetdate.c152 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
2141 while (c = *pc->input, ISSPACE (c))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c627 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \
652 while (ISSPACE (*s))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c627 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \
652 while (ISSPACE (*s))

Completed in 221 milliseconds

12