Searched refs:conv (Results 276 - 300 of 334) sorted by relevance

<<11121314

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c1266 conv:
1276 case 'h': F.hSize = 1; c = *++fmt; goto conv;
1278 case 'L': F.lSize++; c = *++fmt; goto conv;
/macosx-10.10/ruby-106/ruby/
H A Denum.c2036 ID conv; local
2052 CONST_ID(conv, "to_enum");
2058 argv[i] = rb_funcall(argv[i], conv, 1, ID2SYM(id_each));
H A Drational.c2086 goto conv;
2103 conv:
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dcp932ext.h149 cp932ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
657 cp932ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Disoir165ext.h161 isoir165ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
756 isoir165ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dutf8mac.h1560 utf8mac_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
1583 if((ret = ucs2_mbtowc(conv, pwc, (const unsigned char *) ucsp, ucslen)) < 0)
1590 utf8mac_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) /* n == 0 is acceptable */ argument
1597 if((ret = ucs2_wctomb(conv, (unsigned char *) ucs_string, wc, sizeof(ucs_string))) < 0)
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim116 syn match fsOptionsKeywords contained /\<conv=*/ nextgroup=fsOptionsConv
H A Dmysql.vim168 syn region mysqlFunction start="conv(" end=")" contains=ALL
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-pam.c457 sshpam_conv.conv = sshpam_thread_conv;
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGeneratorJS.pm3971 my $conv = $signature->extendedAttributes->{"TreatReturnedNullStringAs"};
3972 if (defined $conv) {
3973 return "jsStringOrNull(exec, $value)" if $conv eq "Null";
3974 return "jsStringOrUndefined(exec, $value)" if $conv eq "Undefined";
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcmsccoll.c2587 UConverter *conv = NULL; local
2620 conv = ucnv_open("UTF16BE", &status);
2629 U16BELenS = ucnv_fromUChars(conv, U16BESource, CMSCOLL_ALEXIS2_BUFFER_SIZE, U16Source, U16LenS, &status);
2630 U16BELenT = ucnv_fromUChars(conv, U16BETarget, CMSCOLL_ALEXIS2_BUFFER_SIZE, U16Target, U16LenT, &status);
2661 ucnv_close(conv);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp3804 UConverter* conv = NULL; local
3860 conv = ucnv_open(encoding, &status);
3869 ulen = ucnv_toUChars(conv,
3880 ucnv_toUChars(conv,
3891 ucnv_close(conv);
/macosx-10.10/swig-12/Source/Modules/
H A Dpython.cxx1821 int conv = 0; local
1823 conv = 1;
1825 return conv ? "SWIG_POINTER_IMPLICIT_CONV" : "0";
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh6070 passes="conv dlpreopen link"
6086 passes="conv scan dlopen dlpreopen link"
6088 *) passes="conv"
6254 test "$pass" = conv && continue
6261 if test "$pass" = conv; then
6300 if test "$pass" = conv; then
6355 if test "$pass" = conv; then
6423 if test "$pass" = conv; then
6447 fi # $pass = conv
7100 if test "$pass" != conv; the
[all...]
/macosx-10.10/Heimdal-398.1.2/
H A Dltmain.sh4465 passes="conv dlpreopen link"
4481 passes="conv scan dlopen dlpreopen link"
4483 *) passes="conv"
4647 test "$pass" = conv && continue
4653 if test "$pass" = conv; then
4687 if test "$pass" = conv; then
4742 if test "$pass" = conv; then
4810 if test "$pass" = conv; then
4834 fi # $pass = conv
5445 if test "$pass" != conv; the
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dltmain.sh6083 passes="conv dlpreopen link"
6099 passes="conv scan dlopen dlpreopen link"
6101 *) passes="conv"
6271 test "$pass" = conv && continue
6278 if test "$pass" = conv; then
6317 if test "$pass" = conv; then
6372 if test "$pass" = conv; then
6440 if test "$pass" = conv; then
6464 fi # $pass = conv
7117 if test "$pass" != conv; the
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dltmain.sh5318 passes="conv dlpreopen link"
5334 passes="conv scan dlopen dlpreopen link"
5336 *) passes="conv"
5501 test "$pass" = conv && continue
5507 if test "$pass" = conv; then
5541 if test "$pass" = conv; then
5596 if test "$pass" = conv; then
5664 if test "$pass" = conv; then
5688 fi # $pass = conv
6300 if test "$pass" != conv; the
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dltmain.sh6084 passes="conv dlpreopen link"
6100 passes="conv scan dlopen dlpreopen link"
6102 *) passes="conv"
6269 test "$pass" = conv && continue
6276 if test "$pass" = conv; then
6315 if test "$pass" = conv; then
6370 if test "$pass" = conv; then
6438 if test "$pass" = conv; then
6462 fi # $pass = conv
7115 if test "$pass" != conv; the
[all...]
/macosx-10.10/apr-32/apr/apr/build/
H A Dltmain.sh6083 passes="conv dlpreopen link"
6099 passes="conv scan dlopen dlpreopen link"
6101 *) passes="conv"
6268 test "$pass" = conv && continue
6275 if test "$pass" = conv; then
6314 if test "$pass" = conv; then
6369 if test "$pass" = conv; then
6437 if test "$pass" = conv; then
6461 fi # $pass = conv
7114 if test "$pass" != conv; the
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/conftools/
H A Dltmain.sh6083 passes="conv dlpreopen link"
6099 passes="conv scan dlopen dlpreopen link"
6101 *) passes="conv"
6268 test "$pass" = conv && continue
6275 if test "$pass" = conv; then
6314 if test "$pass" = conv; then
6369 if test "$pass" = conv; then
6437 if test "$pass" = conv; then
6461 fi # $pass = conv
7114 if test "$pass" != conv; the
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dltmain.sh4992 passes="conv dlpreopen link"
5008 passes="conv scan dlopen dlpreopen link"
5010 *) passes="conv"
5174 test "$pass" = conv && continue
5180 if test "$pass" = conv; then
5214 if test "$pass" = conv; then
5269 if test "$pass" = conv; then
5337 if test "$pass" = conv; then
5361 fi # $pass = conv
5972 if test "$pass" != conv; the
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dltmain.sh6083 passes="conv dlpreopen link"
6099 passes="conv scan dlopen dlpreopen link"
6101 *) passes="conv"
6271 test "$pass" = conv && continue
6278 if test "$pass" = conv; then
6317 if test "$pass" = conv; then
6372 if test "$pass" = conv; then
6440 if test "$pass" = conv; then
6464 fi # $pass = conv
7117 if test "$pass" != conv; the
[all...]
/macosx-10.10/libarchive-30/libarchive/build/autoconf/
H A Dltmain.sh5026 passes="conv dlpreopen link"
5042 passes="conv scan dlopen dlpreopen link"
5044 *) passes="conv"
5115 test "$pass" = conv && continue
5119 if test "$pass" = conv; then
5225 test "$pass" = conv && continue
5231 if test "$pass" = conv; then
5265 if test "$pass" = conv; then
5320 if test "$pass" = conv; then
5388 if test "$pass" = conv; the
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c4094 conv:
4098 case 'h': F.hSize = 1; c = *++fmt; goto conv;
4100 case 'L': F.lSize = 1; c = *++fmt; goto conv;
/macosx-10.10/pcre-7/pcre/
H A Dltmain.sh4992 passes="conv dlpreopen link"
5008 passes="conv scan dlopen dlpreopen link"
5010 *) passes="conv"
5174 test "$pass" = conv && continue
5180 if test "$pass" = conv; then
5214 if test "$pass" = conv; then
5269 if test "$pass" = conv; then
5337 if test "$pass" = conv; then
5361 fi # $pass = conv
5972 if test "$pass" != conv; the
[all...]

Completed in 701 milliseconds

<<11121314