u3                139 librpc/gen_ndr/drsblobs.h 	uint32_t u3;
u3               1368 librpc/gen_ndr/drsuapi.h 	uint32_t u3;
u3               1385 librpc/gen_ndr/drsuapi.h 	uint32_t u3;
u3               1099 librpc/gen_ndr/ndr_drsblobs.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->u3));
u3               1119 librpc/gen_ndr/ndr_drsblobs.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->u3));
u3               1139 librpc/gen_ndr/ndr_drsblobs.c 	ndr_print_uint32(ndr, "u3", r->u3);
u3               10635 librpc/gen_ndr/ndr_drsuapi.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->u3));
u3               10657 librpc/gen_ndr/ndr_drsuapi.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->u3));
u3               10679 librpc/gen_ndr/ndr_drsuapi.c 	ndr_print_uint32(ndr, "u3", r->u3);
u3               10759 librpc/gen_ndr/ndr_drsuapi.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->u3));
u3               10790 librpc/gen_ndr/ndr_drsuapi.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->u3));
u3               10825 librpc/gen_ndr/ndr_drsuapi.c 	ndr_print_uint32(ndr, "u3", r->u3);
u3               17192 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->u3));
u3               17219 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->u3));
u3               17258 librpc/gen_ndr/ndr_spoolss.c 	ndr_print_uint32(ndr, "u3", r->u3);
u3               1441 librpc/gen_ndr/spoolss.h 	uint32_t u3;
u3                 44 source3/lib/netapi/examples/user/user_getinfo.c 	struct USER_INFO_3 *u3;
u3                150 source3/lib/netapi/examples/user/user_getinfo.c 			u3 = (struct USER_INFO_3 *)buffer;
u3                151 source3/lib/netapi/examples/user/user_getinfo.c 			printf("name: %s\n", u3->usri3_name);
u3                152 source3/lib/netapi/examples/user/user_getinfo.c 			printf("password_age: %d\n", u3->usri3_password_age);
u3                153 source3/lib/netapi/examples/user/user_getinfo.c 			printf("priv: %d\n", u3->usri3_priv);
u3                154 source3/lib/netapi/examples/user/user_getinfo.c 			printf("homedir: %s\n", u3->usri3_home_dir);
u3                155 source3/lib/netapi/examples/user/user_getinfo.c 			printf("comment: %s\n", u3->usri3_comment);
u3                156 source3/lib/netapi/examples/user/user_getinfo.c 			printf("flags: 0x%08x\n", u3->usri3_flags);
u3                157 source3/lib/netapi/examples/user/user_getinfo.c 			printf("script: %s\n", u3->usri3_script_path);
u3                158 source3/lib/netapi/examples/user/user_getinfo.c 			printf("auth flags: 0x%08x\n", u3->usri3_auth_flags);
u3                159 source3/lib/netapi/examples/user/user_getinfo.c 			printf("full name: %s\n", u3->usri3_full_name);
u3                160 source3/lib/netapi/examples/user/user_getinfo.c 			printf("user comment: %s\n", u3->usri3_usr_comment);
u3                161 source3/lib/netapi/examples/user/user_getinfo.c 			printf("user parameters: %s\n", u3->usri3_parms);
u3                162 source3/lib/netapi/examples/user/user_getinfo.c 			printf("workstations: %s\n", u3->usri3_workstations);
u3                164 source3/lib/netapi/examples/user/user_getinfo.c 				u3->usri3_last_logon);
u3                166 source3/lib/netapi/examples/user/user_getinfo.c 				u3->usri3_last_logoff);
u3                168 source3/lib/netapi/examples/user/user_getinfo.c 				u3->usri3_acct_expires);
u3                169 source3/lib/netapi/examples/user/user_getinfo.c 			printf("max storage: %d\n", u3->usri3_max_storage);
u3                170 source3/lib/netapi/examples/user/user_getinfo.c 			printf("units per week: %d\n", u3->usri3_units_per_week);
u3                173 source3/lib/netapi/examples/user/user_getinfo.c 				printf(" %x", (uint8_t)u3->usri3_logon_hours[i]);
u3                176 source3/lib/netapi/examples/user/user_getinfo.c 			printf("bad password count: %d\n", u3->usri3_bad_pw_count);
u3                177 source3/lib/netapi/examples/user/user_getinfo.c 			printf("logon count: %d\n", u3->usri3_num_logons);
u3                178 source3/lib/netapi/examples/user/user_getinfo.c 			printf("logon server: %s\n", u3->usri3_logon_server);
u3                179 source3/lib/netapi/examples/user/user_getinfo.c 			printf("country code: %d\n", u3->usri3_country_code);
u3                180 source3/lib/netapi/examples/user/user_getinfo.c 			printf("code page: %d\n", u3->usri3_code_page);
u3                181 source3/lib/netapi/examples/user/user_getinfo.c 			printf("user id: %d\n", u3->usri3_user_id);
u3                182 source3/lib/netapi/examples/user/user_getinfo.c 			printf("primary group id: %d\n", u3->usri3_primary_group_id);
u3                183 source3/lib/netapi/examples/user/user_getinfo.c 			printf("profile: %s\n", u3->usri3_profile);
u3                184 source3/lib/netapi/examples/user/user_getinfo.c 			printf("home dir drive: %s\n", u3->usri3_home_dir_drive);
u3                185 source3/lib/netapi/examples/user/user_getinfo.c 			printf("password expired: %d\n", u3->usri3_password_expired);
u3                 42 source3/lib/netapi/examples/user/user_modalsget.c 	struct USER_MODALS_INFO_3 *u3;
u3                114 source3/lib/netapi/examples/user/user_modalsget.c 			u3 = (struct USER_MODALS_INFO_3 *)buffer;
u3                116 source3/lib/netapi/examples/user/user_modalsget.c 				u3->usrmod3_lockout_duration);
u3                118 source3/lib/netapi/examples/user/user_modalsget.c 				u3->usrmod3_lockout_observation_window);
u3                120 source3/lib/netapi/examples/user/user_modalsget.c 				u3->usrmod3_lockout_threshold);
u3                 43 source3/lib/netapi/examples/user/user_modalsset.c 	struct USER_MODALS_INFO_3 u3;
u3                 44 source3/lib/netapi/examples/user/user_setinfo.c 	struct USER_INFO_3 u3;
u3                141 source3/lib/netapi/user.c 	struct USER_INFO_3 *u3 = NULL;
u3                204 source3/lib/netapi/user.c 			u3 = (struct USER_INFO_3 *)buffer;
u3                205 source3/lib/netapi/user.c 			uX->usriX_name		= u3->usri3_name;
u3                206 source3/lib/netapi/user.c 			uX->usriX_password_age	= u3->usri3_password_age;
u3                207 source3/lib/netapi/user.c 			uX->usriX_priv		= u3->usri3_priv;
u3                208 source3/lib/netapi/user.c 			uX->usriX_home_dir	= u3->usri3_home_dir;
u3                209 source3/lib/netapi/user.c 			uX->usriX_comment	= u3->usri3_comment;
u3                210 source3/lib/netapi/user.c 			uX->usriX_flags		= u3->usri3_flags;
u3                211 source3/lib/netapi/user.c 			uX->usriX_script_path	= u3->usri3_script_path;
u3                212 source3/lib/netapi/user.c 			uX->usriX_auth_flags	= u3->usri3_auth_flags;
u3                213 source3/lib/netapi/user.c 			uX->usriX_full_name	= u3->usri3_full_name;
u3                214 source3/lib/netapi/user.c 			uX->usriX_usr_comment	= u3->usri3_usr_comment;
u3                215 source3/lib/netapi/user.c 			uX->usriX_parms		= u3->usri3_parms;
u3                216 source3/lib/netapi/user.c 			uX->usriX_workstations	= u3->usri3_workstations;
u3                217 source3/lib/netapi/user.c 			uX->usriX_last_logon	= u3->usri3_last_logon;
u3                218 source3/lib/netapi/user.c 			uX->usriX_last_logoff	= u3->usri3_last_logoff;
u3                219 source3/lib/netapi/user.c 			uX->usriX_acct_expires	= u3->usri3_acct_expires;
u3                220 source3/lib/netapi/user.c 			uX->usriX_max_storage	= u3->usri3_max_storage;
u3                221 source3/lib/netapi/user.c 			uX->usriX_units_per_week= u3->usri3_units_per_week;
u3                222 source3/lib/netapi/user.c 			uX->usriX_logon_hours	= u3->usri3_logon_hours;
u3                223 source3/lib/netapi/user.c 			uX->usriX_bad_pw_count	= u3->usri3_bad_pw_count;
u3                224 source3/lib/netapi/user.c 			uX->usriX_num_logons	= u3->usri3_num_logons;
u3                225 source3/lib/netapi/user.c 			uX->usriX_logon_server	= u3->usri3_logon_server;
u3                226 source3/lib/netapi/user.c 			uX->usriX_country_code	= u3->usri3_country_code;
u3                227 source3/lib/netapi/user.c 			uX->usriX_code_page	= u3->usri3_code_page;
u3                228 source3/lib/netapi/user.c 			uX->usriX_user_id	= u3->usri3_user_id;
u3                229 source3/lib/netapi/user.c 			uX->usriX_primary_group_id = u3->usri3_primary_group_id;
u3                230 source3/lib/netapi/user.c 			uX->usriX_profile	= u3->usri3_profile;
u3                231 source3/lib/netapi/user.c 			uX->usriX_home_dir_drive = u3->usri3_home_dir_drive;
u3                232 source3/lib/netapi/user.c 			uX->usriX_password_expired = u3->usri3_password_expired;