Searched refs:strdup (Results 51 - 75 of 543) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dalias.c12 alias_val = strdup(v);
H A Dthread.c40 self->comm = strdup(comm);
78 self->comm = strdup(parent->comm);
H A Dprobe-event.c193 pp->function = strdup(tp->symbol);
277 module = strdup(tmp + 1);
287 tevs[i].point.module = strdup(module);
377 *new_path = strdup(raw_path);
704 char *range, *file, *name = strdup(arg);
757 lr->file = strdup(++file);
813 pev->event = strdup(arg);
826 tmp = strdup(arg);
841 pp->lazy_line = strdup(arg);
873 pp->file = strdup(ar
[all...]
/external/ltrace/
H A Ddemangle.c73 const char *fn_copy = strdup(function_name);
/external/mesa3d/src/gallium/targets/gbm/
H A Dgbm.c68 gdrm->base.driver_name = strdup(dev->driver_name);
/external/mesa3d/src/gbm/main/
H A Dcommon.c76 device_name = strdup(const_device_name);
/external/oprofile/libpopt/
H A Dsystem.h74 #define xstrdup(_str) strdup(_str)
/external/qemu/distrib/libselinux/src/
H A Dget_initial_context.c43 *con = strdup(buf);
/external/valgrind/main/helgrind/
H A Dhg_basics.h44 HChar* HG_(strdup) ( const HChar* cc, const HChar* s );
/external/clang/test/Analysis/
H A Dinitializer.cpp75 extern "C" char *strdup(const char *);
80 StringWrapper(const char *input) : str(strdup(input)) {} // no-warning
/external/libmtp/src/
H A Dunicode.c98 return strdup(loclstr+3);
100 return strdup(loclstr);
137 // Note: can't use strdup since every other byte is a null byte
/external/libnl/lib/route/
H A Dpktloc_grammar.l38 yylval->s = strdup(yytext);
/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp37 *OutMessage = strdup(EC.message().c_str());
60 *OutMessage = strdup(EC.message().c_str());
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c77 conn->ifName = strdup("eth0");
114 register char *ret = strdup(s);
116 sysErr("strdup");
/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);
/external/ipsec-tools/src/racoon/
H A Dsainfo.c95 dloc = strdup("ANONYMOUS");
100 drmt = strdup("ANONYMOUS");
105 dpeer = strdup("NULL");
280 idloc = strdup("ANONYMOUS");
285 idrmt = strdup("ANONYMOUS");
290 id_i = strdup("ANY");
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c105 text = strdup("full");
137 bounds = strdup("+");
139 bounds = strdup("");
141 bounds = strdup("");
197 node.cmd = strdup(cmd);
199 node.capabilities = strdup(text);
200 node.bounds = strdup(bounds);
/external/libsepol/src/
H A Duser_record.c100 char *tmp_name = strdup(name);
125 char *tmp_mls_level = strdup(mls_level);
150 char *tmp_mls_range = strdup(mls_range);
180 role_cp = strdup(role);
231 tmp_roles[i] = strdup(roles_arr[i]);
H A Dbooleans.c24 name = strdup(cname);
127 name = strdup(cname);
151 name = strdup(cname);
/external/bison/lib/
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/libvorbis/vq/
H A Dlatticetune.c62 char *filename=strdup(argv[1]);
70 name=strdup(filename);
72 name=strdup(filename);
/external/lldb/examples/scripting/
H A Ddictionary.c69 new_node->word = strdup (word);
82 new_node->word = strdup (word);
104 char *new_word = (strdup (word));
/external/qemu/util/
H A Denvlist.c107 if ((tmpenv = strdup(env)) == NULL)
165 if ((entry->ev_var = strdup(env)) == NULL) {
233 *(penv++) = strdup(entry->ev_var);
/external/qemu/android/
H A Dmain-emulator.c243 return strdup(path);
256 return strdup(path);
414 result = strdup(temp);
427 parentDir = strdup(".");
432 result = strdup(temp);
482 putenv(strdup(temp));
/external/libselinux/src/
H A Dlabel.c118 *con = strdup(lr->ctx_raw);
148 *con = strdup(lr->ctx_raw);

Completed in 435 milliseconds

1234567891011>>