Home
last modified time | relevance | path

Searched refs:len_0 (Results 1 – 20 of 20) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A DLPdir_win.c100 size_t index = 0, len_0 = dirlen + 1; in LP_find_file() local
108 directory, len_0, in LP_find_file()
114 directory, len_0, in LP_find_file()
124 if (!MultiByteToWideChar(cp, 0, directory, len_0, in LP_find_file()
134 sz = len_0; in LP_find_file()
140 for (index = 0; index < len_0; index++) in LP_find_file()
182 size_t index, len_0 = 0; in LP_find_file() local
184 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) in LP_find_file()
185 len_0++; in LP_find_file()
186 len_0++; in LP_find_file()
[all …]
H A Do_fopen.c42 int sz, len_0 = (int)strlen(filename) + 1; in openssl_fopen() local
58 filename, len_0, NULL, 0)) > 0 || in openssl_fopen()
61 filename, len_0, NULL, 0)) > 0) in openssl_fopen()
67 filename, len_0, wfilename, sz) && in openssl_fopen()
H A Dcryptlib.c294 size_t len_0 = strlen(fmta) + 1, i; in OPENSSL_showfatal() local
297 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal()
302 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0)) in OPENSSL_showfatal()
303 for (i = 0; i < len_0; i++) in OPENSSL_showfatal()
305 for (i = 0; i < len_0; i++) { in OPENSSL_showfatal()
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_win.c100 size_t index = 0, len_0 = dirlen + 1; in LP_find_file() local
108 directory, len_0, in LP_find_file()
114 directory, len_0, in LP_find_file()
124 if (!MultiByteToWideChar(cp, 0, directory, len_0, in LP_find_file()
134 sz = len_0; in LP_find_file()
140 for (index = 0; index < len_0; index++) in LP_find_file()
182 size_t index, len_0 = 0; in LP_find_file() local
184 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) in LP_find_file()
185 len_0++; in LP_find_file()
186 len_0++; in LP_find_file()
[all …]
H A Dcryptlib.c139 size_t len_0 = strlen(fmta) + 1, i; in OPENSSL_showfatal() local
142 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal()
147 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0)) in OPENSSL_showfatal()
148 for (i = 0; i < len_0; i++) in OPENSSL_showfatal()
150 for (i = 0; i < len_0; i++) { in OPENSSL_showfatal()
H A Do_fopen.c42 int sz, len_0 = (int)strlen(filename) + 1; in openssl_fopen() local
58 filename, len_0, NULL, 0)) > 0 || in openssl_fopen()
61 filename, len_0, NULL, 0)) > 0) in openssl_fopen()
67 filename, len_0, wfilename, sz) && in openssl_fopen()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_win32.c37 size_t len_0 = strlen(lpLibFileName) + 1, i; in LoadLibraryA() local
40 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0)) in LoadLibraryA()
51 for (i = 0; i < len_0; i++) in LoadLibraryA()
/netbsd/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_win32.c37 size_t len_0 = strlen(lpLibFileName) + 1, i; in LoadLibraryA() local
40 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0)) in LoadLibraryA()
51 for (i = 0; i < len_0; i++) in LoadLibraryA()
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c1155 size_t i, len_0 = strlen(name) + 1; in opt_isdir() local
1158 if (len_0 > MAX_PATH) in opt_isdir()
1162 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH)) in opt_isdir()
1164 for (i = 0; i < len_0; i++) in opt_isdir()
/netbsd/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c1109 int len_0, sz; in wide_to_asc() local
1113 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */ in wide_to_asc()
1114 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL); in wide_to_asc()
1124 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) { in wide_to_asc()
/netbsd/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c1122 int len_0, sz; in wide_to_asc() local
1135 len_0 = (int)len_1; /* WideCharToMultiByte expects int */ in wide_to_asc()
1136 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL); in wide_to_asc()
1146 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) { in wide_to_asc()
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2378 size_t i, len_0 = strlen(name) + 1; in app_isdir() local
2381 if (len_0 > MAX_PATH) in app_isdir()
2385 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH)) in app_isdir()
2387 for (i = 0; i < len_0; i++) in app_isdir()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-mmix.c3022 size_t len_0 = s - label + 1; in mmix_handle_mmixal() local
3027 obstack_grow (&mmix_sym_obstack, label, len_0); in mmix_handle_mmixal()
3029 pending_label[len_0 - 1] = 0; in mmix_handle_mmixal()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-mmix.c3022 size_t len_0 = s - label + 1; in mmix_handle_mmixal() local
3027 obstack_grow (&mmix_sym_obstack, label, len_0); in mmix_handle_mmixal()
3029 pending_label[len_0 - 1] = 0; in mmix_handle_mmixal()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mmix.c3009 size_t len_0 = s - label + 1; in mmix_handle_mmixal() local
3014 obstack_grow (&mmix_sym_obstack, label, len_0); in mmix_handle_mmixal()
3016 pending_label[len_0 - 1] = 0; in mmix_handle_mmixal()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mmix.c3022 size_t len_0 = s - label + 1; in mmix_handle_mmixal() local
3027 obstack_grow (&mmix_sym_obstack, label, len_0); in mmix_handle_mmixal()
3029 pending_label[len_0 - 1] = 0; in mmix_handle_mmixal()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2014826 * config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-2014826 * config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-2014826 * config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.
/netbsd/external/gpl3/gdb.old/dist/gas/
H A DChangeLog-2014826 * config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.