Home
last modified time | relevance | path

Searched defs:new_str (Results 1 – 25 of 34) sorted by relevance

12

/external/oss-fuzz/projects/opensips/
Dfuzz_uri_parser.c30 char *new_str = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput() local
Dfuzz_csv_parser.c38 char *new_str = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/proftpd/
Dfuzzer.c25 char *new_str = (char *)malloc(size+1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/muduo/
Dmuduo_http_fuzzer.cpp22 char *new_str = (char *)malloc(size+1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/openvpn/
Dfuzz_base64.c23 char *new_str = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/cfengine/
Dstring_fuzzer.c27 char *new_str = (char *)malloc(size+1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/augeas/
Daugeas_api_fuzzer.cc45 char *new_str = (char *)malloc(size+1); in LLVMFuzzerTestOneInput() local
Daugeas_fa_fuzzer.cc41 char *new_str = (char *)malloc(Size+1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/apache-httpd/
Dfuzz_parse.c37 char *new_str = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput() local
Dfuzz_preq.c51 char *new_str = af_gb_get_null_terminated(&data2, &size2); in LLVMFuzzerTestOneInput() local
Dfuzz_utils.c47 char *new_str = af_gb_get_null_terminated(&data2, &size2); in LLVMFuzzerTestOneInput() local
Dfuzz_request.c68 char *new_str = af_gb_get_null_terminated(&data2, &size2); in LLVMFuzzerTestOneInput() local
/external/llvm-libc/src/__support/
Dchar_vector.h47 char *new_str; in append() local
/external/llvm-libc/src/stdio/baremetal/
Dprintf.cpp26 LIBC_INLINE int raw_write_hook(cpp::string_view new_str, void *) { in raw_write_hook()
/external/oss-fuzz/projects/lighttpd/
Dfuzz_burl.c39 char *new_str = (char *)malloc(size+1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/haproxy/
Dfuzz_hpack_decode.c55 char *new_str = (char *)malloc(size+1); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/s2geometry/
Ds2_fuzzer.cc44 char *new_str = (char *)malloc(size + 1); in null_terminated() local
/external/llvm-libc/src/stdio/printf_core/
Dvfprintf_internal.h58 LIBC_INLINE int file_write_hook(cpp::string_view new_str, void *fp) { in file_write_hook()
/external/elfutils/libelf/
Delf_getarsym.c225 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); in elf_getarsym() local
/external/rust/crates/http/src/uri/
Dtests.rs42 let new_str = uri.to_string(); localVariable
/external/llvm-libc/src/stdio/scanf_core/
Dparser.h45 LIBC_INLINE Parser(const char *__restrict new_str, internal::ArgList &args) in Parser()
/external/avb/libavb/
Davb_util.c324 char* new_str; in avb_replace() local
351 char* new_str = avb_malloc(num_new); in avb_replace() local
/external/libusb/msvc/getopt/
Dgetopt.c325 char *new_str = malloc (top + 1); local
/external/flac/src/share/getopt/
Dgetopt.c335 char *new_str = malloc (top + 1); in exchange() local
/external/llvm-libc/test/src/stdio/printf_core/
Dwriter_test.cpp196 int copy_to_out(string_view new_str, void *raw_out_buff) { in copy_to_out()

12