Searched defs:strdup (Results 26 - 36 of 36) sorted by last modified time

12

/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/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/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/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/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...]

Completed in 394 milliseconds

12