NetUserGetInfo     89 source3/lib/netapi/examples/user/user_getinfo.c 	status = NetUserGetInfo(hostname,
NetUserGetInfo    691 source3/lib/netapi/libnetapi.c 	struct NetUserGetInfo r;
NetUserGetInfo    710 source3/lib/netapi/libnetapi.c 		NDR_PRINT_IN_DEBUG(NetUserGetInfo, &r);
NetUserGetInfo    722 source3/lib/netapi/libnetapi.c 		NDR_PRINT_OUT_DEBUG(NetUserGetInfo, &r);
NetUserGetInfo    120 source3/lib/netapi/libnetapi.h NET_API_STATUS NetUserGetInfo(const char * server_name /* [in] */,
NetUserGetInfo   1688 source3/lib/netapi/netapi.h NET_API_STATUS NetUserGetInfo(const char * server_name /* [in] */,
NetUserGetInfo    385 source3/lib/netapi/tests/netuser.c 		status = NetUserGetInfo(hostname, username, levels[i], &buffer);
NetUserGetInfo    418 source3/lib/netapi/tests/netuser.c 		status = NetUserGetInfo(hostname, username, levels[i], &buffer);
NetUserGetInfo    437 source3/lib/netapi/tests/netuser.c 	status = NetUserGetInfo(hostname, username, 0, &buffer);
NetUserGetInfo   1717 source3/lib/netapi/user.c 	LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetUserGetInfo);