Home
last modified time | relevance | path

Searched refs:help_ckd_add (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dxbuf.c151 public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add() function
H A Dless.h92 #define ckd_add(r, a, b) help_ckd_add(r, a, b, sizeof *(r), signed_expr(*(r)))
H A Dfuncs.h386 public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);