Searched refs:lutil_atol (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dotp.c606 if ( a && lutil_atol( &last_step, a->a_vals[0].bv_val ) != 0 ) {
693 if ( a && lutil_atol( &last_step, a->a_vals[0].bv_val ) != 0 ) {
716 if ( a && lutil_atol( &window, a->a_vals[0].bv_val ) != 0 ) {
724 if ( a && lutil_atol( drift, a->a_vals[0].bv_val ) != 0 ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmods.c421 if ( lutil_atol( &incr, mod->sm_values[0].bv_val ) != 0 ) {
435 if ( lutil_atol( &value, a->a_nvals[i].bv_val ) != 0 ) {
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil.h322 #define lutil_atol(v, s) lutil_atolx((v), (s), 10) macro

Completed in 206 milliseconds