Home
last modified time | relevance | path

Searched refs:w_ret (Results 26 – 50 of 87) sorted by relevance

1234

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dx509_crt.c1148 int w_ret; in mbedtls_x509_crt_parse_path() local
1167 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1169 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1184 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1188 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1194 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1195 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1198 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dx509_crt.c1148 int w_ret; in mbedtls_x509_crt_parse_path() local
1167 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1169 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1184 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1188 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1194 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1195 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1198 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dui.c555 unsigned int w_ret, h_ret, bw_ret, depth_ret; in meta_gdk_pixbuf_get_from_pixmap() local
562 &x_ret, &y_ret, &w_ret, &h_ret, &bw_ret, &depth_ret)) in meta_gdk_pixbuf_get_from_pixmap()
570 w_ret, in meta_gdk_pixbuf_get_from_pixmap()
581 w_ret, h_ret); in meta_gdk_pixbuf_get_from_pixmap()
/dports/devel/isa-l/isa-l-2.30.0/erasure_code/aarch64/
H A Dgf_3vect_dot_prod_neon.S44 w_ret .req w0 label
353 mov w_ret, #0
357 mov w_ret, #1
H A Dgf_3vect_mad_neon.S44 w_ret .req w0 label
370 mov w_ret, #0
374 mov w_ret, #1
H A Dgf_2vect_dot_prod_neon.S44 w_ret .req w0 label
394 mov w_ret, #0
398 mov w_ret, #1
H A Dgf_4vect_dot_prod_neon.S43 w_ret .req w0 label
416 mov w_ret, #0
420 mov w_ret, #1
H A Dgf_2vect_mad_neon.S44 w_ret .req w0 label
390 mov w_ret, #0
394 mov w_ret, #1
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dx509_crt.c1306 int w_ret;
1325 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir,
1327 if( w_ret == 0 )
1342 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName,
1346 if( w_ret == 0 )
1352 w_ret = mbedtls_x509_crt_parse_file( chain, filename );
1353 if( w_ret < 0 )
1356 ret += w_ret;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dx509_crt.c1319 int w_ret; in mbedtls_x509_crt_parse_path() local
1350 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, lengthAsInt, szDir, in mbedtls_x509_crt_parse_path()
1352 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1370 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1374 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1380 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1381 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1384 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dx509_crt.c1278 int w_ret; in mbedtls_x509_crt_parse_path() local
1297 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1299 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1314 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1318 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1324 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1325 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1328 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dx509_crt.c1276 int w_ret; in mbedtls_x509_crt_parse_path() local
1295 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1297 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1312 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1316 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1322 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1323 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1326 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dx509_crt.c1319 int w_ret; in mbedtls_x509_crt_parse_path() local
1350 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, lengthAsInt, szDir, in mbedtls_x509_crt_parse_path()
1352 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1370 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1374 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1380 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1381 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1384 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dx509_crt.c1275 int w_ret; in mbedtls_x509_crt_parse_path() local
1294 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1296 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1311 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1315 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1321 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1322 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1325 ret += w_ret; in mbedtls_x509_crt_parse_path()
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dui.c646 unsigned int w_ret, h_ret, bw_ret, depth_ret; in meta_gdk_pixbuf_get_from_pixmap() local
653 &x_ret, &y_ret, &w_ret, &h_ret, &bw_ret, &depth_ret)) in meta_gdk_pixbuf_get_from_pixmap()
661 w_ret, in meta_gdk_pixbuf_get_from_pixmap()
672 w_ret, h_ret); in meta_gdk_pixbuf_get_from_pixmap()
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dui.c547 unsigned int w_ret, h_ret, bw_ret, depth_ret; in meta_gdk_pixbuf_get_from_pixmap() local
554 &x_ret, &y_ret, &w_ret, &h_ret, &bw_ret, &depth_ret)) in meta_gdk_pixbuf_get_from_pixmap()
562 w_ret, in meta_gdk_pixbuf_get_from_pixmap()
573 w_ret, h_ret); in meta_gdk_pixbuf_get_from_pixmap()
/dports/x11/mate-desktop/mate-desktop-1.26.0/libmate-desktop/
H A Dmate-bg-crossfade.c604 unsigned int w_ret, h_ret, bw_ret, depth_ret; in get_root_pixmap_id_surface() local
608 &x_ret, &y_ret, &w_ret, &h_ret, in get_root_pixmap_id_surface()
613 w_ret, h_ret); in get_root_pixmap_id_surface()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dfiles_copy_test.c97 ssize_t w_ret = write(fd, "", 1); in FsSupportsSparseFiles() local
98 assert_int_equal(w_ret, 1); in FsSupportsSparseFiles()
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dfiles_copy_test.c97 ssize_t w_ret = write(fd, "", 1); in FsSupportsSparseFiles() local
98 assert_int_equal(w_ret, 1); in FsSupportsSparseFiles()
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dfiles_copy_test.c97 ssize_t w_ret = write(fd, "", 1); in FsSupportsSparseFiles() local
98 assert_int_equal(w_ret, 1); in FsSupportsSparseFiles()
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dfiles_copy_test.c97 ssize_t w_ret = write(fd, "", 1); in FsSupportsSparseFiles() local
98 assert_int_equal(w_ret, 1); in FsSupportsSparseFiles()
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dfiles_copy_test.c97 ssize_t w_ret = write(fd, "", 1); in FsSupportsSparseFiles() local
98 assert_int_equal(w_ret, 1); in FsSupportsSparseFiles()
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dfiles_copy_test.c97 ssize_t w_ret = write(fd, "", 1); in FsSupportsSparseFiles() local
98 assert_int_equal(w_ret, 1); in FsSupportsSparseFiles()
/dports/devel/isa-l/isa-l-2.30.0/raid/aarch64/
H A Dpq_check_neon.S45 w_ret .req w0 label
336 mov w_ret, #0
340 mov w_ret, #1
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dx509_crt.c1554 int w_ret; in mbedtls_x509_crt_parse_path() local
1573 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1575 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1590 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1594 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1600 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1601 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1604 ret += w_ret; in mbedtls_x509_crt_parse_path()

1234