Searched refs:ISSPACE (Results 101 - 125 of 134) sorted by relevance

123456

/macosx-10.10/ntp-92/ntpq/
H A Dntpq.c454 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1594 while (ISSPACE(*cp))
1624 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp));
/macosx-10.10/curl-83.1.2/curl/lib/
H A Drtsp.c767 while(*start && ISSPACE(*start))
/macosx-10.10/postfix-255/postfix/src/postmap/
H A Dpostmap.c411 while (ISSPACE(*value))
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c513 if (!ISPRINT(*cp) && !ISSPACE(*cp))
523 while (ISSPACE(*cp))
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dsws.c677 while(*ptr && ISSPACE(*ptr))
682 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
/macosx-10.10/cxxfilt-11/cxxfilt/cpu/
H A Dm32c.opc776 if (ISSPACE (*newp))
/macosx-10.10/gpatch-3/patch/
H A Dpch.c366 for (t = s + 7; ISSPACE ((unsigned char) *t); t++)
370 if (ISSPACE ((unsigned char) *t))
/macosx-10.10/ruby-106/ruby/
H A Dobject.c2556 while (ISSPACE(*p)) p++;
2613 while (*end && ISSPACE(*end)) end++;
H A Dpack.c406 if (ISSPACE(type)) continue;
1354 if (ISSPACE(type)) continue;
H A Dbignum.c604 while (ISSPACE(*str)) str++;
694 if (!(c = *str) || ISSPACE(c)) --str;
710 while (*end && ISSPACE(*end)) end++;
766 while (*str && ISSPACE(*str)) str++;
H A Dparse.c12597 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
12617 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
12731 if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
12732 do {c = nextc();} while (ISSPACE(c));
12866 while (*p && ISSPACE(*p)) p++;
13078 if (!ISSPACE(*p)) return 0;
13195 if (!ISSPACE(*str)) break;
13202 if (ISSPACE(*str)) break;
13207 for (end = str; len > 0 && ISSPACE(*str); str++, --len);
13211 do str++; while (--len > 0 && ISSPACE(*st
[all...]
H A Dparse.y6101 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
6121 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
6235 if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
6236 do {c = nextc();} while (ISSPACE(c));
6370 while (*p && ISSPACE(*p)) p++;
6582 if (!ISSPACE(*p)) return 0;
6699 if (!ISSPACE(*str)) break;
6706 if (ISSPACE(*str)) break;
6711 for (end = str; len > 0 && ISSPACE(*str); str++, --len);
6715 do str++; while (--len > 0 && ISSPACE(*st
[all...]
H A Dre.c2116 while (p < end && ISSPACE(*p)) p++;
2131 while (p < end && ISSPACE(*p)) p++;
H A Dutil.c119 while ((c = *str) && ISSPACE(c))
3773 while (ISSPACE(*str) || *str == ',') str++;
3776 while (*end && !ISSPACE(*end) && *end != ',') end++;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsrec.c372 && ! ISSPACE (c))
/macosx-10.10/emacs-93/emacs/src/
H A Dregex.c358 # define ISSPACE(c) (SYNTAX (c) == Swhitespace)
410 # define ISSPACE(c) (ISASCII (c) && isspace (c))
2083 case RECC_SPACE: return ISSPACE (ch);
5482 | (class_bits & BIT_SPACE && ISSPACE (c))
357 # define ISSPACE macro
409 # define ISSPACE macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsdiff.c878 if (! ISSPACE (c) || c == '\n')
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1708 #define ISSPACE(c) (ISASCII(c) && isspace((unsigned char)(c))) macro
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c12687 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
12707 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
12821 if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
12822 do {c = nextc();} while (ISSPACE(c));
12956 while (*p && ISSPACE(*p)) p++;
13168 if (!ISSPACE(*p)) return 0;
13285 if (!ISSPACE(*str)) break;
13292 if (ISSPACE(*str)) break;
13297 for (end = str; len > 0 && ISSPACE(*str); str++, --len);
13301 do str++; while (--len > 0 && ISSPACE(*st
[all...]
H A Dripper.y6101 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
6121 else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
6235 if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
6236 do {c = nextc();} while (ISSPACE(c));
6370 while (*p && ISSPACE(*p)) p++;
6582 if (!ISSPACE(*p)) return 0;
6699 if (!ISSPACE(*str)) break;
6706 if (ISSPACE(*str)) break;
6711 for (end = str; len > 0 && ISSPACE(*str); str++, --len);
6715 do str++; while (--len > 0 && ISSPACE(*st
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmt-opc.c59 for (hash = 0; *m && ! ISSPACE (*m); m++)
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_ldap.c432 while (p - buf >= 0 && ISSPACE(*p))
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c1881 if (ISSPACE(ch)) {
3808 while (ISSPACE(*szVal)) szVal++;
3850 if (ISSPACE(psz[i])) psz[i] = 0;
4992 if(ISSPACE(ch) || ch=='-' || ch=='+') continue;
/macosx-10.10/ntp-92/ntpd/
H A Dntp_config.c111 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
4192 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
4200 while (ISSPACE(*tokens))
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dnss.c226 while((*cipher) && (ISSPACE(*cipher)))

Completed in 932 milliseconds

123456