Searched refs:estrdup (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-10.2-release/crypto/heimdal/kadmin/
H A Dmod.c173 ext.data.u.pkinit_acl.val[i].subject = estrdup(strings->strings[i]);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_crypto.c626 peer->issuer = estrdup(peer->subject);
3350 peer->issuer = estrdup(yp->issuer);
3477 ret->subject = estrdup(pch + 3);
3499 ret->issuer = estrdup(pch + 3);
3726 pkp->name = estrdup(cp);
3935 passwd = estrdup(hostname);
4008 hostval.ptr = estrdup(cinfo->subject);
4013 sys_groupname = estrdup((char *)++ptr);
4079 host_filename = estrdup(cp);
4088 ident_filename = estrdup(c
[all...]
H A Dntp_config.c1127 s = estrdup("");
1883 keysdir = estrdup(ptree->auth.keysdir);
1891 ntp_signd_socket = estrdup(ptree->auth.ntp_signd_socket);
2828 if_name = estrdup(if_name);
3122 sys_phone[i++] = estrdup(sn->s);
3624 saveconfigdir = estrdup(
4459 cfgt.source.value.s = estrdup(stoa(remote_addr));
4540 cfgt.source.value.s = estrdup(alt_config_file);
4543 cfgt.source.value.s = estrdup(config_file);
4864 val_list[index] = estrdup(valu
[all...]
H A Dntp_scanner.c656 yylval.String = estrdup(lexeme);
H A Dkeyword-gen.c732 symb[token] = estrdup(name);
H A Drefclock_acts.c280 modem_setup = estrdup(setup);
H A Dntpd.c975 user = estrdup(pw->pw_name);
H A Drefclock_gpsdjson.c522 up->logname = estrdup(refnumtoa(&peer->srcadr));
H A Dntp_control.c4057 pnonce = (*val) ? estrdup(val) : NULL;
H A Dntp_io.c1204 rule->if_name = estrdup(if_name);
H A Drefclock_oncore.c1278 instance->shmem_fname = estrdup(ca);
/freebsd-10.2-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c615 name = estrdup(slave);
621 c->name = estrdup(slave);
778 user = estrdup(principals.strings[0]);
H A Dgssmask.c1093 c->moniker = estrdup(moniker);
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dlex.c1648 yylval.name = estrdup(buf);
1668 yylval.name = estrdup ((const char *)yytext);
/freebsd-10.2-release/sbin/rcorder/
H A Drcorder.c238 temp->filename = estrdup(filename);
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c941 (*ep)->ex_fsdir = estrdup(fsp->f_mntonname);
1147 ai->ai_canonname = estrdup("Default");
1859 ai->ai_canonname = estrdup(host);
2117 net->nt_name = estrdup(thename);
/freebsd-10.2-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c404 df_new->df_linktarget = estrdup(link_target);
/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq-subs.c456 vl->name = estrdup(name);
463 vl->value = estrdup(value);
3745 pvdc->v.str = estrdup(val);
/freebsd-10.2-release/usr.sbin/jail/
H A Djail.c546 estrdup(const char *str) function
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dget_cred.c445 self.auth = estrdup("Kerberos");
/freebsd-10.2-release/contrib/bmake/
H A Dconfigure5571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for estrdup in -lutil" >&5
5572 $as_echo_n "checking for estrdup in -lutil... " >&6; }
5587 char estrdup ();
5591 return estrdup ();
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A DMakefile.in49 erealloc.c err.c errx.c estrdup.c fchown.c flock.c fnmatch.c \
796 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/estrdup.Plo@am__quote@

Completed in 228 milliseconds

123