Searched refs:equiv (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmequiv.c38 static const short equiv[] = variable
56 return tm->tm_year < (2038 - 1900) ? (tm->tm_year + 1900) : equiv[tm->tm_wday + tmisleapyear(tm->tm_year)];
/macosx-10.9.5/swig-10/Lib/
H A Dswiginit.swg211 swig_cast_info *equiv;
219 equiv = swig_module.types[i]->cast;
220 while (equiv) {
221 if (!equiv->converter) {
222 if (equiv->type && !equiv->type->clientdata)
223 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
225 equiv = equiv->next;
H A Dswigrun.swg239 int equiv = 0;
242 while (!equiv && *ne) {
246 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
249 return equiv;
258 int equiv = 0;
261 while (!equiv && *ne) {
265 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
268 return equiv;
/macosx-10.9.5/text_cmds-87/tr/
H A Dextern.h49 wint_t equiv[NCHARS_SB]; /* equivalence set */ member in struct:__anon14113
H A Dstr.c170 case '=': /* "[=equiv=]" */
218 s->equiv[0] = backslash(s, NULL);
226 s->equiv[0] = wc;
241 src[0] = (char)s->equiv[0];
249 s->equiv[p++] = i;
251 s->equiv[p] = OOBCH;
256 s->set = s->equiv;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dgetconf.c155 static const Path_t equiv[] = { { "/bin", 4 }, { "/usr/bin", 8 } }; local
293 q = !stat(equiv[0].path, &st0) && !stat(equiv[1].path, &st1) && st0.st_ino == st1.st_ino && st0.st_dev == st1.st_dev;
302 if (n == equiv[i].len && !strncmp(t, equiv[i].path, n))
317 t = equiv[!i].path;
318 n = equiv[!i].len;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwindttst.cpp85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
H A Dsvccoll.cpp575 Locale equiv = Collator::getFunctionalEquivalent("collation", local
579 assertEquals("getFunctionalEquivalent(de)", "de", equiv.getName());
583 equiv = Collator::getFunctionalEquivalent("collation",
587 assertEquals("getFunctionalEquivalent(de_DE)", "de", equiv.getName());
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dwindtfmt.cpp300 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); local
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsmatch.c261 collequiv_wc (c, equiv)
262 wint_t c, equiv;
264 return (!(c - equiv));
/macosx-10.9.5/ruby-104/ruby/sample/ripper/
H A Druby2html.rb9 <meta http-equiv="Content-Type" content="text/html; charset=<%= encoding %>">
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dmake_soho_readme13 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
H A Dmakemanidx13 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c232 _ure_equiv_t *equiv; member in struct:_ure_buffer_t
1562 (b->equiv[tmp].l != l || b->equiv[tmp].r != r);
1570 b->equiv = (_ure_equiv_t *) malloc(sizeof(_ure_equiv_t) << 3);
1572 b->equiv = (_ure_equiv_t *) realloc((char *) b->equiv,
1577 b->equiv[b->equiv_used].l = l;
1578 b->equiv[b->equiv_used].r = r;
1602 ls = b->states.states + b->equiv[eq].l;
1603 rs = b->states.states + b->equiv[e
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig_wrap.c188 int equiv = 0; local
191 while (!equiv && *ne) {
195 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
198 return equiv;
207 int equiv = 0; local
210 while (!equiv && *ne) {
214 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
217 return equiv;
2297 swig_cast_info *equiv; local
2305 equiv
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DIndexPage.pm41 <meta http-equiv="Content-Type" content="text/html; charset=[% charset %]" />
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DIndexPage.pm41 <meta http-equiv="Content-Type" content="text/html; charset=[% charset %]" />
/macosx-10.9.5/ruby-104/ruby/doc/rake/
H A Djamis.rb195 <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
476 <meta http-equiv="Content-Type" content="text/html; charset=%charset%">
508 <meta http-equiv="Content-Type" content="text/html; charset=%charset%">
559 <meta http-equiv="Content-Type" content="text/html; charset=%charset%">
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh143 util.subproj/hosts.equiv.5
243 LinkManPages hosts.equiv.5 \
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Drun-gcov.sh16 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
/macosx-10.9.5/apr-30/apr/apr/build/
H A Drun-gcov.sh16 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c695 * @param equiv - The instruction that is 16-bit
697 static BOOL is16BitEquvalent(const char* orig, const char* equiv) { argument
701 if (orig[i] == '\0' && equiv[i] == '\0')
703 if (orig[i] == '\0' || equiv[i] == '\0')
705 if (orig[i] != equiv[i]) {
706 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W')
708 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1')
710 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6')
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dmerge.c136 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); member in struct:tdesc_ops
357 int (*equiv)();
392 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL)
393 return (equiv(ctdp, mtdp, ed));
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DXSSAuditor.cpp156 String equiv = value.stripWhiteSpace(); local
157 return equalIgnoringCase(equiv, "refresh") || equalIgnoringCase(equiv, "set-cookie");
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A Dregress-209067.js167 s += ' <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">';
168 s += ' <meta http-equiv="refresh" content="1800">';

Completed in 299 milliseconds

1234