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

1234

/external/elfutils/lib/
H A Dxstrdup.c39 xstrdup (const char *string) function
H A Dcolor.c214 color_address = xstrdup ("\e[38;5;166;1m");
215 color_bytes = xstrdup ("\e[38;5;141m");
216 color_mnemonic = xstrdup ("\e[38;5;202;1m");
217 color_operand1 = xstrdup ("\e[38;5;220m");
218 color_operand2 = xstrdup ("\e[38;5;48m");
219 color_operand3 = xstrdup ("\e[38;5;112m");
220 color_label = xstrdup ("\e[38;5;21m");
H A DMakefile.am36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
/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));
/external/dbus/tools/
H A Ddbus-launch.h44 char *xstrdup (const char *str);
H A Ddbus-launch.c105 machine_uuid = xstrdup (uuid_arg);
141 machine_uuid = xstrdup (uuid);
200 xstrdup (const char *str) function
757 args[0] = xstrdup (runprog);
901 config_file = xstrdup (file);
912 config_file = xstrdup (arg);
H A Ddbus-launch-x11.c107 display = xstrdup (getenv ("DISPLAY"));
254 user_name = xstrdup(user->pw_name);
320 *paddress = xstrdup (data);
/external/toybox/toys/lsb/
H A Dpasswd.c90 newp = xstrdup(toybuf);
120 else name = xstrdup(pw->pw_name);
154 orig = xstrdup(orig);
175 encrypted = xstrdup(&pass[1]);
178 encrypted = xstrdup(""); //1 = "", 2 = '\0'
H A Dmktemp.c44 template = strchr(template, '/') ? xstrdup(template)
/external/strace/
H A Dxmalloc.c79 char *xstrdup(const char *str) function
/external/toybox/toys/other/
H A Drfkill.c87 if (strstart(&s, "RFKILL_NAME=")) name = xstrdup(s);
88 else if (strstart(&s, "RFKILL_TYPE=")) type = xstrdup(s);
/external/toybox/toys/android/
H A Dgetprop.c48 TT.nv[2*TT.size] = xstrdup(name);
52 TT.nv[1+2*TT.size++] = xstrdup(value);
/external/toybox/toys/pending/
H A Dfsck.c96 temp->device = xstrdup(f_info->mnt_fsname);
97 temp->mountpt = xstrdup(f_info->mnt_dir);
98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto");
99 else temp->type = xstrdup(f_info->mnt_type);
100 temp->opts = xstrdup(f_info->mnt_opts);
207 if(*toys.optargs[j]) args[i++] = xstrdup(toys.optargs[j]);
235 child->dev_name = xstrdup(finfo->device);
373 dlist_add(&TT.devices, xstrdup(*arg));
H A Dlogger.c52 TT.ident = xstrdup(pw->pw_name);
H A Dping.c103 host = xstrdup(toybuf);
H A Dgroupadd.c80 entry = xstrdup("");
H A Dnetstat.c548 destip = xstrdup(toybuf);
550 if (!notresolve) destip = xstrdup("default");
551 else destip = xstrdup("0.0.0.0");
556 gateip = xstrdup(toybuf);
558 if (!notresolve) gateip = xstrdup("*");
559 else gateip = xstrdup("0.0.0.0");
564 maskip = xstrdup(toybuf);
H A Dcrond.c276 j->cmd = xstrdup(line);
286 if (!strcmp(name, "MAILTO")) cfile->mailto = xstrdup(val);
289 v->name = xstrdup(name);
290 v->val = xstrdup(val);
389 cfile->username = xstrdup(entry->d_name);
642 if (!TT.crontabs_dir) TT.crontabs_dir = xstrdup("/var/spool/cron/crontabs/");
/external/bison/lib/
H A Dxmalloc.c119 xstrdup (char const *string) function
H A Dw32spawn.h156 new_argv[i] = xstrdup ("\"\"");
/external/toybox/toys/posix/
H A Dchgrp.c85 own = xstrdup(*toys.optargs);
H A Dpatch.c286 patchline = xstrdup(" ");
329 if (i>1900 && i<=1970) *name = xstrdup("/dev/null");
332 *name = xstrdup(patchline+4);
/external/elfutils/src/
H A Delfcompress.c74 p->pattern = xstrdup (pattern);
547 fnew = xstrdup (foutput);
674 sname = xstrdup (sname);
729 shstrtab_name = xstrdup (sname);
730 shstrtab_newname = xstrdup (newname);
736 symtab_name = xstrdup (sname);
737 symtab_newname = xstrdup (newname);
785 shstrtab_name = xstrdup (sname);
787 ? NULL : xstrdup (newname));
793 symtab_name = xstrdup (snam
[all...]

Completed in 896 milliseconds

1234