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

1 2

  /external/elfutils/lib/
xstrdup.c 23 xstrdup (string) function
system.h 26 extern char *xstrdup (const char *) __attribute__ ((__malloc__));
Makefile.am 28 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c
  /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);
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/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/dbus/tools/
dbus-launch.h 45 char *xstrdup (const char *str);
dbus-launch-x11.c 105 display = xstrdup (getenv ("DISPLAY"));
252 user_name = xstrdup(user->pw_name);
317 *paddress = xstrdup (data);
dbus-launch.c 61 machine_uuid = xstrdup (uuid_arg);
113 xstrdup (const char *str) function
696 config_file = xstrdup (file);
707 config_file = xstrdup (arg);
1074 args[0] = xstrdup (runprog);
  /external/bison/lib/
xalloc.h 57 char *xstrdup (char const *str);
xmalloc.c 238 xstrdup (char const *string) function
  /external/dhcpcd/
common.h 85 char *xstrdup(const char *);
configure.c 105 env[0] = xstrdup(DEFAULT_PATH);
139 env[elen + e] = xstrdup(options->environ[e]);
189 addr = xstrdup(inet_ntoa(rt->dest));
284 addr = xstrdup(inet_ntoa(rt->dest));
  /external/dropbear/
scpmisc.h 44 char *xstrdup(const char *);
scpmisc.c 94 xstrdup(const char *str) function
216 return (xstrdup(p));
  /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/bison/src/
uniqstr.c 51 res = xstrdup (str);
files.c 175 src_extension = xstrdup (ext);
270 all_but_tab_ext = xstrdup (spec_file_prefix);
muscle_tab.c 141 entry->value = xstrdup (val);
153 entry->value = xstrdup (new_val);
scan-skel.l 92 outname = xstrdup (file_name);
  /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);

Completed in 126 milliseconds

1 2