Searched refs:estrdup (Results 26 - 50 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_stdlib.h122 #define estrdup(s) estrdup_impl(s) macro
146 #define estrdup(s) estrdup_impl((s), __FILE__, __LINE__) macro
/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c207 cur->symlink = estrdup(slink);
226 cur->path = estrdup(path);
227 cur->name = estrdup(name);
459 curfsnode->symlink = estrdup(curnode->slink);
515 dirnode->symlink = estrdup(specnode->slink);
H A Dmakefs.c356 var = estrdup(option);
397 s = estrdup(val);
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c466 e->type = estrdup(type);
467 e->options = estrdup(opts);
506 s = estrdup(o);
H A Dfsutil.c218 estrdup(const char *s) function
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c56 w[n++] = estrdup (buf);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dmain.c125 name = estrdup(file);
H A Dasn1parse.y432 $$->gen_name = estrdup($1);
759 m->name = estrdup("...");
760 m->gen_name = estrdup("asn1_ellipsis");
771 $$->gen_name = estrdup($1);
815 $$->gen_name = estrdup($1);
H A Dlex.c1648 yylval.name = estrdup(buf);
1668 yylval.name = estrdup ((const char *)yytext);
/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c246 ns->s = estrdup(vs->s);
324 ns->s = estrdup(s->s);
351 ns->s = estrdup(value);
374 dp->name = estrdup(name);
383 np->name = estrdup(name);
H A Dstate.c350 j->name = estrdup(namebuf);
489 jail->name = estrdup(jailname);
H A Djailp.h199 extern char *estrdup(const char *);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_cc.c57 p1 = estrdup(p);
66 p2 = estrdup(p);
78 p3 = estrdup(p);
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c55 df->df_linktarget = estrdup(ltarg);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drkpty.c154 return estrdup(buf + len);
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c197 kod_db_file = estrdup(db_file);
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c390 passwd1 = estrdup(OPT_ARG( PASSWORD ));
393 passwd2 = estrdup(OPT_ARG( EXPORT_PASSWD ));
399 sign = estrdup(OPT_ARG( SIGN_KEY ));
429 hostname = estrdup(OPT_ARG( SUBJECT_NAME ));
432 groupname = estrdup(OPT_ARG( IDENT ));
453 groupname = estrdup(ptr + 1);
561 certname = estrdup(ptr + 3);
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c82 temp = estrdup(boot_info);
119 new_image->filename = estrdup(filename);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c574 ai->ai_canonname = estrdup(hp->h_name);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dmod.c173 ext.data.u.pkinit_acl.val[i].subject = estrdup(strings->strings[i]);
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c615 name = estrdup(slave);
621 c->name = estrdup(slave);
778 user = estrdup(principals.strings[0]);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c636 peer->issuer = estrdup(peer->subject);
3367 peer->issuer = estrdup(yp->issuer);
3494 ret->subject = estrdup(pch + 3);
3516 ret->issuer = estrdup(pch + 3);
3743 pkp->name = estrdup(cp);
3953 passwd = estrdup(hostname);
4026 hostval.ptr = estrdup(cinfo->subject);
4031 sys_groupname = estrdup((char *)++ptr);
4097 host_filename = estrdup(cp);
4106 ident_filename = estrdup(c
[all...]
H A Dntp_config.c1284 s = estrdup("");
2043 keysdir = estrdup(ptree->auth.keysdir);
2051 ntp_signd_socket = estrdup(ptree->auth.ntp_signd_socket);
3264 if_name = estrdup(if_name);
3539 sys_phone[i++] = estrdup(sn->s);
4055 saveconfigdir = estrdup(
4923 cfgt.source.value.s = estrdup(stoa(remote_addr));
5004 cfgt.source.value.s = estrdup(alt_config_file);
5007 cfgt.source.value.s = estrdup(config_file);
5338 val_list[index] = estrdup(valu
[all...]
H A Dntp_scanner.c666 yylval.String = estrdup(lexeme);
H A Dntp_peer.c895 peer->hostname = estrdup(hostname);
948 peer->ident = estrdup(ident);

Completed in 325 milliseconds

123