HomeSort by relevance Sort by last modified time
    Searched defs:strdup (Results 26 - 50 of 53) sorted by null

12 3

  /external/curl/lib/
memdebug.h 92 #undef strdup macro
93 #define strdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__) macro
  /external/gflags/src/
windows_port.h 108 #define strdup _strdup macro
  /external/libcups/cups/
string-private.h 160 # define strdup _cups_strdup macro
  /external/libvncserver/libvncclient/
vncviewer.c 30 #define strdup _strdup /* Prevent POSIX deprecation warnings */ macro
54 return strdup("");
149 client->serverHost=strdup("");
336 client->destHost = strdup(argv[i+1]);
349 client->serverHost = strdup(argv[i]);
353 client->serverHost = strdup(argv[i]);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
main.c 80 static char *strdup(const char *str) function
324 ext->arg = strdup(optarg);
329 key->fn = strdup(optarg);
334 cert->fn = strdup(optarg);
  /external/syslinux/gpxe/src/core/
string.c 353 char * strdup(const char *s) { function
  /external/valgrind/coregrind/m_gdbserver/
server.h 168 #define strdup(s) VG_(strdup) ("gdbsrv", (s)) macro
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 403 INTERCEPT_LIBRARY_FUNCTION(strdup); variable
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
config.h 435 /* Define to a function implementing strdup */
436 #define strdup _strdup macro
  /external/wpa_supplicant_8/src/utils/
os.h 182 * buffer, e.g., return strdup(rel_path). This function is only used to find
497 #define os_strdup(s) strdup(s)
647 #undef strdup macro
648 #define strdup OS_DO_NOT_USE_strdup macro
  /hardware/qcom/msm8998/json-c/
json_tokener.c 42 # define strdup _strdup macro
44 # error You do not have strdup on your system.
241 if (tmplocale) oldlocale = strdup(tmplocale);
785 obj_field_name = strdup(tok->pb->buf);
json_object.c 34 # define strdup _strdup macro
36 # error You do not have strdup on your system.
409 lh_table_insert(jso->o.c_object, strdup(key), val);
649 char *new_ds = strdup(ds);
750 jso->o.c_string.str = strdup(s);
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 40 #define strdup _strdup macro
171 input_string = strdup(input);
210 input_string = strdup(options);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1316 # define strdup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1316 # define strdup macro
    [all...]
  /external/pdfium/testing/image_diff/
image_diff_png.cpp 439 inline char* strdup(const char* str) { function in namespace:image_diff_png::__anon31348
443 return ::strdup(str);
475 png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str());
476 png_text_[pos].text = strdup(comment.text.c_str());
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 387 /* Define to 1 if you have the `strdup' function. */
707 /* Define to a function implementing strdup */
708 #define strdup _strdup macro
  /external/zlib/src/contrib/untgz/
untgz.c 33 # define strdup(str) _strdup(str) macro
260 item->fname = strdup(fname);
330 char *buffer = strdup(newdir);
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 33 # define strdup(str) _strdup(str) macro
260 item->fname = strdup(fname);
330 char *buffer = strdup(newdir);
  /external/oj-libjdwp/src/share/back/
util.h 45 #undef strdup macro
46 #define strdup(p) Do not use this interface. macro
  /external/python/cpython2/PC/
pyconfig.h 91 /* CE6 doesn't have strdup() but _strdup(). Assume the same for earlier versions. */
94 # define strdup _strdup macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 768 #undef strdup macro
769 #pragma GCC poison calloc strdup
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 1072 #undef strdup macro
1073 #define strdup MYstrdup macro
1096 new->name = strdup(name);
1102 new->value = strdup(value);
1335 * strdup()'ed.
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 97 #define strdup _strdup macro
342 cl->host = strdup("");
345 cl->host = strdup(host);
347 cl->host = strdup(inet_ntoa(addr.sin_addr));
1065 screen->versionString = strdup(buffer);
    [all...]
  /external/valgrind/coregrind/
m_mallocfree.c 2663 HChar* VG_(strdup) ( const HChar* cc, const HChar* s ) function
    [all...]

Completed in 1763 milliseconds

12 3