Home
last modified time | relevance | path

Searched defs:name_buf (Results 1 – 19 of 19) sorted by relevance

/external/tpm2-tss/test/unit/
Dtctildr.c179 char name_buf[0], conf_buf[0]; in test_conf_parse_bad_length() local
189 char name_buf[0], conf_buf[0]; in test_conf_parse_empty_str() local
196 char name_buf[50] = { 0, }, conf_buf[50] = { 0, }; in test_conf_parse_no_colon() local
203 char name_buf[50] = { 0, }, conf_buf[50] = { 0, }; in test_conf_parse_name_colon() local
211 char name_buf[50] = { 0, }, conf_buf[50] = { 0, }; in test_conf_parse_name_colon_conf() local
/external/strace/
Dprint_ifindex.c42 char name_buf[IFNAMSIZ]; in get_ifname() local
Dbasic_filters.c140 char name_buf[128]; in qualify_syscall_regex() local
/external/zlib/contrib/tests/fuzzers/
Dinflate_with_header_fuzzer.cc80 auto name_buf = std::make_unique<uint8_t[]>(header.name_max); in LLVMFuzzerTestOneInput() local
/external/python/cpython3/Python/
Dimportdl.c99 const char *name_buf, *hook_prefix; in _PyImport_LoadDynamicModuleWithSpec() local
/external/pigweed/pw_software_update/
Dmanifest_accessor.cc96 std::array<std::byte, MAX_TARGET_NAME_LENGTH> name_buf = {}; in GetTargetFile() local
Dupdate_bundle_accessor.cc320 char name_buf[MAX_TARGET_NAME_LENGTH] = {0}; in GetTargetPayload() local
656 char name_buf[MAX_TARGET_NAME_LENGTH] = {0}; in VerifyTargetsPayloads() local
/external/drm_hwcomposer/drm/
DDrmConnector.cpp151 std::ostringstream name_buf; in GetName() local
/external/bcc/tools/
Dnetqtop.c13 union name_buf{ union
/external/rust/crates/nix/src/
Dpty.rs210 let mut name_buf = Vec::<libc::c_char>::with_capacity(64); in ptsname_r() localVariable
/external/tpm2-tss/src/tss2-tcti/
Dtctildr.c341 char name_buf [PATH_MAX] = { 0, }, *name_ptr = NULL; in Tss2_TctiLdr_GetInfo() local
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-extensions.c217 lws_mbedtls_x509_parse_general_name(const mbedtls_x509_buf *name_buf, in lws_mbedtls_x509_parse_general_name()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c101 wchar_t name_buf[MAX_PATH], *pname_buf = name_buf; in _PyIO_get_console_type() local
/external/cronet/third_party/boringssl/src/crypto/test/
Dabi_test.cc616 char name_buf[128]; in ReadUnwindResult() member
/external/boringssl/src/crypto/test/
Dabi_test.cc616 char name_buf[128]; in ReadUnwindResult() member
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc616 char name_buf[128]; in ReadUnwindResult() member
/external/pdfium/samples/
Dpdfium_test_write_helper.cc567 bool GetThumbnailFilename(char* name_buf, in GetThumbnailFilename()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc966 char name_buf[NAME_MAX] = {}; in InitModuleForElfClass() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc1821 auto name_buf = builder_.CreateString(item.first); in GetList() local