Searched refs:strdup (Results 101 - 125 of 543) sorted by relevance

1234567891011>>

/external/qemu/distrib/libselinux/src/
H A Dcanonicalize_context.c50 *canoncon = strdup(buf);
H A Dcompute_create.c50 *newcon = strdup(buf);
/external/qemu/slirp/
H A Dmisc.h27 char *strdup _P((const char *));
/external/qemu/slirp-android/
H A Dmisc.h27 char *strdup _P((const char *));
/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c91 /* C54 and WinCE does not have strdup or stricmp */
113 char * strdup(char *in_string) function
119 PLogError(L("strdup: input string is NULL\n"));
/external/valgrind/main/drd/tests/
H A Dstd_string.cpp3 * that also triggers a call to __GI_strlen() (from inside strdup()). See also
20 char *ret = strdup(data);
/external/iptables/extensions/
H A Dlibxt_set.h106 char *saved = strdup(opt_arg);
132 char *saved = strdup(opt_arg);
/external/libunwind/src/
H A DLos-common.c194 *path = strdup(map->path);
224 image_name = strdup (map->path);
/external/libvorbis/vq/
H A Dhuffbuild.c73 infile=strdup(argv[1]);
74 base=strdup(infile);
H A Dlatticebuild.c89 name=strdup(filename);
91 name=strdup(filename);
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc75 SDL_joyport[numjoysticks] = strdup(name);
77 strdup(stick_name.String());
/external/bluetooth/bluedroid/osi/src/
H A Dconfig.c156 entry->value = strdup(value);
223 section->name = strdup(name);
252 entry->key = strdup(key);
253 entry->value = strdup(value);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dhash_table.h267 char *dup_key = strdup(key);
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c61 char* path_copy = strdup(bin_path);
/external/deqp/framework/delibs/debase/
H A DdeMemory.c144 return strdup(str);
/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c60 config.extension_list = strdup(optarg);
/external/ipsec-tools/src/racoon/
H A Ddebugrm.h53 #define racoon_strdup(p) strdup((p))
/external/libunwind/src/mi/
H A DLmap.c126 unw_map->path = strdup (map_info->path);
/external/llvm/lib/Support/
H A DPrettyStackTrace.cpp94 __crashreporter_info__ = strdup(std::string(TmpStr.str()).c_str());
/external/mesa3d/src/mesa/program/
H A Dhash_table.h267 char *dup_key = strdup(key);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp41 tmp = strdup(reqMsg);
/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/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/blktrace/btt/
H A Dproc.c150 this->u.name = strdup(that->name);
216 pip->name = strdup(name);
241 char *exe, *p, *next, *exes_save = strdup(exes);
/external/libsepol/src/
H A Dcontext.c155 char *user = strdup(sepol_context_get_user(record));
156 char *role = strdup(sepol_context_get_role(record));
157 char *type = strdup(sepol_context_get_type(record));

Completed in 628 milliseconds

1234567891011>>