HomeSort by relevance Sort by last modified time
    Searched refs:xstrdup (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/elfutils/0.153/lib/
xstrdup.c 36 xstrdup (string) function
color.c 211 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");
Makefile.am 33 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
system.h 72 extern char *xstrdup (const char *) __attribute__ ((__malloc__));
  /external/oprofile/libpopt/
system.h 66 char * xstrdup (const char *str)
72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
74 #define xstrdup(_str) strdup(_str) macro
findme.c 23 return xstrdup(argv0);
  /external/oprofile/libutil/
op_libiberty.h 54 char * xstrdup(char const *) OP_ATTRIB_MALLOC;
69 #define xstrdup(str) strdup(str) macro
op_file.c 61 char * str = xstrdup(path);
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 20 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/
files.c 149 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...]
uniqstr.c 50 res = xstrdup (str);
getargs.c 666 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));
muscle-tab.c 154 entry->value = entry->storage = xstrdup (val);
166 entry->value = entry->storage = xstrdup (new_val);
336 result = xstrdup (value_decoded);
480 value = xstrdup ("");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
wrapper.c 15 char *xstrdup(const char *str) function
path.c 85 return xstrdup(path);
  /external/oprofile/daemon/
opd_kernel.c 48 vmlinux_image.name = xstrdup(name);
73 xen_image.name = xstrdup(name);
99 image->name = xstrdup(name);
opd_events.c 81 char * ev = xstrdup(events);
87 event->name = xstrdup("TIMER");
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 82 proc->name = xstrdup(image->name);
135 return hash_name[orighash] = xstrdup(c);
opd_image.c 141 image->name = xstrdup(name);
146 image->app_name = app_name ? xstrdup(app_name) : NULL;
  /external/bison/lib/
xmalloc.c 119 xstrdup (char const *string) function
w32spawn.h 156 new_argv[i] = xstrdup ("\"\"");
  /external/dhcpcd/
common.h 82 char *xstrdup(const char *);
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 152 src_temp = xstrdup (src);
xmalloc.c 115 xstrdup (char const *string) function
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 74 #define xstrdup(_str) \ macro
75 VG_(arena_strdup)(VG_AR_DEMANGLE,"m_demangle.xstrdup",(_str))

Completed in 594 milliseconds

1 2 3 4 5