Searched refs:TOLOWER (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dctype.h23 #undef TOLOWER macro
27 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) macro
30 # define TOLOWER(c) tolower(c) macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstrcasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
45 c1 = TOLOWER (*p1);
46 c2 = TOLOWER (*p2);
H A Dstrncasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
45 c1 = TOLOWER (*p1);
46 c2 = TOLOWER (*p2);
H A Dmbscasecmp.c32 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
84 c1 = TOLOWER (*p1);
85 c2 = TOLOWER (*p2);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrcasecmp.c48 if ((r = TOLOWER ((unsigned char) *s1) - TOLOWER ((unsigned char) *s2)) != 0)
75 while ((r = TOLOWER ((unsigned char)*s1) - TOLOWER ((unsigned char)*s2)) == 0)
H A Dstrindex.c40 c = TOLOWER ((unsigned char)s2[0]);
44 if ((TOLOWER ((unsigned char)s1[i]) == c) && (strncasecmp (s1 + i, s2, l) == 0))
H A Dstrtod.c123 if (TOLOWER ((unsigned char)*s) == 'e')
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dlowercase.c41 *cp = TOLOWER(ch);
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.h63 define TOLOWER(ch) tolower(ch)
71 #define TOLOWER(ch) (myctype[ch])
H A Dfastfind.c190 table[TOLOWER(*patend)] = 1;
301 || TOLOWER(*s) == cc
308 && TOLOWER(*q) != *p
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
54 c1 = TOLOWER (*p1);
55 c2 = TOLOWER (*p2);
/macosx-10.9.5/gpatch-3/patch/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
54 c1 = TOLOWER (*p1);
55 c2 = TOLOWER (*p2);
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
54 c1 = TOLOWER (*p1);
55 c2 = TOLOWER (*p2);
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-asm.in95 *rx++ = TOLOWER (c);
129 *rx++ = TOLOWER (c);
211 while (*p && TOLOWER (*p) == TOLOWER (*str))
247 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Dopenrisc-asm.c306 *rx++ = TOLOWER (c);
340 *rx++ = TOLOWER (c);
422 while (*p && TOLOWER (*p) == TOLOWER (*str))
458 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Dfr30-asm.c375 *rx++ = TOLOWER (c);
409 *rx++ = TOLOWER (c);
491 while (*p && TOLOWER (*p) == TOLOWER (*str))
527 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Dip2k-asm.c576 *rx++ = TOLOWER (c);
610 *rx++ = TOLOWER (c);
692 while (*p && TOLOWER (*p) == TOLOWER (*str))
728 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Dm32r-asm.c393 *rx++ = TOLOWER (c);
427 *rx++ = TOLOWER (c);
509 while (*p && TOLOWER (*p) == TOLOWER (*str))
545 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Dxstormy16-asm.c341 *rx++ = TOLOWER (c);
375 *rx++ = TOLOWER (c);
457 while (*p && TOLOWER (*p) == TOLOWER (*str))
493 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Diq2000-asm.c94 && TOLOWER ((*strp)[1]) != 'l'
95 && TOLOWER ((*strp)[1]) != 'h')
524 *rx++ = TOLOWER (c);
558 *rx++ = TOLOWER (c);
640 while (*p && TOLOWER (*p) == TOLOWER (*str))
676 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
H A Dmt-asm.c660 *rx++ = TOLOWER (c);
694 *rx++ = TOLOWER (c);
776 while (*p && TOLOWER (*p) == TOLOWER (*str))
812 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dstring.c152 *s = TOLOWER( (unsigned char) *s );
169 *s = TOLOWER( (unsigned char) *s );
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dheader_opts.c110 VSTRING_ADDCH(header_key, TOLOWER(*cp));
132 VSTRING_ADDCH(header_key, TOLOWER(*cp));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/
H A Ducstr.c153 out[outpos++] = TOLOWER( s[i-1] );
156 out[outpos++] = TOLOWER( s[len-1] );
197 *p = casefold ? TOLOWER( s[i-1] ) : s[i-1];
286 out[outpos++] = casefold ? TOLOWER( s[i-1] ) : s[i-1];
289 out[outpos++] = casefold ? TOLOWER( s[len-1] ) : s[len-1];
294 *ucs = casefold ? TOLOWER( s[i-1] ) : s[i-1];
342 char c1 = TOLOWER(*s1);
343 char c2 = TOLOWER(*s2);
/macosx-10.9.5/cxxfilt-11/cxxfilt/cpu/
H A Diq2000.opc98 && TOLOWER ((*strp)[1]) != 'l'
99 && TOLOWER ((*strp)[1]) != 'h')

Completed in 296 milliseconds

123