Home
last modified time | relevance | path

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

/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/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/elfutils/libelf/
Delf_getarsym.c230 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); in elf_getarsym() local
/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/llvm-project/compiler-rt/lib/asan/tests/
Dasan_str_test.cpp144 char *new_str; in TEST() local
164 char *new_str; in TEST() local
/external/libxml2/
DtestOOM.c111 void *new_str; in buffer_expand() local
/external/libusb/msvc/getopt/
Dgetopt.c325 char *new_str = malloc (top + 1); local
/external/flac/src/share/getopt/
Dgetopt.c336 char *new_str = malloc (top + 1); local
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc444 base::Value new_str(std::move(value)); in ToBaseValue() local
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc133 char *new_str; in TEST() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp639 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp637 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp637 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp639 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp660 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp679 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp679 char new_str[16]; in MakeLegalFunctionName() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp660 char new_str[16]; in MakeLegalFunctionName() local
/external/python/cpython2/Objects/
Dtypeobject.c5887 static PyObject *new_str; local