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

12 3 4 5

  /ndk/sources/host-tools/make-3.81/
misc.c 341 #undef xstrdup
370 xstrdup (const char *ptr)
532 c->name = xstrdup (c->name);
534 c->stem = xstrdup (c->stem);
336 #undef xstrdup macro
365 xstrdup (const char *ptr) function
signame.c 85 undoc = xstrdup (_("unknown signal"));
main.c 583 return enter_file (xstrdup (name));
764 default_shell = xstrdup (w32ify (sh_path, 0));
775 default_shell = xstrdup(w32ify(sh_path,0));
795 default_shell = xstrdup(w32ify(sh_path,0));
812 default_shell = xstrdup(w32ify(sh_path,0));
1104 directory_before_chdir = xstrdup (current_directory);
    [all...]
variable.c 198 v->value = xstrdup (value);
215 v->value = xstrdup (value);
773 shell->value = xstrdup (default_shell);
818 v->value = xstrdup (default_shell);
    [all...]
  /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.c 288 xstrdup(const char *str) function
298 syslog(LOG_ERR, "memory exhausted (xstrdup)");
  /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/
xalloc.h 65 char *xstrdup (char const *str)
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 124 # define yasm__xstrdup(str) xstrdup(str)
splint.sh 52 libyasm/xstrdup.c \
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 138 proc->name = xstrdup(map->image->name);
opd_kernel.c 83 module->name = xstrdup(name);
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 61 char *xstrdup (char const *str) ATTRIBUTE_MALLOC;
  /external/bison/src/
scan-skel.l 279 *outnamep = xstrdup (at_directive_argv[1]);
  /external/oprofile/libpopt/
popt.c 57 con->execPath = xstrdup(path);
757 con->os->nextArg = xstrdup(origOptString);
908 ? xstrdup(con->os->nextArg) : NULL;
1009 xstrdup(con->os->nextArg);
1151 (newItem->option.longName ? xstrdup(newItem->option.longName) : NULL);
1157 (newItem->option.descrip ? xstrdup(newItem->option.descrip) : NULL);
1159 (newItem->option.argDescrip ? xstrdup(newItem->option.argDescrip) : NULL);
    [all...]
  /external/oprofile/libop/
op_events.c 197 entry->desc = xstrdup(c);
320 new->name = xstrdup(value);
338 new->um[num].desc = xstrdup(new->um[num].desc);
377 *name = xstrdup("desc");
378 *value = xstrdup(end);
  /external/chromium_org/third_party/yasm/
genperf_libs.host.darwin-x86.mk 30 third_party/yasm/source/patched-yasm/libyasm/xstrdup.c
genperf_libs.host.darwin-x86_64.mk 30 third_party/yasm/source/patched-yasm/libyasm/xstrdup.c
genperf_libs.host.linux-x86.mk 30 third_party/yasm/source/patched-yasm/libyasm/xstrdup.c
genperf_libs.host.linux-x86_64.mk 30 third_party/yasm/source/patched-yasm/libyasm/xstrdup.c
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.h 177 extern char *xstrdup(const char *str);
  /external/oprofile/gui/
oprof_start_util.cpp 159 char * name = xstrdup(dir.c_str());
  /external/oprofile/libdb/
db_manage.c 201 data->filename = xstrdup(filename);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 316 extern char *xstrdup (const char *) ATTRIBUTE_MALLOC;
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]

Completed in 1922 milliseconds

12 3 4 5