u0                 41 source3/lib/netapi/examples/user/user_getinfo.c 	struct USER_INFO_0 *u0;
u0                101 source3/lib/netapi/examples/user/user_getinfo.c 			u0 = (struct USER_INFO_0 *)buffer;
u0                102 source3/lib/netapi/examples/user/user_getinfo.c 			printf("name: %s\n", u0->usri0_name);
u0                 39 source3/lib/netapi/examples/user/user_modalsget.c 	struct USER_MODALS_INFO_0 *u0;
u0                 87 source3/lib/netapi/examples/user/user_modalsget.c 			u0 = (struct USER_MODALS_INFO_0 *)buffer;
u0                 89 source3/lib/netapi/examples/user/user_modalsget.c 				u0->usrmod0_min_passwd_len);
u0                 91 source3/lib/netapi/examples/user/user_modalsget.c 				u0->usrmod0_max_passwd_age/86400);
u0                 93 source3/lib/netapi/examples/user/user_modalsget.c 				u0->usrmod0_min_passwd_age/86400);
u0                 95 source3/lib/netapi/examples/user/user_modalsget.c 				u0->usrmod0_force_logoff);
u0                 97 source3/lib/netapi/examples/user/user_modalsget.c 				u0->usrmod0_password_hist_len);
u0                 40 source3/lib/netapi/examples/user/user_modalsset.c 	struct USER_MODALS_INFO_0 u0;
u0                 88 source3/lib/netapi/examples/user/user_modalsset.c 			u0.usrmod0_min_passwd_len = 0;
u0                 89 source3/lib/netapi/examples/user/user_modalsset.c 			u0.usrmod0_max_passwd_age = (86400 * 30); /* once a month */
u0                 90 source3/lib/netapi/examples/user/user_modalsset.c 			u0.usrmod0_min_passwd_age = 0;
u0                 91 source3/lib/netapi/examples/user/user_modalsset.c 			u0.usrmod0_force_logoff = TIMEQ_FOREVER;
u0                 92 source3/lib/netapi/examples/user/user_modalsset.c 			u0.usrmod0_password_hist_len = 0;
u0                 93 source3/lib/netapi/examples/user/user_modalsset.c 			buffer = (uint8_t *)&u0;
u0                 41 source3/lib/netapi/examples/user/user_setinfo.c 	struct USER_INFO_0 u0;
u0                113 source3/lib/netapi/examples/user/user_setinfo.c 			u0.usri0_name = val;
u0                114 source3/lib/netapi/examples/user/user_setinfo.c 			buffer = (uint8_t *)&u0;
u0                209 source3/lib/netapi/tests/netuser.c 	struct USER_MODALS_INFO_0 *u0 = NULL;
u0                227 source3/lib/netapi/tests/netuser.c 	status = NetUserModalsGet(hostname, 0, (uint8_t **)&u0);
u0                235 source3/lib/netapi/tests/netuser.c 	status = NetUserModalsSet(hostname, 0, (uint8_t *)u0, &parm_err);
u0                247 source3/lib/netapi/tests/netuser.c 	if (memcmp(u0, _u0, sizeof(u0) != 0)) {
u0                138 source3/lib/netapi/user.c 	struct USER_INFO_0 *u0 = NULL;
u0                162 source3/lib/netapi/user.c 			u0 = (struct USER_INFO_0 *)buffer;
u0                163 source3/lib/netapi/user.c 			uX->usriX_name		= u0->usri0_name;
u0               2751 source3/lib/netapi/user.c 	struct GROUP_USERS_INFO_0 u0;
u0               2757 source3/lib/netapi/user.c 				u0.grui0_name = talloc_strdup(mem_ctx, group_name);
u0               2758 source3/lib/netapi/user.c 				NT_STATUS_HAVE_NO_MEMORY(u0.grui0_name);
u0               2760 source3/lib/netapi/user.c 				u0.grui0_name = NULL;
u0               2763 source3/lib/netapi/user.c 			ADD_TO_ARRAY(mem_ctx, struct GROUP_USERS_INFO_0, u0,
u0               3196 source3/lib/netapi/user.c 	struct LOCALGROUP_USERS_INFO_0 u0;
u0               3200 source3/lib/netapi/user.c 			u0.lgrui0_name = talloc_strdup(mem_ctx, group_name);
u0               3201 source3/lib/netapi/user.c 			NT_STATUS_HAVE_NO_MEMORY(u0.lgrui0_name);
u0               3203 source3/lib/netapi/user.c 			ADD_TO_ARRAY(mem_ctx, struct LOCALGROUP_USERS_INFO_0, u0,
u0                671 source3/utils/net_rpc.c 	struct USER_INFO_0 u0;
u0                679 source3/utils/net_rpc.c 	u0.usri0_name = argv[1];
u0                682 source3/utils/net_rpc.c 				0, (uint8_t *)&u0, &parm_err);
u0                786 source3/utils/net_rpc.c 	struct GROUP_USERS_INFO_0 *u0 = NULL;
u0                800 source3/utils/net_rpc.c 				  (uint8_t **)(void *)&u0,
u0                812 source3/utils/net_rpc.c 		printf("%s\n", u0->grui0_name);
u0                813 source3/utils/net_rpc.c 		u0++;