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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
Makefile.inc 20 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/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/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/elfutils/0.153/lib/
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");
xstrdup.c 36 xstrdup (string) function
Makefile.am 33 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
  /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/libutil/
op_libiberty.h 54 char * xstrdup(char const *) OP_ATTRIB_MALLOC;
69 #define xstrdup(str) strdup(str) macro
  /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...]
  /external/elfutils/0.153/po/
POTFILES.in 6 #lib/xstrdup.c
ChangeLog 40 * POTFILES.in: Comment out lib/xstrdup.c, not distributed any more.
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 82 proc->name = xstrdup(image->name);
135 return hash_name[orighash] = xstrdup(c);
  /external/oprofile/daemon/
opd_events.c 81 char * ev = xstrdup(events);
87 event->name = xstrdup("TIMER");
opd_kernel.c 48 vmlinux_image.name = xstrdup(name);
73 xen_image.name = xstrdup(name);
99 image->name = xstrdup(name);
  /external/chromium_org/third_party/yasm/source/patched-yasm/
splint.sh 52 libyasm/xstrdup.c \
  /external/llvm/test/CodeGen/AArch64/
arm64-2012-07-11-InstrEmitterBug.ll 16 declare noalias i8* @xstrdup(i8*) optsize
  /external/dhcpcd/
if-options.c 139 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);
common.h 82 char *xstrdup(const char *);
  /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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 261 ll_info->filename = gcov_canonical_filename (xstrdup (filename));
281 brm_info->filename = gcov_canonical_filename (xstrdup (filename));
294 header->host_cpu = str ? xstrdup (str) : 0;
296 header->hostname = str ? xstrdup (str) : 0;
298 header->kernel_version = str ? xstrdup (str) : 0;
300 header->column_header = str ? xstrdup (str) : 0;
302 header->column_description = str ? xstrdup (str) : 0;
304 header->full_header = str ? xstrdup (str) : 0;
  /external/bison/lib/
xmalloc.c 119 xstrdup (char const *string) function
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/
genperf.vcproj 209 RelativePath="..\..\..\libyasm\xstrdup.c"
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Makefile.inc 28 libyasm_a_SOURCES += libyasm/xstrdup.c

Completed in 1291 milliseconds

1 2 3 4 5 6 7