Searched refs:canon (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcasetab.c48 Lisp_Object up, canon, eqv; variable
56 canon = XCHAR_TABLE (object)->extras[1];
60 && ((NILP (canon) && NILP (eqv))
61 || (CHAR_TABLE_P (canon)
128 Lisp_Object up, canon, eqv; local
134 canon = XCHAR_TABLE (table)->extras[1];
145 if (NILP (canon))
147 canon = Fmake_char_table (Qcase_table, Qnil);
148 XCHAR_TABLE (table)->extras[1] = canon;
155 map_char_table (set_identity, Qnil, canon, cano
192 Lisp_Object canon = XCHAR_TABLE (case_table)->extras[1]; local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D01canon_dn.t18 my $canon = canonical_dn($dn);
23 if ($failed = !defined $canon) {
28 if ($failed = defined $canon) {
29 print "'$dn' should not have parsed\n '$canon'\n";
33 if ($failed = !defined $canon) {
36 elsif ($failed = $canon ne $refdn) {
37 print "'$refdn'\n\ndid not match\n\n from '$dn'\n got '$canon'\n";
41 if ($failed = !defined $canon) {
44 elsif ($failed = $canon eq $refdn) {
45 print "'$refdn'\n\nmatched\n\n'$dn'\n'$canon'\
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocutil.cpp106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
107 if (buf != 0 && canon != 0) {
110 uloc_canonicalize(buf, canon, buflen, &ec);
112 result = UnicodeString(canon);
116 uprv_free(canon);
/macosx-10.9.5/Heimdal-323.92.1/tests/apple/
H A Dcheck-apple-lkdc.in253 ${kinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} || \
259 ${kkinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} || \
261 ${kkinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u2}@${r2} || \
278 ${kinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} || \
298 -D KEYCHAIN: --canon \
311 ${kinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} || \
458 ${kinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} || \
463 -D KEYCHAIN: --canon \
474 #${kinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} && \
481 #${kinit} --kdc-hostname=localhost --canon
[all...]
H A Dcheck-apple-hodadmin.in98 ${kinit} --kdc-hostname=localhost --canon --password-file=${testdir}/foopassword ${u}@${r} || \
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pegrammar.tcl64 pt::pe verify $peg(start) canon
78 set iscanonical $canon
315 pt::pe verify $sd(is) canon
332 if {!$canon} {
/macosx-10.9.5/ICU-511.35/icuSources/extra/uconv/
H A Duconv.cpp193 be printed, otherwise all converters will be printed. If canon is non
198 UBool canon)
208 if (!canon) {
216 in non-canon mode). But since we do not know at this
232 single converter to print but in canon mode, hence we need to
253 if (canon) {
258 if (canon) {
266 if (canon) {
313 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
315 (canon
197 printConverters(const char *pname, const char *lookfor, UBool canon) argument
375 printTransliterators(UBool canon) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dticket.c515 PA_ClientCanonicalized canon; local
533 &canon, &len);
542 &canon.names, &len, ret);
544 free_PA_ClientCanonicalized(&canon);
553 free_PA_ClientCanonicalized(&canon);
559 &canon.canon_checksum);
567 free_PA_ClientCanonicalized(&canon);
573 &canon.names.requested_name))
575 free_PA_ClientCanonicalized(&canon);
583 &canon
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dccode.h45 const char* canon; /* canonical name format */ member in struct:Ccmap_s
/macosx-10.9.5/Heimdal-323.92.1/tests/gss/
H A Dcheck-context.in185 echo "dns canon on (long name) OFF, need dns_wrapper" ; > ${testdir}/messages.log
186 #${test_context} --dns-canon host@lucid.test.h5l.se || \
188 echo "dns canon off (long name)" ; > ${testdir}/messages.log
189 ${test_context} --no-dns-canon host@lucid.test.h5l.se || \
191 echo "dns canon off (short name)" ; > ${testdir}/messages.log
192 ${test_context} --no-dns-canon host@lucid || \
194 echo "dns canon off (short name, krb5)" ; > ${testdir}/messages.log
195 ${test_context} --no-dns-canon --name-type=krb5-principal-name host/lucid@${R} || \
197 echo "dns canon off (short name, krb5)" ; > ${testdir}/messages.log
198 ${test_context} --no-dns-canon
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.set.c133 Char *cp, *canon; local
141 canon = dcanon(cp, cp);
144 cleanup_push(canon, xfree);
146 setcopy(vp, canon, VAR_READWRITE); /* have to save the new val */
149 tsetenv(STRKHOME, canon);
152 cleanup_until(canon);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dwrtxml.cpp181 char* canon = NULL; local
196 canon = (char*) uprv_malloc(canonCapacity);
197 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
203 strnrepchr(canon, canonLen, '_', '-');
204 return canon;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtranslit.h343 * @param canon canonical ID to assign to the object, or
350 const UnicodeString* canon);
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkerberos5.c2148 PA_ClientCanonicalized canon; local
2154 memset(&canon, 0, sizeof(canon));
2156 canon.names.requested_name = *b->cname;
2157 canon.names.mapped_name = r->client->entry.principal->name;
2160 &canon.names, &len, ret);
2176 &canon.canon_checksum);
2183 &canon, &len, ret);
2184 free_Checksum(&canon.canon_checksum);
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.sh192 [+canon \aname\a?An external host type name to be
999 host [ canon cpu name rating type ... ]
1004 canon The next argument is a host type name to be
1510 canon=
1513 do case $canon in
1514 -) canon=$info
1520 canon) canon=-
1533 case $canon in
1534 -) echo "$command: $action: canon
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Singleton-1.03/
H A DSingleton.pm10 # Written by Andy Wardley <abw@cre.canon.co.uk>
315 Andy Wardley, C<E<lt>abw@cre.canon.co.ukE<gt>>
339 http://www.cre.canon.co.uk/perl/
/macosx-10.9.5/ruby-104/ruby/lib/
H A Doptparse.rb259 canon, sw, * = candidates[0]
261 canon, sw, cn = candidates.shift
266 canon, sw, cn = k, v, kn
275 if canon
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtranslit.cpp973 const UnicodeString* canon) {
1032 if (t != NULL && canon != NULL) {
1033 t->setID(*canon);
972 createBasicInstance(const UnicodeString& id, const UnicodeString* canon) argument
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.cpp818 std::string canon = ExpandTildesInPath(AbbreviatedPath(dldbIdentifier.dbName()).c_str()); local
820 DLDbIdentifier localIdentifier (dldbIdentifier.ssuid(), canon.c_str(), dldbIdentifier.dbLocation ());
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp818 std::string canon = ExpandTildesInPath(AbbreviatedPath(dldbIdentifier.dbName()).c_str()); local
820 DLDbIdentifier localIdentifier (dldbIdentifier.ssuid(), canon.c_str(), dldbIdentifier.dbLocation ());
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp818 std::string canon = ExpandTildesInPath(AbbreviatedPath(dldbIdentifier.dbName()).c_str()); local
820 DLDbIdentifier localIdentifier (dldbIdentifier.ssuid(), canon.c_str(), dldbIdentifier.dbLocation ());
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dencoding.c1661 const char* canon; local
1662 canon = xmlGetCharEncodingName(alias);
1663 if ((canon != NULL) && (strcmp(name, canon))) {
1664 return(xmlFindCharEncodingHandler(canon));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Diconv.c475 if (cp->canon)
485 b += sfsprintf(b, e - b, cp->canon, m);
509 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, cp->ccode, o);
521 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, CC_ICONV, o);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dencoding.c1759 const char* canon; local
1760 canon = xmlGetCharEncodingName(alias);
1761 if ((canon != NULL) && (strcmp(name, canon))) {
1762 return(xmlFindCharEncodingHandler(canon));
/macosx-10.9.5/gssd-62/
H A Dgssd.c1446 gss_name_t canon; local
1450 maj = gss_canonicalize_name(&min, svcname, mechtab[GSSD_KRB5_MECH], &canon);
1454 maj = gss_display_name(&min, canon, &nbuf, NULL);

Completed in 227 milliseconds

12