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

123

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dsntptest.c26 opts[0] = estrdup("sntpopts");
27 opts[1] = estrdup(option);
28 opts[2] = estrdup(argument);
29 opts[3] = estrdup("127.0.0.1");
H A DkodFile.c4 #include "ntp_stdlib.h" // For estrdup()
90 kod_db_file = estrdup("kod-output-blank");
105 kod_db_file = estrdup("kod-output-single");
130 kod_db_file = estrdup("kod-output-multiple");
/freebsd-11-stable/sbin/rcorder/
H A Dealloc.h5 char *estrdup(const char *str);
H A Dealloc.c81 * estrdup --
85 estrdup(const char *str) function
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Destrdup.c46 estrdup (const char *str) function
/freebsd-11-stable/contrib/bmake/
H A Dmake_malloc.h38 #define bmake_strdup(x) estrdup(x)
/freebsd-11-stable/sbin/fsck/
H A Dfsutil.h41 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);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_lineedit.c77 lineedit_prompt = estrdup(prompt);
192 line = estrdup(cline);
196 line = estrdup("");
218 line = estrdup(line);
H A Dmsyslog.c413 progname = estrdup(pname);
485 abs_fname = estrdup(log_fname);
488 abs_fname = estrdup(log_fname);
514 abs_fname = estrdup(log_fname);
542 syslog_fname = estrdup(log_fname);
/freebsd-11-stable/lib/libnetbsd/
H A Dutil.h42 char *estrdup(const char *);
H A Defun.c88 estrdup(const char *s) function
/freebsd-11-stable/usr.sbin/jail/
H A Djailparse.y78 j->name = estrdup("*");
187 $$->s = estrdup("");
/freebsd-11-stable/contrib/ntp/include/isc/
H A Dmem.h61 ( ISC_MEM_UNUSED_ARG(c), estrdup(str) )
/freebsd-11-stable/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);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dstring2key.c148 principal = estrdup(buf);
155 cell = estrdup(buf);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcmd_args.c137 user = estrdup(OPT_ARG( USER ));
144 group = estrdup(group);
H A Dntp_filegen.c67 fgp->dir = estrdup(dir);
68 fgp->fname = estrdup(fname);
449 gen->dir = estrdup(dir);
454 gen->fname = estrdup(fname);
590 (*ppfe)->name = estrdup(name);
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dgenerate-requests.c54 w[n++] = estrdup (buf);
/freebsd-11-stable/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-11-stable/usr.sbin/makefs/
H A Dmtree.c89 fi->name = estrdup("(stdin)");
91 fi->name = estrdup(name);
177 res = estrdup(sbuf_data(sb));
207 res = estrdup(spec + quoted);
271 res = estrdup(getprogname());
275 res = estrdup(v);
428 n->name = estrdup(name);
523 node->contents = estrdup(value);
/freebsd-11-stable/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-11-stable/contrib/ntp/sntp/
H A Dutilities.c128 return estrdup(stoa(saddr));
/freebsd-11-stable/kerberos5/lib/libroken/
H A DMakefile23 estrdup.c \

Completed in 152 milliseconds

123