OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_strdup
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h
537
#define strdup
_strdup
/external/gflags/
ChangeLog.txt
60
- Fixed issue 57: Use
_strdup
instead of strdup on Windows
/external/libvncserver/libvncclient/
vncviewer.c
30
#define strdup
_strdup
/* Prevent POSIX deprecation warnings */
/external/llvm/cmake/
config-ix.cmake
449
set(strdup "
_strdup
")
/external/v8/src/third_party/vtune/
ittnotify_config.h
246
#define __itt_fstrdup(s)
_strdup
(s)
/external/zlib/src/contrib/untgz/
untgz.c
33
# define strdup(str)
_strdup
(str)
/toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c
33
# define strdup(str)
_strdup
(str)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h
[
all
...]
tchar.h
630
#define _tcsdup
_strdup
/external/libusb/libusb/os/
windows_nt_common.c
272
htab_table[idx].str =
_strdup
(str);
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
40
#define strdup
_strdup
/external/pdfium/testing/image_diff/
image_diff_png.cpp
441
return
_strdup
(str);
/external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h
708
#define strdup
_strdup
/external/wpa_supplicant_8/src/utils/
os.h
495
#define os_strdup(s)
_strdup
(s)
/external/curl/lib/
easy.c
158
#define system_strdup
_strdup
/external/protobuf/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libpthread.a
[
all
...]
libwinpthread.a
[
all
...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig
[
all
...]
Completed in 1635 milliseconds
1
2
3
4