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

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
configure.com 19 "getpwd,xstrerror,xmemdup,xstrdup,xatexit,choose-temp,fnmatch,objalloc,"+-
makefile.vms 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
  /toolchain/binutils/binutils-2.25/gas/
remap.c 57 o = xstrdup (arg);
62 map->new_prefix = xstrdup (p);
84 return xstrdup (filename);
90 return xstrdup (s);
  /external/elfutils/lib/
color.c 214 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");
xstrdup.c 39 xstrdup (const char *string) function
Makefile.am 36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
  /toolchain/binutils/binutils-2.25/binutils/
deflex.l 67 yylval.id = xstrdup (yytext);
72 yylval.id = xstrdup (yytext+1);
78 yylval.id = xstrdup (yytext+1);
  /external/openssh/
canohost.c 103 return xstrdup(ntop);
106 return xstrdup(((struct sockaddr_un *)&addr)->sun_path);
120 return xstrdup("UNKNOWN");
130 return xstrdup("UNKNOWN");
145 host = xstrdup("UNKNOWN");
147 host = xstrdup(myname);
readpass.c 107 pass = xstrdup(buf);
145 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup("");
154 return xstrdup("");
161 return xstrdup("");
164 ret = xstrdup(buf);
auth-bsdauth.c 87 *name = xstrdup("");
88 *infotxt = xstrdup("");
92 (*prompts)[0] = xstrdup(challenge);
auth-skey.c 63 *name = xstrdup("");
64 *infotxt = xstrdup("");
xmalloc.h 23 char *xstrdup(const char *);
servconf.c 225 options->pid_file = xstrdup(_PATH_SSH_DAEMON_PID_FILE);
245 options->xauth_location = xstrdup(_PATH_XAUTH);
320 xstrdup(_PATH_SSH_USER_PERMITTED_KEYS);
322 xstrdup(_PATH_SSH_USER_PERMITTED_KEYS2);
331 options->version_addendum = xstrdup("");
609 return xstrdup("none");
668 xstrdup(addr);
    [all...]
match.c 182 char *hostcopy = xstrdup(host);
239 pat = xstrdup(pattern);
263 c = cp = xstrdup(client);
264 s = sp = xstrdup(server);
279 ret = xstrdup(p);
  /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/toybox/toys/lsb/
passwd.c 90 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'
mktemp.c 44 template = strchr(template, '/') ? xstrdup(template)
  /external/dtc/
fstree.c 61 prop = build_property(xstrdup(de->d_name),
71 newchild = name_node(newchild, xstrdup(de->d_name));
dtc-lexer.l 101 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);
158 yylval.labelref = xstrdup(yytext);
208 yylval.labelref = xstrdup(yytext+1);
215 yylval.labelref = xstrdup(yytext+2);
233 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
  /external/toybox/toys/android/
getprop.c 47 TT.nv[2*TT.size] = xstrdup((char *)name);
51 TT.nv[1+2*TT.size++] = xstrdup((char *)value);
  /external/toybox/toys/net/
rfkill.c 87 if (strstart(&s, "RFKILL_NAME=")) name = xstrdup(s);
88 else if (strstart(&s, "RFKILL_TYPE=")) type = xstrdup(s);
  /external/toybox/toys/pending/
fsck.c 96 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));
logger.c 52 TT.ident = xstrdup(pw->pw_name);
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 144 <DEFSYMEXP>{FILENAMECHAR1}{SYMBOLCHARN}* { yylval.name = xstrdup (yytext); return NAME; }
203 yylval.bigint.str = xstrdup (yytext + 2);
373 yylval.name = xstrdup (yytext);
379 yylval.name = xstrdup (yytext);
384 yylval.name = xstrdup (yytext);
388 yylval.name = xstrdup (yytext + 2);
392 yylval.name = xstrdup (yytext);
396 yylval.name = xstrdup (yytext + 2);
411 yylval.name = xstrdup (yytext);
419 yylval.name = xstrdup (yytext + 1)
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011