NetLocalGroupDel   71 source3/lib/netapi/examples/localgroup/localgroup_del.c 	status = NetLocalGroupDel(hostname,
NetLocalGroupDel 1551 source3/lib/netapi/libnetapi.c 	struct NetLocalGroupDel r;
NetLocalGroupDel 1568 source3/lib/netapi/libnetapi.c 		NDR_PRINT_IN_DEBUG(NetLocalGroupDel, &r);
NetLocalGroupDel 1580 source3/lib/netapi/libnetapi.c 		NDR_PRINT_OUT_DEBUG(NetLocalGroupDel, &r);
NetLocalGroupDel  280 source3/lib/netapi/libnetapi.h NET_API_STATUS NetLocalGroupDel(const char * server_name /* [in] */,
NetLocalGroupDel  363 source3/lib/netapi/localgroup.c 	LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetLocalGroupDel);
NetLocalGroupDel 2085 source3/lib/netapi/netapi.h NET_API_STATUS NetLocalGroupDel(const char * server_name /* [in] */,
NetLocalGroupDel  128 source3/lib/netapi/tests/netlocalgroup.c 	NetLocalGroupDel(hostname, groupname);
NetLocalGroupDel  129 source3/lib/netapi/tests/netlocalgroup.c 	NetLocalGroupDel(hostname, groupname2);
NetLocalGroupDel  182 source3/lib/netapi/tests/netlocalgroup.c 	status = NetLocalGroupDel(hostname, groupname);
NetLocalGroupDel  202 source3/lib/netapi/tests/netlocalgroup.c 	status = NetLocalGroupDel(hostname, groupname2);