Searched refs:COMPARE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.h34 static const int COMPARE=14; member in class:LDAPRequest
H A DLDAPCompareRequest.cpp34 m_requestType=LDAPRequest::COMPARE;
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dhtmltitle.cpp43 #define COMPARE(a, b) (!stricmp((a), (b))) macro
45 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
151 if (COMPARE((char *)name, "TITLE"))
168 if (COMPARE((char *)name, "TITLE"))
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drcode.c411 #define COMPARE(string, rdclass) \ macro
420 COMPARE("any", dns_rdataclass_any);
428 COMPARE("ch", dns_rdataclass_chaos);
429 COMPARE("chaos", dns_rdataclass_chaos);
448 COMPARE("hs", dns_rdataclass_hs);
449 COMPARE("hesiod", dns_rdataclass_hs);
452 COMPARE("in", dns_rdataclass_in);
455 COMPARE("none", dns_rdataclass_none);
458 COMPARE("reserved0", dns_rdataclass_reserved0);
462 #undef COMPARE macro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh421 COMPARE="$COMPARE $i"
424 COMPARE="$COMPARE $i"
430 do case " $COMPARE " in
433 *) COMPARE="$COMPARE $i"
528 COMPARE=""
893 COMPARE="$COMPARE
[all...]
/macosx-10.10.1/shell_cmds-179/find/
H A Dfunction.c86 #define COMPARE(a, b) do { \ macro
267 COMPARE((now - entry->fts_statp->st_ctime +
270 COMPARE((now - entry->fts_statp->st_atime +
273 COMPARE((now - entry->fts_statp->st_birthtime +
276 COMPARE((now - entry->fts_statp->st_mtime +
322 COMPARE(now - xtime, plan->t_data);
324 COMPARE((now - xtime + (COMPAT_MODE("bin/find", "unix2003") ? 0 : 86400 - 1)) / 86400, plan->t_data);
563 COMPARE(entry->fts_level, plan->d_data);
1011 COMPARE(entry->fts_statp->st_gid, plan->g_data);
1050 COMPARE(entr
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumber.c198 #define COMPARE 0x01 /* Compare operators */ macro
203 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
888 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
3049 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3064 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3100 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5808 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
6020 /* COMPARE -- returns the signum (as a number) giving the */
6023 /* COMPSIG -- as COMPARE except that a quiet NaN raises */
6040 /* C must have space for one digit for COMPARE o
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c5378 return STR$COMPARE (&src1, &src2);

Completed in 267 milliseconds