GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KDATA_BUCKET_ADD(3) FreeBSD Library Functions Manual KDATA_BUCKET_ADD(3)

kdata_bucket_add kdata_bucket_setmodify bucket data values

library “libkplot”

#include <cairo.h>
#include <kplot.h>

int
kdata_bucket_add(struct kdata *d, size_t bucket, double y);

int
kdata_bucket_set(struct kdata *d, size_t bucket, size_t x, double y);

The kdata_bucket_add and kdata_bucket_set set the x and y values to the position mapped from bucket after checking that bucket lies in the range provided to kdata_bucket_alloc(3).

kdata_bucket_add and kdata_bucket_set return 0 if the bucket is outside of the bucket range, the source was not created with kdata_bucket_alloc(3), or if any dependent sources fail. Otherwise it returns non-zero.

kdata_bucket_alloc(3), kplot(3)

January 30, 2015 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.