found_username 823 source3/auth/auth_util.c char **found_username, found_username 894 source3/auth/auth_util.c *found_username = talloc_strdup(mem_ctx, found_username 907 source3/auth/auth_util.c struct passwd *pwd = getpwnam_alloc(sam_acct, *found_username ); found_username 910 source3/auth/auth_util.c *found_username)); found_username 917 source3/auth/auth_util.c *found_username)); found_username 983 source3/auth/auth_util.c *found_username = talloc_strdup(mem_ctx, pass->pw_name); found_username 1024 source3/auth/auth_util.c *found_username = talloc_strdup(mem_ctx, username); found_username 1059 source3/auth/auth_util.c if ((*token == NULL) || (*found_username == NULL)) { found_username 1082 source3/auth/auth_util.c char *found_username; found_username 1095 source3/auth/auth_util.c &uid, &gid, &found_username, found_username 1483 source3/auth/auth_util.c char **found_username, found_username 1515 source3/auth/auth_util.c *found_username = talloc_strdup( mem_ctx, real_username ); found_username 1517 source3/auth/auth_util.c DEBUG(5,("fill_sam_account: located username was [%s]\n", *found_username)); found_username 1624 source3/auth/auth_util.c char *found_username = NULL; found_username 1686 source3/auth/auth_util.c &found_username, &uid, &gid, sam_account, found_username 1802 source3/auth/auth_util.c result->unix_name = talloc_strdup(result, found_username); found_username 1876 source3/auth/auth_util.c char *found_username = NULL; found_username 1949 source3/auth/auth_util.c &found_username, &uid, &gid, sam_account, found_username 2047 source3/auth/auth_util.c result->unix_name = talloc_strdup(result, found_username); found_username 114 source3/include/proto.h char **found_username,