Searched refs:talloc_strdup (Results 176 - 200 of 2076) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libmsrpc/test/
H A Dtest_util.c204 *name = talloc_strdup(mem_ctx, tmp);
216 data->reg_sz = talloc_strdup(mem_ctx, tmp);
234 data->reg_multi_sz.strings[i] = talloc_strdup(mem_ctx, tmp);
283 info->username = talloc_strdup(mem_ctx, tmp);
289 info->full_name = talloc_strdup(mem_ctx, tmp);
294 info->description = talloc_strdup(mem_ctx, tmp);
299 info->dial = talloc_strdup(mem_ctx, tmp);
326 info->name = talloc_strdup(mem_ctx, tmp);
331 info->description = talloc_strdup(mem_ctx, tmp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/tools/
H A Dldbtest.c80 el[0].name = talloc_strdup(tmp_ctx, "cn");
94 el[2].name = talloc_strdup(tmp_ctx, "uid");
101 el[3].name = talloc_strdup(tmp_ctx, "mail");
108 el[4].name = talloc_strdup(tmp_ctx, "objectClass");
111 vals[4][0].data = (uint8_t *)talloc_strdup(tmp_ctx, "OpenLDAPperson");
115 el[5].name = talloc_strdup(tmp_ctx, "sn");
163 el[0].name = talloc_strdup(tmp_ctx, "mail");
167 el[1].name = talloc_strdup(tmp_ctx, "mail");
174 el[2].name = talloc_strdup(tmp_ctx, "mail");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/libwbclient/tests/
H A Dwbclient.c140 domain_name = talloc_strdup(tctx, details->netbios_domain);
162 domain_name = talloc_strdup(tctx, details->netbios_domain);
206 domain_name = talloc_strdup(tctx, details->netbios_domain);
280 domain_name = talloc_strdup(tctx, details->netbios_domain);
298 domain_name = talloc_strdup(tctx, details->netbios_domain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/libwbclient/tests/
H A Dwbclient.c140 domain_name = talloc_strdup(tctx, details->netbios_domain);
162 domain_name = talloc_strdup(tctx, details->netbios_domain);
206 domain_name = talloc_strdup(tctx, details->netbios_domain);
280 domain_name = talloc_strdup(tctx, details->netbios_domain);
298 domain_name = talloc_strdup(tctx, details->netbios_domain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/libwbclient/tests/
H A Dwbclient.c140 domain_name = talloc_strdup(tctx, details->netbios_domain);
162 domain_name = talloc_strdup(tctx, details->netbios_domain);
206 domain_name = talloc_strdup(tctx, details->netbios_domain);
280 domain_name = talloc_strdup(tctx, details->netbios_domain);
298 domain_name = talloc_strdup(tctx, details->netbios_domain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dstatcache.c86 original_path = talloc_strdup(ctx,full_orig_name);
200 chk_name = talloc_strdup(ctx,name);
268 translated_path = talloc_strdup(ctx,(char *)data_val.data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Dcell_util.c122 c->forest_name = talloc_strdup(c, gc->forest_name);
224 tmp_dn = talloc_strdup(frame, dn);
234 domain = talloc_strdup(frame, &buffer[3]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/ndr/
H A Dndr_xattr.c45 attrib_hex = talloc_strdup(mem_ctx, "");
52 attrib_hex = talloc_strdup(mem_ctx, "");
140 attrib_hex = talloc_strdup(ndr, r->attrib_hex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/client/
H A Ddnsbrowse.c151 bresult->serviceName = talloc_strdup(talloc_tos(), serviceName);
152 bresult->regType = talloc_strdup(talloc_tos(), regtype);
153 bresult->domain = talloc_strdup(talloc_tos(), replyDomain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/
H A Dutil.c61 return talloc_strdup(mem_ctx, "");
75 return talloc_strdup(mem_ctx, "0");
201 *name = talloc_strdup(mem_ctx, strrchr(path, '\\')+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dstatcache.c86 original_path = talloc_strdup(ctx,full_orig_name);
200 chk_name = talloc_strdup(ctx,name);
268 translated_path = talloc_strdup(ctx,(char *)data_val.data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Dcell_util.c122 c->forest_name = talloc_strdup(c, gc->forest_name);
224 tmp_dn = talloc_strdup(frame, dn);
234 domain = talloc_strdup(frame, &buffer[3]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/ndr/
H A Dndr_xattr.c45 attrib_hex = talloc_strdup(mem_ctx, "");
52 attrib_hex = talloc_strdup(mem_ctx, "");
140 attrib_hex = talloc_strdup(ndr, r->attrib_hex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/client/
H A Ddnsbrowse.c151 bresult->serviceName = talloc_strdup(talloc_tos(), serviceName);
152 bresult->regType = talloc_strdup(talloc_tos(), regtype);
153 bresult->domain = talloc_strdup(talloc_tos(), replyDomain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/
H A Dutil.c61 return talloc_strdup(mem_ctx, "");
75 return talloc_strdup(mem_ctx, "0");
201 *name = talloc_strdup(mem_ctx, strrchr(path, '\\')+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/utils/net/
H A Dnet_password.c105 tmp = talloc_strdup(ctx, argv[0]);
108 tmp = talloc_strdup(ctx, argv[0]);
119 account_name = talloc_strdup(ctx, p+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/winbind/
H A Dwb_cmd_list_groups.c61 state->result = talloc_strdup(state, "");
69 state->domain_name = talloc_strdup(state, domain_name);
100 state->domain_name = talloc_strdup(state,
H A Dwb_cmd_list_users.c61 state->result = talloc_strdup(state, "");
69 state->domain_name = talloc_strdup(state, domain_name);
100 state->domain_name = talloc_strdup(state,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/utils/net/
H A Dnet_password.c105 tmp = talloc_strdup(ctx, argv[0]);
108 tmp = talloc_strdup(ctx, argv[0]);
119 account_name = talloc_strdup(ctx, p+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/winbind/
H A Dwb_cmd_list_groups.c61 state->result = talloc_strdup(state, "");
69 state->domain_name = talloc_strdup(state, domain_name);
100 state->domain_name = talloc_strdup(state,
H A Dwb_cmd_list_users.c61 state->result = talloc_strdup(state, "");
69 state->domain_name = talloc_strdup(state, domain_name);
100 state->domain_name = talloc_strdup(state,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/utils/net/
H A Dnet_password.c105 tmp = talloc_strdup(ctx, argv[0]);
108 tmp = talloc_strdup(ctx, argv[0]);
119 account_name = talloc_strdup(ctx, p+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/winbind/
H A Dwb_cmd_list_groups.c61 state->result = talloc_strdup(state, "");
69 state->domain_name = talloc_strdup(state, domain_name);
100 state->domain_name = talloc_strdup(state,
H A Dwb_cmd_list_users.c61 state->result = talloc_strdup(state, "");
69 state->domain_name = talloc_strdup(state, domain_name);
100 state->domain_name = talloc_strdup(state,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dstatcache.c86 original_path = talloc_strdup(ctx,full_orig_name);
200 chk_name = talloc_strdup(ctx,name);
268 translated_path = talloc_strdup(ctx,(char *)data_val.data);

Completed in 274 milliseconds

1234567891011>>