Searched refs:talloc_strdup (Results 1 - 25 of 2076) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/unix/
H A Dunix.c30 talloc_strdup(suite, "CIFS UNIX extensions tests");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/winbind/
H A Dwinbind.c31 suite->description = talloc_strdup(suite, "WINBIND tests");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/unix/
H A Dunix.c30 talloc_strdup(suite, "CIFS UNIX extensions tests");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/winbind/
H A Dwinbind.c31 suite->description = talloc_strdup(suite, "WINBIND tests");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/unix/
H A Dunix.c30 talloc_strdup(suite, "CIFS UNIX extensions tests");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/winbind/
H A Dwinbind.c31 suite->description = talloc_strdup(suite, "WINBIND tests");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/winbind/
H A Dwb_utils.c37 *domain = talloc_strdup(mem_ctx, lp_workgroup(lp_ctx));
44 *user = talloc_strdup(mem_ctx, domuser);
/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_utils.c37 *domain = talloc_strdup(mem_ctx, lp_workgroup(lp_ctx));
44 *user = talloc_strdup(mem_ctx, domuser);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/winbind/
H A Dwb_utils.c37 *domain = talloc_strdup(mem_ctx, lp_workgroup(lp_ctx));
44 *user = talloc_strdup(mem_ctx, domuser);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil_pw.c32 ret->pw_name = talloc_strdup(ret, from->pw_name);
33 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
36 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
37 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
38 ret->pw_shell = talloc_strdup(ret, from->pw_shell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dutil_pw.c30 ret->pw_name = talloc_strdup(ret, from->pw_name);
31 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
34 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
35 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
36 ret->pw_shell = talloc_strdup(ret, from->pw_shell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil_pw.c32 ret->pw_name = talloc_strdup(ret, from->pw_name);
33 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
36 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
37 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
38 ret->pw_shell = talloc_strdup(ret, from->pw_shell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dutil_pw.c30 ret->pw_name = talloc_strdup(ret, from->pw_name);
31 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
34 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
35 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
36 ret->pw_shell = talloc_strdup(ret, from->pw_shell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dutil_pw.c30 ret->pw_name = talloc_strdup(ret, from->pw_name);
31 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
34 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
35 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
36 ret->pw_shell = talloc_strdup(ret, from->pw_shell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil_pw.c32 ret->pw_name = talloc_strdup(ret, from->pw_name);
33 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
36 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
37 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
38 ret->pw_shell = talloc_strdup(ret, from->pw_shell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dnss_info_template.c50 *homedir = talloc_strdup( ctx, lp_template_homedir() );
51 *shell = talloc_strdup( ctx, lp_template_shell() );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/librpc/ndr/
H A Dsid.c34 return talloc_strdup(mem_ctx, "(NULL SID)");
39 if (!ret) return talloc_strdup(mem_ctx, "(SID ERR)");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dlibsmb_path.c240 *pp_server = talloc_strdup(ctx, "");
241 *pp_share = talloc_strdup(ctx, "");
242 *pp_path = talloc_strdup(ctx, "");
243 *pp_user = talloc_strdup(ctx, "");
244 *pp_password = talloc_strdup(ctx, "");
257 talloc_strdup(ctx, smbc_getWorkgroup(context));
261 *pp_options = talloc_strdup(ctx, "");
263 s = talloc_strdup(ctx, fname);
294 *pp_options = talloc_strdup(ctx, q);
306 char* option = talloc_strdup(ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dnss_info_template.c50 *homedir = talloc_strdup( ctx, lp_template_homedir() );
51 *shell = talloc_strdup( ctx, lp_template_shell() );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/librpc/ndr/
H A Dsid.c34 return talloc_strdup(mem_ctx, "(NULL SID)");
39 if (!ret) return talloc_strdup(mem_ctx, "(SID ERR)");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dlibsmb_path.c240 *pp_server = talloc_strdup(ctx, "");
241 *pp_share = talloc_strdup(ctx, "");
242 *pp_path = talloc_strdup(ctx, "");
243 *pp_user = talloc_strdup(ctx, "");
244 *pp_password = talloc_strdup(ctx, "");
257 talloc_strdup(ctx, smbc_getWorkgroup(context));
261 *pp_options = talloc_strdup(ctx, "");
263 s = talloc_strdup(ctx, fname);
294 *pp_options = talloc_strdup(ctx, q);
306 char* option = talloc_strdup(ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/librpc/ndr/
H A Dsid.c34 return talloc_strdup(mem_ctx, "(NULL SID)");
39 if (!ret) return talloc_strdup(mem_ctx, "(SID ERR)");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dlibsmb_path.c240 *pp_server = talloc_strdup(ctx, "");
241 *pp_share = talloc_strdup(ctx, "");
242 *pp_path = talloc_strdup(ctx, "");
243 *pp_user = talloc_strdup(ctx, "");
244 *pp_password = talloc_strdup(ctx, "");
257 talloc_strdup(ctx, smbc_getWorkgroup(context));
261 *pp_options = talloc_strdup(ctx, "");
263 s = talloc_strdup(ctx, fname);
294 *pp_options = talloc_strdup(ctx, q);
306 char* option = talloc_strdup(ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dnss_info_template.c50 *homedir = talloc_strdup( ctx, lp_template_homedir() );
51 *shell = talloc_strdup( ctx, lp_template_shell() );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dutil_pw.c31 ret->pw_name = talloc_strdup(ret, from->pw_name);
32 ret->pw_passwd = talloc_strdup(ret, from->pw_passwd);
35 ret->pw_gecos = talloc_strdup(ret, from->pw_gecos);
36 ret->pw_dir = talloc_strdup(ret, from->pw_dir);
37 ret->pw_shell = talloc_strdup(ret, from->pw_shell);

Completed in 100 milliseconds

1234567891011>>