u1003              46 source3/lib/netapi/examples/user/user_modalsset.c 	struct USER_MODALS_INFO_1003 u1003;
u1003             108 source3/lib/netapi/examples/user/user_modalsset.c 			u1003.usrmod1003_min_passwd_age = (86400 * 30); /* once a month */
u1003             109 source3/lib/netapi/examples/user/user_modalsset.c 			buffer = (uint8_t *)&u1003;
u1003              48 source3/lib/netapi/examples/user/user_setinfo.c 	struct USER_INFO_1003 u1003;
u1003             126 source3/lib/netapi/examples/user/user_setinfo.c 			u1003.usri1003_password = val;
u1003             127 source3/lib/netapi/examples/user/user_setinfo.c 			buffer = (uint8_t *)&u1003;
u1003             142 source3/lib/netapi/user.c 	struct USER_INFO_1003 *u1003 = NULL;
u1003             235 source3/lib/netapi/user.c 			u1003 = (struct USER_INFO_1003 *)buffer;
u1003             236 source3/lib/netapi/user.c 			uX->usriX_password	= u1003->usri1003_password;
u1003             741 source3/utils/net_rpc.c 	struct USER_INFO_1003 u1003;
u1003             750 source3/utils/net_rpc.c 		u1003.usri1003_password = argv[1];
u1003             755 source3/utils/net_rpc.c 		u1003.usri1003_password = getpass(prompt);
u1003             759 source3/utils/net_rpc.c 	status = NetUserSetInfo(c->opt_host, argv[0], 1003, (uint8_t *)&u1003, &parm_err);