Searched defs:strdup (Results 1 - 25 of 36) sorted by path

12

/external/bison/darwin-lib/
H A Dstring.h662 # undef strdup
663 # define strdup rpl_strdup
665 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
668 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
669 /* strdup exists as a function and as a macro. Get rid of the macro. */
670 # undef strdup macro
672 # if !(1 || defined strdup)
673 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
675 _GL_CXXALIAS_SYS (strdup, cha
677 _GL_CXXALIASWARN (strdup); variable
679 # undef strdup macro
[all...]
/external/bison/lib/
H A Dstrdup.c30 # undef strdup macro
34 # define __strdup strdup
53 weak_alias (__strdup, strdup)
H A Dstring.in.h350 # undef strdup macro
351 # define strdup rpl_strdup macro
353 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
354 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
356 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
357 /* strdup exists as a function and as a macro. Get rid of the macro. */
358 # undef strdup macro
360 # if !(@HAVE_DECL_STRDUP@ || defined strdup)
361 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
363 _GL_CXXALIAS_SYS (strdup, cha
365 _GL_CXXALIASWARN (strdup); variable
367 # undef strdup macro
[all...]
/external/bison/linux-lib/
H A Dstring.h662 # undef strdup
663 # define strdup rpl_strdup
665 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
668 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
669 /* strdup exists as a function and as a macro. Get rid of the macro. */
670 # undef strdup macro
672 # if !(1 || defined strdup)
673 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
675 _GL_CXXALIAS_SYS (strdup, cha
677 _GL_CXXALIASWARN (strdup); variable
679 # undef strdup macro
[all...]
/external/chromium_org/base/strings/
H A Dstring_util_posix.h19 inline char* strdup(const char* str) { function in namespace:base
20 return ::strdup(str);
H A Dstring_util_win.h19 inline char* strdup(const char* str) { function in namespace:base
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh100 #define strdup _strdup macro
/external/chromium_org/third_party/libevent/
H A Devdns.c148 #define strdup _strdup macro
1348 v = strdup(label);
1543 if (!(item->name = strdup(name))) {
1555 if (!(item->data = strdup(data))) {
2539 req->search_origname = strdup(name);
H A Dhttp.c95 #define strdup _strdup macro
1035 if ((evcon->bind_address = strdup(address)) == NULL)
1036 event_err(1, "%s: strdup", __func__);
1245 if ((req->response_code_line = strdup(readable)) == NULL)
1246 event_err(1, "%s: strdup", __func__);
1296 if ((req->uri = strdup(uri)) == NULL) {
1407 if ((header->key = strdup(key)) == NULL) {
1409 event_warn("%s: strdup", __func__);
1412 if ((header->value = strdup(value)) == NULL) {
1415 event_warn("%s: strdup", __func_
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c40 #define strdup _strdup macro
202 input_string = strdup(input);
241 input_string = strdup(options);
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp33 char *strdup(const char *) { function
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc399 inline char* strdup(const char* str) { function in namespace:image_diff_png::__anon16499
403 return ::strdup(str);
441 png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str());
442 png_text_[pos].text = strdup(comment.text.c_str());
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c8 int strdup; variable
/external/e2fsprogs/e2fsck/
H A Dprofile.c1069 #undef strdup macro
1070 #define strdup MYstrdup macro
1093 new->name = strdup(name);
1099 new->value = strdup(value);
1332 * strdup()'ed.
/external/e2fsprogs/intl/
H A Dbindtextdom.c81 # ifndef strdup
82 # define strdup(str) __strdup (str) macro
152 result = strdup (dirname);
190 result = strdup (codeset);
247 result = strdup (dirname);
278 result = strdup (codeset);
H A Dtextdomain.c66 # ifndef strdup
67 # define strdup(str) __strdup (str) macro
110 new_domain = strdup (domainname);
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c74 #define strdup rep_strdup macro
3932 if (!(tdb->name = (char *)strdup(name))) {
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
/external/libogg/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/external/libpcap/
H A Dpcap-stdinc.h61 #define strdup _strdup macro
/external/libvorbis/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c37 #define strdup _strdup macro
299 input_string = strdup(DEFAULT_QUANTIZER_VALUES);
301 input_string = strdup(quantizer_values);
354 input_string = strdup(DEFAULT_SCALE_FACTORS);
356 input_string = strdup(scale_factors);
413 input_string = strdup(options);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h575 /// char *strdup(const char *s1);
576 strdup, enumerator in enum:llvm::LibFunc::Func
/external/qemu/slirp-android/
H A Dmisc.c111 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
307 bptr = strdup(ex); /* No need to free() this */
321 argv[i++] = strdup(curarg);
373 strdup(const char* str) function
580 bptr1 = bptr2 = strdup(format);
/external/qemu/slirp/
H A Dmisc.c131 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
341 bptr = strdup(ex); /* No need to free() this */
355 argv[i++] = strdup(curarg);
409 strdup(str) function
616 bptr1 = bptr2 = strdup(format);

Completed in 3563 milliseconds

12