Searched refs:estrdup (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10.0-release/sbin/rcorder/
H A Dealloc.h5 char *estrdup(const char *str);
H A Dealloc.c81 * estrdup --
85 estrdup(const char *str) function
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Destrdup.c46 estrdup (const char *str) function
/freebsd-10.0-release/contrib/bmake/
H A Dmake_malloc.h38 #define bmake_strdup(x) estrdup(x)
/freebsd-10.0-release/sbin/fsck/
H A Dfsutil.h39 char *estrdup(const char *);
H A Dpreen.c270 d->d_name = estrdup(name);
310 p->p_devname = estrdup(dev);
311 p->p_mntpt = estrdup(mntpt);
312 p->p_type = estrdup(type);
H A Dfsck.c456 e->type = estrdup(type);
457 e->options = estrdup(opts);
496 s = estrdup(o);
H A Dfsutil.c218 estrdup(const char *s) function
/freebsd-10.0-release/usr.bin/make/
H A Dshell.c221 sh->path = estrdup(eq);
224 sh->name = estrdup(eq);
227 sh->echoOff = estrdup(eq);
231 sh->echoOn = estrdup(eq);
235 sh->noPrint = estrdup(eq);
239 sh->echo = estrdup(eq);
243 sh->exit = estrdup(eq);
251 sh->errCheck = estrdup(eq);
255 sh->ignErr = estrdup(eq);
265 sh->meta = estrdup(e
[all...]
H A Dmain.c263 fnamesave = fname = estrdup(p);
353 data = estrdup(p);
358 Lst_Append(&source_makefiles, last, estrdup(p));
469 Lst_AtEnd(&envFirstVars, estrdup(optarg));
477 Lst_AtEnd(&makefiles, estrdup(optarg));
555 Lst_AtEnd(&variables, estrdup(optarg));
591 char *v = estrdup(*argv);
610 Lst_AtEnd(&create, estrdup(*argv));
626 Lst_AtEnd(&create, estrdup(*argv));
715 Lst_AtEnd(&source_makefiles, estrdup(nam
[all...]
H A Dutil.h110 char *estrdup(const char *);
H A Ddir.c353 Lst_AtEnd(expansions, (isDot ? estrdup(entry->name) :
666 return (estrdup(name));
723 return (estrdup(name));
764 file = estrdup(name);
843 return (estrdup(name));
849 return (estrdup(name));
964 fullName = estrdup(gn->name);
1044 d->name = estrdup(name);
1128 str = estrdup("");
H A Dutil.c240 * estrdup --
244 estrdup(const char *str) function
H A Dsuff.c699 s->name = estrdup(str);
908 s2 = SuffSrcCreate(estrdup(targ->pref), targ->pref,
1126 ret = SuffSrcCreate(estrdup(s->name),
1696 target = SuffSrcCreate(estrdup(gn->name), NULL,
1735 targ = SuffSrcCreate(estrdup(gn->name), estrdup(sopref),
1869 gn->path = estrdup(gn->name);
1970 gn->path = estrdup(gn->name);
2142 suffNull->name = estrdup("");
H A Dfor.c158 Lst_AtFront(&forLst, estrdup(words.argv[i]));
/freebsd-10.0-release/usr.sbin/jail/
H A Djailparse.y76 j->name = estrdup("*");
185 $$->s = estrdup("");
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dsymbol.c83 s->gen_name = estrdup(name);
H A Dlex.l253 yylval.name = estrdup(buf);
266 yylval.name = estrdup ((const char *)yytext);
H A Dmain.c125 name = estrdup(file);
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dstring2key.c148 principal = estrdup(buf);
155 cell = estrdup(buf);
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c54 w[n++] = estrdup (buf);
/freebsd-10.0-release/sbin/quotacheck/
H A Dpreen.c85 extern char *estrdup(const char *);
241 d->d_name = estrdup(name);
264 p->p_devname = estrdup(blockcheck(fs->fs_spec));
/freebsd-10.0-release/crypto/heimdal/appl/push/
H A Dpush.c241 tmp2 = tmp = estrdup(header_str);
588 ret = estrdup(hpo->hesiod_po_host);
589 *user = estrdup(hpo->hesiod_po_name);
611 ret = estrdup(hpo->po_host);
612 *user = estrdup(hpo->po_name);
652 *user = estrdup (pwd->pw_name);
/freebsd-10.0-release/kerberos5/lib/libroken/
H A DMakefile24 estrdup.c \
/freebsd-10.0-release/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c56 w[n++] = estrdup (buf);

Completed in 307 milliseconds

12