Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/less/
HDxbuf.c184 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add() function
HDless.h80 #define ckd_add(r, a, b) help_ckd_add(r, (uintmax)(a), (uintmax)(b), sizeof *(r), signed_expr(*(r)))
HDfuncs.h429 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);