Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c3145 # define SLAP_STRTOL(n,e,b) strtoll(n,e,b) macro
3148 # define SLAP_STRTOL(n,e,b) strtol(n,e,b) macro
3165 lValue = SLAP_STRTOL(value->bv_val, NULL, 10); in integerBitAndMatch()
3171 lAssertedValue = SLAP_STRTOL(((struct berval *)assertedValue)->bv_val, in integerBitAndMatch()
3195 lValue = SLAP_STRTOL(value->bv_val, NULL, 10); in integerBitOrMatch()
3201 lAssertedValue = SLAP_STRTOL( ((struct berval *)assertedValue)->bv_val, in integerBitOrMatch()