strdup             94 examples/auth/crackcheck/crackcheck.c 			dictionary = strdup(optarg);
strdup            100 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup            105 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup            110 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup            115 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup            120 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup            125 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup            130 examples/libsmbclient/testacl.c             the_acl = strdup(poptGetOptArg(pc));
strdup             44 examples/libsmbclient/testacl2.c     the_acl = strdup("system.nt_sec_desc.*");
strdup             49 examples/libsmbclient/testacl3.c         the_acl = strdup("system.nt_sec_desc.*+");
strdup             58 examples/nss/nss_winbind.c 	nss->nss_name = strdup(p+1);
strdup            179 examples/nss/nss_winbind.c 	*sid = strdup(*sid);
strdup            213 examples/nss/nss_winbind.c 	*name = strdup(*name);
strdup            281 examples/nss/nss_winbind.c 		(*sids)[i] = strdup(s);
strdup            384 examples/nss/nss_winbind.c 	*sid = strdup(*sid);
strdup            418 examples/nss/nss_winbind.c 	*sid = strdup(*sid);
strdup             72 lib/popt/system.h #define	xstrdup(_str)	strdup(_str)
strdup             54 lib/replace/getaddrinfo.c #define SMB_STRDUP(s) strdup(s)
strdup            116 lib/replace/getifaddrs.c 		curif->ifa_name = strdup(ifr[i].ifr_name);
strdup            224 lib/replace/getifaddrs.c 		curif->ifa_name = strdup(ifreq.ifr_name);
strdup            301 lib/replace/getifaddrs.c 		curif->ifa_name = strdup(ifr->ifr_name);
strdup            162 lib/replace/test/testsuite.c 	x = strdup("bla");
strdup           1651 lib/socket_wrapper/socket_wrapper.c 		si->tmp_path = strdup(un_addr.sun_path);
strdup             62 lib/talloc/testsuite.c #ifdef strdup
strdup            842 lib/talloc/testsuite.c 			p2 = strdup("foo bar");
strdup            282 lib/tdb/common/open.c 	if (!(tdb->name = (char *)strdup(name))) {
strdup            154 lib/util/debug.c 			fname = strdup(logfile);
strdup            414 lib/util/util.c #ifdef strdup
strdup            423 lib/util/util.c 	char *s1 = strdup(s);
strdup            425 lib/util/util.c #ifdef strdup
strdup             55 lib/util/util_getent.c 			if ((gent->gr_name = strdup(grp->gr_name)) == NULL)
strdup             59 lib/util/util_getent.c 			if ((gent->gr_passwd = strdup(grp->gr_passwd)) == NULL)
strdup             75 lib/util/util_getent.c 			if ((gent->gr_mem[i] = strdup(grp->gr_mem[i])) == NULL)
strdup            148 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_name)) == NULL)
strdup            152 lib/util/util_getent.c 			if ((pent->pw_passwd = strdup(pwd->pw_passwd)) == NULL)
strdup            158 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_gecos)) == NULL)
strdup            162 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_dir)) == NULL)
strdup            166 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_shell)) == NULL)
strdup            230 lib/util/util_getent.c 		entry->unix_name = (char *)strdup(grp->gr_mem[i]);
strdup            260 lib/zlib/contrib/untgz/untgz.c   item->fname = strdup(fname);
strdup            330 lib/zlib/contrib/untgz/untgz.c   char *buffer = strdup(newdir);
strdup            433 nsswitch/libwbclient/wbc_util.c 	extra_data = strdup((char*)response.extra_data.data);
strdup           1295 nsswitch/pam_winbind.c 	*user_ret = strdup(unix_username);
strdup           2634 nsswitch/pam_winbind.c 			real_username = strdup(pw->pw_name);
strdup           2641 nsswitch/pam_winbind.c 		if ((real_username = strdup(username)) == NULL) {
strdup           2659 nsswitch/pam_winbind.c 			real_username = strdup(samaccountname);
strdup             93 nsswitch/pam_winbind.h #define  x_strdup(s)  ( (s) ? strdup(s):NULL )
strdup            285 nsswitch/winbind_krb5_locator.c 	*dcname = strdup(dc);
strdup            372 nsswitch/winbind_krb5_locator.c 		kdc_name = strdup(env);
strdup            173 nsswitch/winbind_nss_aix.c 	ret = strdup(pwd->pw_name);
strdup            198 nsswitch/winbind_nss_aix.c 	result->pw_name   = strdup(pw->pw_name);
strdup            199 nsswitch/winbind_nss_aix.c 	result->pw_passwd = strdup(pw->pw_passwd);
strdup            200 nsswitch/winbind_nss_aix.c 	result->pw_gecos  = strdup(pw->pw_gecos);
strdup            201 nsswitch/winbind_nss_aix.c 	result->pw_dir    = strdup(pw->pw_dir);
strdup            202 nsswitch/winbind_nss_aix.c 	result->pw_shell  = strdup(pw->pw_shell);
strdup            225 nsswitch/winbind_nss_aix.c 	result->gr_name   = strdup(gr->gr_name);
strdup            226 nsswitch/winbind_nss_aix.c 	result->gr_passwd = strdup(gr->gr_passwd);
strdup            255 nsswitch/winbind_nss_aix.c 		result->gr_mem[i] = strdup(name);
strdup            563 nsswitch/winbind_nss_aix.c 		r.attr_un.au_char = strdup(grp->gr_name);
strdup            610 nsswitch/winbind_nss_aix.c 		r.attr_un.au_char = strdup(response.data.sid.sid);
strdup            638 nsswitch/winbind_nss_aix.c 			results[i].attr_un.au_char = strdup(pwd->pw_passwd);
strdup            640 nsswitch/winbind_nss_aix.c 			results[i].attr_un.au_char = strdup(pwd->pw_dir);
strdup            642 nsswitch/winbind_nss_aix.c 			results[i].attr_un.au_char = strdup(pwd->pw_shell);
strdup            644 nsswitch/winbind_nss_aix.c 			results[i].attr_un.au_char = strdup("WINBIND");
strdup            646 nsswitch/winbind_nss_aix.c 			results[i].attr_un.au_char = strdup(pwd->pw_gecos);
strdup            680 nsswitch/winbind_nss_aix.c 			results[i].attr_un.au_char = strdup(grp->gr_passwd);
strdup            813 nsswitch/winbind_nss_aix.c 		a->al_name  = strdup(attr_list[i].name);
strdup           1200 source3/client/mount.cifs.c 			orgoptions = strdup(optarg);
strdup           1368 source3/client/mount.cifs.c 			user_name = strdup(getenv("USER"));
strdup           1453 source3/include/smb.h char *strdup(char *s);
strdup            296 source3/include/smb_macros.h #ifdef strdup
strdup            316 source3/include/smb_macros.h #define SMB_STRDUP(s) strdup(s)
strdup            309 source3/iniparser/src/dictionary.c                     d->val[i] = val ? strdup(val) : NULL ;
strdup            337 source3/iniparser/src/dictionary.c 	d->key[i]  = strdup(key);
strdup            338 source3/iniparser/src/dictionary.c     d->val[i]  = val ? strdup(val) : NULL ;
strdup            262 source3/iniparser/src/iniparser.c     if (!(lc_key = strdup(strlwc(key)))) {
strdup            223 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         char *             pBase160 = strdup((const char *)sqlite3_value_text(argv[0]));
strdup            312 source3/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "@IDXATTR", strdup("uid"));
strdup            323 source3/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "cn", strdup("test"));
strdup            324 source3/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "sn", strdup("test"));
strdup            325 source3/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "uid", strdup("test"));
strdup            326 source3/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "objectClass", strdup("OpenLDAPperson"));
strdup             29 source3/lib/netapi/examples/common.c 			char *puser = strdup(arg);
strdup            318 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->name_buffer_new = strdup(buffer);
strdup            320 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->name_buffer_initial = strdup(buffer);
strdup            351 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->account = strdup(entry_text);
strdup            368 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->account = strdup(entry_text);
strdup            391 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->password = strdup(entry_text);
strdup            412 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->password = strdup(entry_text);
strdup            474 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			newname = strdup(gtk_label_get_text(GTK_LABEL(state->label_full_computer_name)));
strdup            936 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->comment_new = strdup(entry_text);
strdup            960 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->name_buffer_new = strdup(entry_text);
strdup            985 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->name_buffer_new = strdup(entry_text);
strdup           1686 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->comment = strdup(info101->sv101_comment);
strdup           1691 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->my_hostname = strdup(info101->sv101_name);
strdup           1711 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->comment = strdup(info1005->sv1005_comment);
strdup           1744 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->target_hostname = strdup(target_hostname);
strdup           1751 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		char *puser = strdup(target_username);
strdup           1780 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->my_hostname = strdup(my_hostname);
strdup           1791 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->my_fqdn = strdup(hp->h_name);
strdup           1800 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			state->my_dnsdomain = strdup(p);
strdup           1802 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			state->my_dnsdomain = strdup("");
strdup           1822 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->name_buffer_initial = strdup(buffer);
strdup             50 source3/lib/netapi/tests/common.c 			char *puser = strdup(arg);
strdup            147 source4/auth/ntlm/auth_unix.c #define COPY_STRING(s) (s) ? strdup(s) : NULL
strdup            129 source4/client/cifsdd.c 	if ((name = strdup(argv)) == NULL) {
strdup            166 source4/client/cifsdd.c 			if (!(arg->arg_val.pval = strdup(val))) {
strdup            206 source4/client/cifsdd.c 				arg->arg_val.pval = strdup(arg->arg_val.pval);
strdup           2799 source4/client/client.c 			info->matches[info->count] = strdup(f->name);
strdup           2862 source4/client/client.c 		info.matches[0] = strdup(info.matches[1]);
strdup           2926 source4/client/client.c 				matches[count] = strdup(commands[i].name);
strdup           2943 source4/client/client.c 			matches[0] = strdup(matches[1]);
strdup           3207 source4/client/client.c 			desthost = strdup(poptGetOptArg(pc));
strdup           3215 source4/client/client.c 			query_host = strdup(poptGetOptArg(pc));
strdup           3218 source4/client/client.c 			base_directory = strdup(poptGetOptArg(pc));
strdup           3229 source4/client/client.c 		char *s = strdup(poptGetArg(pc)); 
strdup            370 source4/client/mount.cifs.c 			orgoptions = strdup(optarg);
strdup            466 source4/client/mount.cifs.c 	if (parse_options(strdup(orgoptions)))
strdup            107 source4/client/smbmnt.c 	return strdup(path);
strdup            232 source4/dsdb/samdb/cracknames.c 	principal->name.name_string.val[0] = strdup(new_service);
strdup            187 source4/heimdal/kdc/default_config.c 	    c->v4_realm = strdup(p);
strdup            249 source4/heimdal/kdc/default_config.c 	    c->pkinit_kdc_ocsp_file = strdup(ocsp_file);
strdup             88 source4/heimdal/kdc/digest.c     targetname = strdup(krb5_principal_get_realm(context,
strdup           1374 source4/heimdal/kdc/digest.c 	r.u.error.reason = strdup("unknown error");
strdup            171 source4/heimdal/kdc/kerberos5.c     pn->name_string.val[0] = strdup("anonymous");
strdup            601 source4/heimdal/kdc/krb5tgs.c 	realms[num_realms] = strdup(tgt_realm);
strdup           1301 source4/heimdal/kdc/krb5tgs.c 	*ref.referred_realm = strdup(referred_realm);
strdup           1502 source4/heimdal/kdc/krb5tgs.c 		    ref_realm = strdup(new_rlm);
strdup           1522 source4/heimdal/kdc/krb5tgs.c 		ref_realm = strdup(realms[0]);
strdup           1483 source4/heimdal/kdc/pkinit.c    principal_mappings.val[principal_mappings.len].subject = strdup(subject);
strdup             42 source4/heimdal/lib/asn1/der_copy.c     *to = strdup(*from);
strdup            145 source4/heimdal/lib/asn1/der_format.c     s = strdup(str);
strdup             82 source4/heimdal/lib/asn1/gen.c 	headerbase = strdup(base);
strdup            846 source4/heimdal/lib/com_err/lex.c { yylval.string = strdup(yytext); return STRING; }
strdup           1895 source4/heimdal/lib/com_err/lex.c     yylval.string = strdup(x);
strdup            176 source4/heimdal/lib/gssapi/krb5/display_status.c 	    buf = strdup(buf2);
strdup             98 source4/heimdal/lib/hcrypto/engine.c     engine->id = strdup(id);
strdup            105 source4/heimdal/lib/hcrypto/engine.c     engine->name = strdup(name);
strdup            173 source4/heimdal/lib/hdb/db.c     db->hdb_name = strdup(new_name);
strdup            311 source4/heimdal/lib/hdb/db.c     (*db)->hdb_name = strdup(filename);
strdup             69 source4/heimdal/lib/hdb/dbinfo.c     di->label = strdup(label);
strdup             70 source4/heimdal/lib/hdb/dbinfo.c     di->dbname = strdup(p);
strdup             74 source4/heimdal/lib/hdb/dbinfo.c 	di->realm = strdup(p);
strdup             77 source4/heimdal/lib/hdb/dbinfo.c 	di->mkey_file = strdup(p);
strdup             80 source4/heimdal/lib/hdb/dbinfo.c 	di->acl_file = strdup(p);
strdup             83 source4/heimdal/lib/hdb/dbinfo.c 	di->log_file = strdup(p);
strdup            145 source4/heimdal/lib/hdb/dbinfo.c 	di->label = strdup("default");
strdup            150 source4/heimdal/lib/hdb/dbinfo.c 	    di->dbname = strdup(default_dbname);
strdup            152 source4/heimdal/lib/hdb/dbinfo.c 		di->mkey_file = strdup(default_mkey);
strdup            166 source4/heimdal/lib/hdb/dbinfo.c 	    di->acl_file = strdup(default_acl);
strdup            311 source4/heimdal/lib/hdb/ext.c 	*p = strdup(str);
strdup            156 source4/heimdal/lib/hdb/keys.c 	    salt->saltvalue.data = strdup(buf[i]);
strdup            176 source4/heimdal/lib/hdb/keys.c 	    salt->saltvalue.data = strdup(*realm);
strdup             67 source4/heimdal/lib/hdb/keytab.c 	    d->dbname = strdup(name);
strdup             88 source4/heimdal/lib/hdb/keytab.c 	d->mkey = strdup(mkey + 1);
strdup            199 source4/heimdal/lib/hdb/ndbm.c     db->hdb_name = strdup(new_name);
strdup            344 source4/heimdal/lib/hdb/ndbm.c     (*db)->hdb_name = strdup(filename);
strdup            642 source4/heimdal/lib/hx509/ca.c 	q = s = strdup(principal);
strdup           2470 source4/heimdal/lib/hx509/cert.c     cert->friendlyname = strdup(name);
strdup           2664 source4/heimdal/lib/hx509/cert.c     q->friendlyname = strdup(name);
strdup           2963 source4/heimdal/lib/hx509/cert.c     context->querystat = strdup(fn);
strdup             70 source4/heimdal/lib/hx509/env.c     n->name = strdup(key);
strdup             75 source4/heimdal/lib/hx509/env.c     n->u.string = strdup(value);
strdup            121 source4/heimdal/lib/hx509/env.c     n->name = strdup(key);
strdup            165 source4/heimdal/lib/hx509/error.c 	    return strdup(cstr);
strdup            168 source4/heimdal/lib/hx509/error.c 	    return strdup(cstr);
strdup            132 source4/heimdal/lib/hx509/file.c     h->header = strdup(header);
strdup            137 source4/heimdal/lib/hx509/file.c     h->value = strdup(value);
strdup            219 source4/heimdal/lib/hx509/file.c 		type = strdup(buf + 11);
strdup            134 source4/heimdal/lib/hx509/keyset.c 	type = strdup("MEMORY");
strdup             81 source4/heimdal/lib/hx509/ks_dir.c     *data = strdup(residue);
strdup            176 source4/heimdal/lib/hx509/ks_file.c 	type = strdup(dek);
strdup            354 source4/heimdal/lib/hx509/ks_file.c     f->fn = strdup(residue);
strdup             63 source4/heimdal/lib/hx509/ks_mem.c     mem->name = strdup(residue);
strdup            460 source4/heimdal/lib/hx509/ks_p11.c 	    slot->pin = strdup(pin);
strdup            803 source4/heimdal/lib/hx509/ks_p11.c     list = strdup(residue);
strdup            350 source4/heimdal/lib/hx509/ks_p12.c     p12->fn = strdup(residue);
strdup             93 source4/heimdal/lib/hx509/lock.c     s = strdup(password);
strdup            149 source4/heimdal/lib/hx509/name.c 	    return strdup(no[i].n);
strdup            202 source4/heimdal/lib/hx509/name.c     *str = strdup("");
strdup            519 source4/heimdal/lib/hx509/name.c     rdn->val[0].value.u.utf8String = strdup(str);
strdup            204 source4/heimdal/lib/hx509/print.c     *s = strdup(buf);
strdup            435 source4/heimdal/lib/hx509/revoke.c     ctx->ocsps.val[ctx->ocsps.len].path = strdup(path);
strdup            642 source4/heimdal/lib/hx509/revoke.c     ctx->crls.val[ctx->crls.len].path = strdup(path);
strdup           1088 source4/heimdal/lib/hx509/revoke.c     ocsp.path = strdup(path);
strdup            814 source4/heimdal/lib/hx509/sel-lex.c 			  yylval.string = strdup ((const char *)yytext);
strdup           1874 source4/heimdal/lib/hx509/sel-lex.c     return strdup(x);
strdup            230 source4/heimdal/lib/hx509/sel.c      _hx509_expr_input.error = strdup(s);
strdup            403 source4/heimdal/lib/krb5/acache.c     a->cache_name = strdup(name->data);
strdup            119 source4/heimdal/lib/krb5/appdefault.c 	*ret_val = strdup(def_val);
strdup             59 source4/heimdal/lib/krb5/asn1_glue.c     p->realm = strdup(realm);
strdup            341 source4/heimdal/lib/krb5/cache.c 		append = strdup("");
strdup            354 source4/heimdal/lib/krb5/cache.c 	    append = strdup(str);
strdup            453 source4/heimdal/lib/krb5/cache.c 		p = strdup(e);
strdup            456 source4/heimdal/lib/krb5/cache.c 		context->default_cc_name_env = strdup(e);
strdup            488 source4/heimdal/lib/krb5/cache.c 	p = strdup(name);
strdup            939 source4/heimdal/lib/krb5/cache.c     p = strdup(prefix);
strdup             95 source4/heimdal/lib/krb5/config_file.c     (*q)->name = strdup(name);
strdup            231 source4/heimdal/lib/krb5/config_file.c 	tmp->u.string = strdup(p1);
strdup            385 source4/heimdal/lib/krb5/config_file.c 	d->name = strdup(c->name);
strdup            388 source4/heimdal/lib/krb5/config_file.c 	    d->u.string = strdup(c->u.string);
strdup            592 source4/heimdal/lib/krb5/config_file.c 	char *tmp = strdup(p);
strdup            603 source4/heimdal/lib/krb5/config_file.c 	    strings[nstr] = strdup(s);
strdup            372 source4/heimdal/lib/krb5/context.c 	p->default_cc_name = strdup(context->default_cc_name);
strdup            374 source4/heimdal/lib/krb5/context.c 	p->default_cc_name_env = strdup(context->default_cc_name_env);
strdup            567 source4/heimdal/lib/krb5/context.c 	    fn = strdup(pq[i]);
strdup             70 source4/heimdal/lib/krb5/copy_host_realm.c 	(*to)[i] = strdup(*p);
strdup            910 source4/heimdal/lib/krb5/crypto.c 	    *string = strdup (st->name);
strdup           2620 source4/heimdal/lib/krb5/crypto.c     *string = strdup(e->name);
strdup           4646 source4/heimdal/lib/krb5/crypto.c     *string = strdup(kt->name);
strdup            129 source4/heimdal/lib/krb5/error_string.c 	ret = strdup(context->error_string);
strdup            167 source4/heimdal/lib/krb5/error_string.c 	str = strdup(context->error_string);
strdup            177 source4/heimdal/lib/krb5/error_string.c 	return strdup(cstr);
strdup             43 source4/heimdal/lib/krb5/expand_hostname.c     *new_hostname = strdup (orig_hostname);
strdup             77 source4/heimdal/lib/krb5/expand_hostname.c 	    *new_hostname = strdup (a->ai_canonname);
strdup            189 source4/heimdal/lib/krb5/fcache.c     f->filename = strdup(res);
strdup             77 source4/heimdal/lib/krb5/get_default_realm.c     res = strdup (context->default_realms[0]);
strdup             78 source4/heimdal/lib/krb5/get_host_realm.c 	    tmp = strdup(rr->u.txt);
strdup            199 source4/heimdal/lib/krb5/get_host_realm.c 	(*realms)[0] = strdup(p);
strdup            215 source4/heimdal/lib/krb5/kcm.c 	k->name = strdup(name);
strdup            239 source4/heimdal/lib/krb5/kcm.c     k->door_path = strdup(path);
strdup             73 source4/heimdal/lib/krb5/keytab_any.c 	    a->name = strdup(buf);
strdup            301 source4/heimdal/lib/krb5/keytab_file.c     d->filename = strdup(name);
strdup             93 source4/heimdal/lib/krb5/keytab_keyfile.c     d->cell = strdup (buf);
strdup            118 source4/heimdal/lib/krb5/keytab_keyfile.c     d->realm = strdup (buf);
strdup            151 source4/heimdal/lib/krb5/keytab_keyfile.c     d->filename = strdup (name);
strdup             82 source4/heimdal/lib/krb5/keytab_memory.c     d->name = strdup(name);
strdup            782 source4/heimdal/lib/krb5/krbhst.c     if((kd->realm = strdup(realm)) == NULL) {
strdup            945 source4/heimdal/lib/krb5/krbhst.c 	if(((*hostlist)[nhost++] = strdup(host)) == NULL) {
strdup            128 source4/heimdal/lib/krb5/log.c     f->program = strdup(program);
strdup            299 source4/heimdal/lib/krb5/log.c 	fn = strdup(p + 5);
strdup            331 source4/heimdal/lib/krb5/log.c 	ret = open_file(context, f, min, max, strdup(p + 7), "w", NULL, 0);
strdup             76 source4/heimdal/lib/krb5/mcache.c 	m->name = strdup(name);
strdup            451 source4/heimdal/lib/krb5/mcache.c     *str = strdup("MEMORY:");
strdup           1766 source4/heimdal/lib/krb5/pkinit.c     m1->name = strdup(p1);
strdup           1985 source4/heimdal/lib/krb5/pkinit.c 		    *name = strdup(moduli[i]->name);
strdup            151 source4/heimdal/lib/krb5/plugin.c     e->name = strdup(name);
strdup            202 source4/heimdal/lib/krb5/principal.c     p = start = q = s = strdup(name);
strdup            551 source4/heimdal/lib/krb5/principal.c     princ_realm(principal) = strdup(realm);
strdup            648 source4/heimdal/lib/krb5/principal.c     princ_realm(p) = strdup(realm);
strdup            946 source4/heimdal/lib/krb5/principal.c 		inst = strdup(r->head->domain);
strdup            954 source4/heimdal/lib/krb5/principal.c 		    inst = strdup(r->head->domain);
strdup            970 source4/heimdal/lib/krb5/principal.c 		    inst = strdup (a->ai_canonname);
strdup             48 source4/heimdal/lib/krb5/replay.c     id->name = strdup(name);
strdup            262 source4/heimdal/lib/krb5/send_to_kdc.c     char *proxy2 = strdup(context->http_proxy);
strdup             53 source4/heimdal/lib/krb5/set_default_realm.c     (*list)[0] = strdup (s);
strdup             97 source4/heimdal/lib/krb5/transited.c 	    path->realm = strdup(p);
strdup            120 source4/heimdal/lib/krb5/v4_glue.c 		*cc = strdup(path);
strdup            126 source4/heimdal/lib/krb5/v4_glue.c 	*cc = strdup(tkfile);
strdup            709 source4/heimdal/lib/krb5/v4_glue.c 	ad->prealm = strdup(local_realm);
strdup             60 source4/heimdal/lib/roken/copyhostent.c     res->h_name = strdup (h->h_name);
strdup             75 source4/heimdal/lib/roken/copyhostent.c 	res->h_aliases[i] = strdup (h->h_aliases[i]);
strdup             51 source4/heimdal/lib/roken/estrdup.c     char *tmp = strdup (str);
strdup            253 source4/heimdal/lib/roken/getaddrinfo.c 	canonname = strdup (tmp_canon);
strdup            161 source4/heimdal/lib/roken/resolve.c     rr->domain = strdup(host);
strdup            179 source4/heimdal/lib/roken/resolve.c 	rr->u.txt = strdup(host);
strdup            455 source4/heimdal/lib/roken/resolve.c     r->q.domain = strdup(host);
strdup             91 source4/heimdal/lib/roken/roken_gethostby.c     *host = strdup(spec);
strdup            102 source4/heimdal/lib/roken/roken_gethostby.c 	    *path = strdup(p);
strdup            137 source4/heimdal/lib/roken/rtbl.c     col->header = strdup (header);
strdup            178 source4/heimdal/lib/roken/rtbl.c 	    if((tmp[table->columns[c]->num_rows++].data = strdup("")) == NULL)
strdup            204 source4/heimdal/lib/roken/rtbl.c     table->column_prefix = strdup (prefix);
strdup            215 source4/heimdal/lib/roken/rtbl.c     table->column_separator = strdup (separator);
strdup            231 source4/heimdal/lib/roken/rtbl.c     c->prefix = strdup (prefix);
strdup            250 source4/heimdal/lib/roken/rtbl.c 	c->prefix = strdup (prefix);
strdup            260 source4/heimdal/lib/roken/rtbl.c 	c->suffix = strdup (suffix);
strdup            293 source4/heimdal/lib/roken/rtbl.c     row.data = strdup (data);
strdup            577 source4/kdc/hdb-samba4.c 		strdup_realm = strdup(realm);
strdup            830 source4/kdc/hdb-samba4.c 	strdup_realm = strdup(realm);
strdup           1136 source4/kdc/hdb-samba4.c 		alloc_principal->name.name_string.val[1] = strdup(realm_fixed);
strdup            189 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         char *             pBase160 = strdup((const char *)sqlite3_value_text(argv[0]));
strdup            321 source4/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "@IDXATTR", strdup("uid"));
strdup            333 source4/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "cn", strdup("test"));
strdup            334 source4/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "sn", strdup("test"));
strdup            335 source4/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "uid", strdup("test"));
strdup            336 source4/lib/ldb/tools/ldbtest.c 	ldb_msg_add_string(msg, "objectClass", strdup("OpenLDAPperson"));
strdup            381 source4/lib/registry/tools/regshell.c 			matches[count] = strdup(regshell_cmds[i].name);
strdup            398 source4/lib/registry/tools/regshell.c 		matches[0] = strdup(matches[1]);
strdup            441 source4/lib/registry/tools/regshell.c 				matches[j] = strdup(subkeyname);
strdup             42 source4/libcli/clideltree.c 	n = strdup(name);
strdup            633 source4/libcli/clifile.c 	path2 = strdup(path);
strdup            637 source4/libcli/clifile.c 		path2 = strdup("\\");
strdup            695 source4/libcli/clifile.c 		*tmp_path = strdup(open_parms.ctemp.out.name);
strdup            133 source4/libcli/clitrans2.c 	*name = strdup(parms.name_info.out.fname.s);
strdup            216 source4/libcli/clitrans2.c 		*alt_name = strdup("");
strdup            218 source4/libcli/clitrans2.c 		*alt_name = strdup(parms.alt_name_info.out.fname.s);
strdup           1555 source4/param/loadparm.c 	name = strdup(pszParmName);
strdup           1858 source4/param/loadparm.c 	s = strdup(option);
strdup           3107 source4/torture/gentest.c 	char *p = strdup(unc);
strdup            166 source4/torture/rpc/samlogon.c 				*error_string = strdup(nt_errstr(status));
strdup            191 source4/torture/rpc/samlogon.c 				*error_string = strdup(nt_errstr(status));
strdup            224 source4/torture/rpc/samlogon.c 				*error_string = strdup(nt_errstr(status));
strdup            334 source4/torture/rpc/samlogon.c 	        *error_string = strdup("LM password is 'long' (> 14 chars and therefore invalid) but login did not fail!");
strdup            356 source4/torture/rpc/samlogon.c 			*error_string = strdup("NT Session Key does not match expectations (should be first-8 LM hash)!\n");
strdup            368 source4/torture/rpc/samlogon.c 			*error_string = strdup("NT Session Key does not match expectations!\n");
strdup           1218 source4/torture/rpc/samlogon.c 	        *error_string = strdup("LM password is 'long' (> 14 chars and therefore invalid) but login did not fail!");
strdup            187 source4/torture/smbtorture.c 	secret = strdup(p);
strdup            242 source4/utils/ntlm_auth.c 		*error_string = strdup(nt_errstr(nt_status));