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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_parsecfg.c137 while(*line && ISSPACE(*line))
157 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option))
169 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option)))
188 while(*line && !ISSPACE(*line))
195 while(*line && ISSPACE(*line))
H A Dtool_msgs.c60 while(!ISSPACE(ptr[cut]) && cut) {
H A Dtool_formparse.c199 while(*ptr && (ISSPACE(*ptr)))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dstrtoofft.c66 while(ISSPACE(end[0])) {
H A Dcurl_ntlm.c83 while(*header && ISSPACE(*header))
H A Dhttp_digest.c158 while(*header && ISSPACE(*header))
233 while(*header && ISSPACE(*header))
H A Dcurl_fnmatch.c373 found = ISSPACE(*s);
H A Dcurl_setup_once.h282 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
H A Dhttp_negotiate_sspi.c152 while(*header && ISSPACE(*header))
H A Dhttp.c209 while(*start && ISSPACE(*start))
223 while((end > start) && ISSPACE(*end))
794 while(*auth && ISSPACE(*auth))
798 while(*auth && ISSPACE(*auth))
857 while(*auth && ISSPACE(*auth))
1276 while(*start && ISSPACE(*start))
1531 while(*ptr && ISSPACE(*ptr))
1569 while(*ptr && ISSPACE(*ptr))
3369 while(*start && (ISSPACE(*start) || (*start == ',')))
3430 while(*start && ISSPACE(*star
[all...]
H A Dopenldap.c506 if(ISSPACE(bvals[i].bv_val[0]) ||
507 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1]))
H A Dhttp_negotiate.c182 while(*header && ISSPACE(*header))
H A Dfile.c145 while(*ptr && (ISSPACE(*ptr) || (*ptr=='-')))
H A Dftplistparser.c454 while(ISSPACE(*endptr))
926 if(!ISSPACE(c)) {
H A Drtsp.c767 while(*start && ISSPACE(*start))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dgetpart.c42 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
44 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
H A Drtspd.c597 while(*ptr && ISSPACE(*ptr))
602 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
H A Dsws.c677 while(*ptr && ISSPACE(*ptr))
682 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.y58 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c))
795 while (c = *pc->input, ISSPACE (c))
H A Dgetdate.c153 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
2142 while (c = *pc->input, ISSPACE (c))
/netgear-R7000-V1.0.7.12_1.2.5/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))
/netgear-R7000-V1.0.7.12_1.2.5/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))

Completed in 331 milliseconds

12