Home
last modified time | relevance | path

Searched refs:lutil_atollx (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/include/
Dlutil.h328 lutil_atollx( long long *v, const char *s, int x );
329 #define lutil_atoll(v, s) lutil_atollx((v), (s), 10)
/netbsd/src/external/bsd/openldap/dist/libraries/liblutil/
Dutils.c670 lutil_atollx( long long *v, const char *s, int x ) in lutil_atollx() function