Home
last modified time | relevance | path

Searched refs:outtmp (Results 1 – 25 of 51) sorted by relevance

123

/dports/net/zerotier/ZeroTierOne-1.8.3/attic/world/
H A Dmkworld.cpp149 Buffer<ZT_WORLD_MAX_SERIALIZED_LENGTH> outtmp; in main() local
150 nw.serialize(outtmp,false); in main()
152 testw.deserialize(outtmp,0); in main()
158 OSUtils::writeFile("world.bin",std::string((const char *)outtmp.data(),outtmp.size())); in main()
159 …fprintf(stderr,"INFO: world.bin written with %u bytes of binary world data." ZT_EOL_S,outtmp.size(… in main()
162 fprintf(stdout,"#define ZT_DEFAULT_WORLD_LENGTH %u" ZT_EOL_S,outtmp.size()); in main()
164 for(unsigned int i=0;i<outtmp.size();++i) { in main()
165 const unsigned char *d = (const unsigned char *)outtmp.data(); in main()
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/Producer/TT/
H A DTable.pm192 my $outtmp;
197 }, \$outtmp )
200 $out .= $outtmp;
203 write_file( table_file($tbl), $outtmp ) if $pargs->{mk_files};
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/unicode/
H A Ducstr.c113 char *out = NULL, *outtmp, *s; in krb5int_utf8_normalize() local
245 outtmp = realloc(out, outsize); in krb5int_utf8_normalize()
246 if (outtmp == NULL) { in krb5int_utf8_normalize()
250 out = outtmp; in krb5int_utf8_normalize()
266 outtmp = realloc(out, outsize); in krb5int_utf8_normalize()
267 if (outtmp == NULL) { in krb5int_utf8_normalize()
271 out = outtmp; in krb5int_utf8_normalize()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/unicode/
H A Ducstr.c113 char *out = NULL, *outtmp, *s; in krb5int_utf8_normalize() local
245 outtmp = realloc(out, outsize); in krb5int_utf8_normalize()
246 if (outtmp == NULL) { in krb5int_utf8_normalize()
250 out = outtmp; in krb5int_utf8_normalize()
266 outtmp = realloc(out, outsize); in krb5int_utf8_normalize()
267 if (outtmp == NULL) { in krb5int_utf8_normalize()
271 out = outtmp; in krb5int_utf8_normalize()
/dports/net/openldap24-client/openldap-2.4.59/libraries/liblunicode/
H A Ducstr.c113 char *out, *outtmp, *s; in UTF8bvnormalize() local
254 outtmp = (char *) ber_memrealloc_x( out, outsize, ctx ); in UTF8bvnormalize()
255 if ( outtmp == NULL ) { in UTF8bvnormalize()
261 out = outtmp; in UTF8bvnormalize()
279 outtmp = (char *) ber_memrealloc_x(out, outsize, ctx); in UTF8bvnormalize()
280 if (outtmp == NULL) { in UTF8bvnormalize()
285 out = outtmp; in UTF8bvnormalize()
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblunicode/
H A Ducstr.c113 char *out, *outtmp, *s; in UTF8bvnormalize() local
254 outtmp = (char *) ber_memrealloc_x( out, outsize, ctx ); in UTF8bvnormalize()
255 if ( outtmp == NULL ) { in UTF8bvnormalize()
261 out = outtmp; in UTF8bvnormalize()
279 outtmp = (char *) ber_memrealloc_x(out, outsize, ctx); in UTF8bvnormalize()
280 if (outtmp == NULL) { in UTF8bvnormalize()
285 out = outtmp; in UTF8bvnormalize()
/dports/net/openldap25-client/openldap-2.5.9/libraries/liblunicode/
H A Ducstr.c113 char *out, *outtmp, *s; in UTF8bvnormalize() local
254 outtmp = (char *) ber_memrealloc_x( out, outsize, ctx ); in UTF8bvnormalize()
255 if ( outtmp == NULL ) { in UTF8bvnormalize()
261 out = outtmp; in UTF8bvnormalize()
279 outtmp = (char *) ber_memrealloc_x(out, outsize, ctx); in UTF8bvnormalize()
280 if (outtmp == NULL) { in UTF8bvnormalize()
285 out = outtmp; in UTF8bvnormalize()
/dports/net/openldap25-server/openldap-2.5.9/libraries/liblunicode/
H A Ducstr.c113 char *out, *outtmp, *s; in UTF8bvnormalize() local
254 outtmp = (char *) ber_memrealloc_x( out, outsize, ctx ); in UTF8bvnormalize()
255 if ( outtmp == NULL ) { in UTF8bvnormalize()
261 out = outtmp; in UTF8bvnormalize()
279 outtmp = (char *) ber_memrealloc_x(out, outsize, ctx); in UTF8bvnormalize()
280 if (outtmp == NULL) { in UTF8bvnormalize()
285 out = outtmp; in UTF8bvnormalize()
/dports/net/openldap26-client/openldap-2.6.0/libraries/liblunicode/
H A Ducstr.c113 char *out, *outtmp, *s; in UTF8bvnormalize() local
254 outtmp = (char *) ber_memrealloc_x( out, outsize, ctx ); in UTF8bvnormalize()
255 if ( outtmp == NULL ) { in UTF8bvnormalize()
261 out = outtmp; in UTF8bvnormalize()
279 outtmp = (char *) ber_memrealloc_x(out, outsize, ctx); in UTF8bvnormalize()
280 if (outtmp == NULL) { in UTF8bvnormalize()
285 out = outtmp; in UTF8bvnormalize()
/dports/net/openldap26-server/openldap-2.6.0/libraries/liblunicode/
H A Ducstr.c113 char *out, *outtmp, *s; in UTF8bvnormalize() local
254 outtmp = (char *) ber_memrealloc_x( out, outsize, ctx ); in UTF8bvnormalize()
255 if ( outtmp == NULL ) { in UTF8bvnormalize()
261 out = outtmp; in UTF8bvnormalize()
279 outtmp = (char *) ber_memrealloc_x(out, outsize, ctx); in UTF8bvnormalize()
280 if (outtmp == NULL) { in UTF8bvnormalize()
285 out = outtmp; in UTF8bvnormalize()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Didct.c880 ilgt4(input, outtmp, lgtmtx_row[0]); in av1_iht4x8_32_add_c()
883 IHT_4x8[tx_type].rows(input, outtmp); in av1_iht4x8_32_add_c()
962 ilgt8(input, outtmp, lgtmtx_row[0]); in av1_iht8x4_32_add_c()
965 IHT_8x4[tx_type].rows(input, outtmp); in av1_iht8x4_32_add_c()
1041 ilgt4(input, outtmp, lgtmtx_row[0]); in av1_iht4x16_64_add_c()
1113 IHT_16x4[tx_type].rows(input, outtmp); in av1_iht16x4_64_add_c()
1188 ilgt8(input, outtmp, lgtmtx_row[0]); in av1_iht8x16_128_add_c()
1261 IHT_16x8[tx_type].rows(input, outtmp); in av1_iht16x8_128_add_c()
1337 ilgt8(input, outtmp, lgtmtx_row[0]); in av1_iht8x32_256_add_c()
1409 IHT_32x8[tx_type].rows(input, outtmp); in av1_iht32x8_256_add_c()
[all …]
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3rkcv/
H A Dsj3_rkcv.c63 static wchar16_t outtmp[MAXLLEN]; variable
333 if ((outlen * sizeof(wchar16_t)) > sizeof(outtmp)) { in sj3_hantozen()
342 woutstr = (wchar16_t *) outtmp; in sj3_hantozen()
426 if ((outlen * sizeof(wchar16_t)) > sizeof(outtmp)) { in sj3_hantozen_euc()
435 woutstr = (wchar16_t *) outtmp; in sj3_hantozen_euc()
606 if (outlen * sizeof(wchar16_t) > sizeof(outtmp)) { in sj3_zentohan()
614 woutstr = (wchar16_t *) outtmp; in sj3_zentohan()
696 if (outlen * sizeof(wchar16_t) > sizeof(outtmp)) { in sj3_zentohan_euc()
705 woutstr = (wchar16_t *) outtmp; in sj3_zentohan_euc()
H A Drk_conv.c87 static wchar16_t outtmp[MAXLLEN]; variable
1061 ret = sj3_rkconv_w16(wstr, outtmp); in sj3_rkconv()
1066 if (wcstombs((char *)mtmp, outtmp, sizeof(outtmp)) == -1) { in sj3_rkconv()
1106 ret = sj3_rkconv_w16(wstr, outtmp); in sj3_rkconv_euc()
1111 if (wcstombs((char *)mtmp, outtmp, sizeof(outtmp)) == -1) { in sj3_rkconv_euc()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopspline.cpp116 float outtmp = 0; in osl_splineinverse_dffdf() local
117 osl_splineinverse_fff (&outtmp, spline_, x, (float *) knots, knot_count, knot_arraylen); in osl_splineinverse_dffdf()
118 DFLOAT(out) = outtmp; in osl_splineinverse_dffdf()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopspline.cpp116 float outtmp = 0; in osl_splineinverse_dffdf() local
117 osl_splineinverse_fff (&outtmp, spline_, x, (float *) knots, knot_count, knot_arraylen); in osl_splineinverse_dffdf()
118 DFLOAT(out) = outtmp; in osl_splineinverse_dffdf()
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5format_convert/
H A DCMakeTests.cmake111 COMMAND ${CMAKE_COMMAND} -E remove ./testfiles/outtmp.h5
119 …-E copy_if_different ${HDF5_TOOLS_TEST_H5FC_SOURCE_DIR}/testfiles/${testfile} ./testfiles/outtmp.h5
127 -D "TEST_ARGS=${ARGN};outtmp.h5"
161 COMMAND ${CMAKE_COMMAND} -E remove ./testfiles/outtmp.h5
168 …-E copy_if_different ${HDF5_TOOLS_TEST_H5FC_SOURCE_DIR}/testfiles/${testfile} ./testfiles/outtmp.h5
176 -D "TEST_ARGS=${ARGN};outtmp.h5"
193 COMMAND ${CMAKE_COMMAND} -E remove ./testfiles/outtmp.h5
200 …-E copy_if_different ${HDF5_TOOLS_TEST_H5FC_SOURCE_DIR}/testfiles/${testfile} ./testfiles/outtmp.h5
208 -D "TEST_ARGS=${ARGN};outtmp.h5"
357 outtmp.h5
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Dnutinp.c80 FILE *fp,*errfp,*outfp,*errtmp,*outtmp; local
114 outtmp = cp_out;
118 cp_curout = outtmp;
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dmakeexample.pl688 $outtmp = $outdirfiles{$file};
689 $outtmp =~ s/ (\S+) $/ and $1/;
690 $outtmp =~ s/ $//;
691 $O .= ", for example $outtmp\.\n";
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5format_convert/testfiles/
H A Dh5fc_v_non_chunked.ddl2 Open the file outtmp.h5
H A Dh5fc_v_err.ddl2 Open the file outtmp.h5
H A Dh5fc_v_bt1.ddl2 Open the file outtmp.h5
H A Dh5fc_v_n_1d.ddl3 Open the file outtmp.h5
H A Dh5fc_v_ndata_bt1.ddl3 Open the file outtmp.h5
H A Dh5fc_v_n_all.ddl3 Open the file outtmp.h5
/dports/games/leela-zero/leela-zero-0.17/src/
H A DGTP.cpp546 std::string outtmp(s_commands[0]); in execute() local
548 outtmp = outtmp + "\n" + s_commands[i]; in execute()
550 gtp_printf(id, outtmp.c_str()); in execute()

123