OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_strdup
(Results
1 - 25
of
85
) sorted by null
1
2
3
4
/external/compiler-rt/test/asan/TestCases/Windows/
intercept_strdup.cc
9
char *ptr =
_strdup
("Hello");
28
// The local call to
_strdup
above may be the second or third frame depending
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h
21
#define _fstrdup
_strdup
crtdbg.h
161
#define _strdup_dbg(s,t,f,l)
_strdup
(s)
string.h
58
_CRTIMP char *__cdecl
_strdup
(const char *_Src);
/external/libchrome/base/strings/
string_util_win.h
21
return
_strdup
(str);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_sdk_platform.h
42
#define strdup
_strdup
/external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h
50
#define strdup
_strdup
/external/vulkan-validation-layers/include/vulkan/
vk_sdk_platform.h
42
#define strdup
_strdup
/external/skia/tools/sk_app/win/
main_win.cpp
26
return
_strdup
(str);
/external/skqp/tools/sk_app/win/
main_win.cpp
26
return
_strdup
(str);
/external/gflags/src/
windows_port.h
59
#include <string.h> /* for _stricmp and
_strdup
*/
108
#define strdup
_strdup
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c
67
NewBuildItem->BaseName =
_strdup
(BaseName);
68
NewBuildItem->Processor =
_strdup
(Processor);
69
NewBuildItem->Makefile =
_strdup
(Makefile);
112
NewSourceFile->FileName =
_strdup
(FileName);
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h
142
return
_strdup
(s);
/external/libpcap/
portability.h
81
#define strdup
_strdup
/external/libusb/libusb/os/
windows_common.h
43
#define
_strdup
strdup
macro
/external/wpa_supplicant_8/src/utils/
os_win32.c
156
return
_strdup
(rel_path);
/external/clang/test/Analysis/
malloc.c
36
char *
_strdup
(const char *strSource);
1115
char *s2 =
_strdup
(s);
1145
char *s2 =
_strdup
(s);
[
all
...]
/external/deqp/framework/delibs/debase/
deMemory.c
258
return
_strdup
(str);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h
212
#define __itt_fstrdup(s)
_strdup
(s)
/external/swiftshader/third_party/LLVM/cmake/
config-ix.cmake
357
set(strdup "
_strdup
")
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
config.h
436
#define strdup
_strdup
/sdk/find_java/src/source/
utils.h
86
mStr =
_strdup
(str);
/external/python/cpython2/PC/
pyconfig.h
91
/* CE6 doesn't have strdup() but
_strdup
(). Assume the same for earlier versions. */
94
# define strdup
_strdup
/hardware/qcom/msm8998/json-c/
json_object.c
33
/* MSC has the version as
_strdup
*/
34
# define strdup
_strdup
json_tokener.c
41
/* MSC has the version as
_strdup
*/
42
# define strdup
_strdup
Completed in 2560 milliseconds
1
2
3
4