Home
last modified time | relevance | path

Searched refs:lutil_atoullx (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/include/
Dlutil.h334 lutil_atoullx( unsigned long long *v, const char *s, int x );
335 #define lutil_atoull(v, s) lutil_atoullx((v), (s), 10)
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/
Dback-sql.h236 #define BACKSQL_STR2ID lutil_atoullx
/netbsd/src/external/bsd/openldap/dist/libraries/liblutil/
Dutils.c709 lutil_atoullx( unsigned long long *v, const char *s, int x ) in lutil_atoullx() function
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dconfig.c60 #define LUTIL_ATOULX lutil_atoullx