Home
last modified time | relevance | path

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

/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.c299 char* new_str; in avb_replace() local
326 char* new_str = avb_malloc(num_new); in avb_replace() local
/external/libxml2/
DtestOOM.c111 void *new_str; in buffer_expand() local
/external/libusb/examples/getopt/
Dgetopt.c325 char *new_str = malloc (top + 1); local
/external/bison/lib/
Dgetopt.c164 char *new_str = malloc (top + 1); in exchange() local
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc133 char *new_str; in TEST() local
/external/v8/src/debug/
Dliveedit.js964 function ApplySingleChunkPatch(script, change_pos, change_len, new_str, argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp639 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/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.c5824 static PyObject *new_str; local