Searched refs:conv (Results 226 - 250 of 334) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/
H A Drange.c608 #define BSEARCH(conv) \
616 BSEARCH_CHECK(conv(mid)); \
625 BSEARCH_CHECK(conv(low)); \
629 return conv(low); \
/macosx-10.10/ruby-106/ruby/tool/
H A Denc-emoji-citrus-gen.rb102 pairs = make_pairs(params[:map], &params[:conv])
/macosx-10.10/sudo-73/src/auth/
H A Dpam.c94 pam_conv.conv = sudo_conv;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Drecord.tcl54 set w .conv
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_msfees.c908 int conv = -1; local
927 conv = 0;
939 conv++;
960 conv++;
970 (long)pps_arrvstamp.l_uf, conv, ees->unit,
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1775 if (buf->conv != NULL) {
1776 *doc_txt_len = xmlBufUse(buf->conv);
1777 *doc_txt_ptr = xmlStrndup(xmlBufContent(buf->conv), *doc_txt_len);
1783 if (buf->conv != NULL) {
1784 *doc_txt_len = buf->conv->use;
1785 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len);
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dgb18030ext.h47 gb18030ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
235 gb18030ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dgb18030uni.h171 gb18030uni_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
220 gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dhkscs2001.h60 hkscs2001_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
554 hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dhkscs2004.h79 hkscs2004_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
546 hkscs2004_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
/macosx-10.10/shell_cmds-179/su/
H A Dsu.c163 struct pam_conv conv = { openpam_ttyconv, NULL }; local
313 retcode = pam_start("su", user, &conv, &pamh);
/macosx-10.10/vim-55/src/
H A Dex_cmds2.c2838 vimconv_T conv; /* type of conversion */ member in struct:source_cookie
3103 cookie.conv.vc_type = CONV_NONE; /* no conversion */
3111 convert_setup(&cookie.conv, (char_u *)"utf-8", p_enc);
3112 p = string_convert(&cookie.conv, firstline + 3, NULL);
3282 convert_setup(&cookie.conv, NULL, NULL);
3488 if (line != NULL && sp->conv.vc_type != CONV_NONE)
3491 s = string_convert(&sp->conv, line, NULL);
3777 convert_setup(&sp->conv, name, p_enc);
H A Dui.c2046 vimconv_T conv; local
2058 conv.vc_type = CONV_NONE;
2059 convert_setup(&conv, enc, p_enc);
2060 if (conv.vc_type != CONV_NONE)
2063 tmpbuf = string_convert(&conv, p, &convlen);
2067 convert_setup(&conv, NULL, NULL);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgsct.c100 #include <dce/conv.h>
638 * (i.e., we must not do a "real callback"; see conv.idl). To achieve
683 * conv interface. The packet rationing code needs to know this
H A Ddgslive.c99 #include <dce/conv.h>
/macosx-10.10/ruby-106/ruby/ext/json/lib/json/
H A Dcommon.rb428 Iconv.conv(to, from, string)
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dwrtxml.cpp58 static UConverter* conv = NULL; variable
1139 conv=ucnv_open(enc,status);
1199 ucnv_close(conv);
/macosx-10.10/libxml2-26/libxml2/
H A DHTMLtree.c610 if (buf->conv != NULL) {
611 *size = xmlBufUse(buf->conv);
612 *mem = xmlStrndup(xmlBufContent(buf->conv), *size);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLtree.c593 if (buf->conv != NULL) {
594 *size = buf->conv->use;
595 *mem = xmlStrndup(buf->conv->content, *size);
/macosx-10.10/ruby-106/ruby/lib/
H A Dmkmf.rb1365 conv = (compat == "long long" ? "LL" : compat.upcase)
1370 $defs.push(format("-DPRI_%s_PREFIX=PRI_%s_PREFIX", macname, conv))
1371 conv = (u ? "U" : "") + conv
1372 $defs.push(format("-D%s2NUM=%s2NUM", macname, conv))
1373 $defs.push(format("-DNUM2%s=NUM2%s", macname, conv))
/macosx-10.10/swig-12/Source/Modules/
H A Dmodula3.cxx1647 String *conv = Getfeature(n, "modula3:constint:conv"); local
1660 if ((conv == NIL) || ((Strcmp(conv, "set:int") != 0) && (Strcmp(conv, "int:set") != 0))) {
1679 if (convertInt(numvalue, numvalue, conv)) {
1708 String *conv = Getfeature(n, "modula3:constset:conv"); local
1722 convertInt(numvalue, numvalue, conv);
1993 String *conv local
[all...]
H A Doctave.cxx347 int conv = 0; local
349 conv = 1;
351 return conv ? "SWIG_POINTER_IMPLICIT_CONV" : "0";
/macosx-10.10/swig-12/Source/Swig/
H A Dtypesys.c2011 String *conv; local
2013 conv = Getattr(conversions, ckey);
2014 if (conv) {
2015 Printf(cast_temp, " {&_swigt_%s, %s, 0, 0},", ei.item, conv);
/macosx-10.10/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c140 .conv = openpam_nullconv,
/macosx-10.10/apache-793/httpd/
H A DNWGNUmakefile409 $(call COPY,docs/conf/charset.conv, $(INSTALLBASE)/conf/)

Completed in 213 milliseconds

1234567891011>>