NetLocalGroupSetInfo  112 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	status = NetLocalGroupSetInfo(hostname,
NetLocalGroupSetInfo 1642 source3/lib/netapi/libnetapi.c 	struct NetLocalGroupSetInfo r;
NetLocalGroupSetInfo 1662 source3/lib/netapi/libnetapi.c 		NDR_PRINT_IN_DEBUG(NetLocalGroupSetInfo, &r);
NetLocalGroupSetInfo 1674 source3/lib/netapi/libnetapi.c 		NDR_PRINT_OUT_DEBUG(NetLocalGroupSetInfo, &r);
NetLocalGroupSetInfo  294 source3/lib/netapi/libnetapi.h NET_API_STATUS NetLocalGroupSetInfo(const char * server_name /* [in] */,
NetLocalGroupSetInfo  712 source3/lib/netapi/localgroup.c 	LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetLocalGroupSetInfo);
NetLocalGroupSetInfo 2125 source3/lib/netapi/netapi.h NET_API_STATUS NetLocalGroupSetInfo(const char * server_name /* [in] */,
NetLocalGroupSetInfo  174 source3/lib/netapi/tests/netlocalgroup.c 	status = NetLocalGroupSetInfo(hostname, groupname, 0, (uint8_t *)&g0, &parm_err);