r_user            352 nsswitch/winbind_nss_aix.c 	char *r_user = user;
r_user            355 nsswitch/winbind_nss_aix.c 		r_user = decode_user(r_user);
r_user            356 nsswitch/winbind_nss_aix.c 		if (!r_user) {
r_user            362 nsswitch/winbind_nss_aix.c 	logit("getgrset '%s'\n", r_user);
r_user            367 nsswitch/winbind_nss_aix.c 	STRCPY_RETNULL(request.data.username, r_user);
r_user            370 nsswitch/winbind_nss_aix.c 		free(r_user);
r_user            866 nsswitch/winbind_nss_aix.c 	char *r_user = user;
r_user            878 nsswitch/winbind_nss_aix.c 		r_user = decode_user(r_user);
r_user            879 nsswitch/winbind_nss_aix.c 		if (!r_user) {
r_user            884 nsswitch/winbind_nss_aix.c 	STRCPY_RET(request.data.auth.user, r_user);
r_user            888 nsswitch/winbind_nss_aix.c 		free(r_user);
r_user            914 nsswitch/winbind_nss_aix.c 	char *r_user = user;
r_user            917 nsswitch/winbind_nss_aix.c 		r_user = decode_user(r_user);
r_user            918 nsswitch/winbind_nss_aix.c 		if (!r_user) {
r_user            924 nsswitch/winbind_nss_aix.c 	logit("chpass '%s' old='%s' new='%s'\n", r_user, oldpass, newpass);
r_user            932 nsswitch/winbind_nss_aix.c 	STRCPY_RET(request.data.chauthtok.user, r_user);
r_user            937 nsswitch/winbind_nss_aix.c 		free(r_user);