Searched refs:xstrdup (Results 1 - 25 of 87) sorted by relevance

1234

/external/elfutils/0.153/lib/
H A Dxstrdup.c36 xstrdup (string) function
H A Dcolor.c211 color_address = xstrdup ("\e[38;5;166;1m");
212 color_bytes = xstrdup ("\e[38;5;141m");
213 color_mnemonic = xstrdup ("\e[38;5;202;1m");
214 color_operand1 = xstrdup ("\e[38;5;220m");
215 color_operand2 = xstrdup ("\e[38;5;48m");
216 color_operand3 = xstrdup ("\e[38;5;112m");
217 color_label = xstrdup ("\e[38;5;21m");
H A DMakefile.am33 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
H A Dsystem.h72 extern char *xstrdup (const char *) __attribute__ ((__malloc__));
/external/oprofile/libpopt/
H A Dsystem.h66 char * xstrdup (const char *str)
72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
74 #define xstrdup(_str) strdup(_str) macro
H A Dfindme.c23 return xstrdup(argv0);
/external/oprofile/libutil/
H A Dop_libiberty.h54 char * xstrdup(char const *) OP_ATTRIB_MALLOC;
69 #define xstrdup(str) strdup(str) macro
H A Dop_file.c61 char * str = xstrdup(path);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c20 char *xstrdup(const char *s);
42 conn->serviceName = xstrdup(optarg);
45 conn->acName = xstrdup(optarg);
60 conn->ifName = xstrdup(optarg);
112 char *xstrdup(const char *s) function
/external/bison/src/
H A Dfiles.c149 src_extension = xstrdup (language->src_extension);
150 header_extension = xstrdup (language->header_extension);
154 src_extension = xstrdup (ext);
155 header_extension = xstrdup (ext);
170 src_extension = xstrdup (ext);
171 header_extension = xstrdup (ext);
268 all_but_tab_ext = xstrdup (spec_file_prefix);
273 dir_prefix = xstrdup ("");
274 all_but_tab_ext = xstrdup ("y");
280 dir_prefix = xstrdup ("");
[all...]
H A Duniqstr.c50 res = xstrdup (str);
H A Dgetargs.c666 spec_defines_file = xstrdup (AS_FILE_NAME (optarg));
675 spec_graph_file = xstrdup (AS_FILE_NAME (optarg));
715 spec_xml_file = xstrdup (AS_FILE_NAME (optarg));
737 spec_verbose_file = xstrdup (AS_FILE_NAME (optarg));
H A Dmuscle-tab.c154 entry->value = entry->storage = xstrdup (val);
166 entry->value = entry->storage = xstrdup (new_val);
336 result = xstrdup (value_decoded);
480 value = xstrdup ("");
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A DMakefile.inc20 genperf_LDADD += gp-xstrdup.$(OBJEXT)
39 gp-xstrdup.$(OBJEXT): libyasm/xstrdup.c
41 -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrdup.c
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dwrapper.c15 char *xstrdup(const char *str) function
H A Dpath.c85 return xstrdup(path);
/external/oprofile/daemon/
H A Dopd_kernel.c48 vmlinux_image.name = xstrdup(name);
73 xen_image.name = xstrdup(name);
99 image->name = xstrdup(name);
H A Dopd_events.c81 char * ev = xstrdup(events);
87 event->name = xstrdup("TIMER");
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c82 proc->name = xstrdup(image->name);
135 return hash_name[orighash] = xstrdup(c);
H A Dopd_image.c141 image->name = xstrdup(name);
146 image->app_name = app_name ? xstrdup(app_name) : NULL;
/external/bison/lib/
H A Dxmalloc.c119 xstrdup (char const *string) function
H A Dw32spawn.h156 new_argv[i] = xstrdup ("\"\"");
/external/dhcpcd/
H A Dcommon.h82 char *xstrdup(const char *);
H A Dif-options.c139 match = xstrdup(value);
149 lst[i] = xstrdup(value);
166 newlist[i] = xstrdup(value);
283 char *o = xstrdup(arg), *p, *t;
289 v[(*argc) - 1] = xstrdup(t);
692 ifo->config[s] = xstrdup(arg);
700 ifo->config[s] = xstrdup(arg);
746 ifo->fallback = xstrdup(arg);
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h74 #define xstrdup(_str) \ macro
75 VG_(arena_strdup)(VG_AR_DEMANGLE,"m_demangle.xstrdup",(_str))

Completed in 712 milliseconds

1234