Searched defs:endp (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dip.c141 char * endp; local
142 uint64_t bits64 = strtoul(e + 1, &endp, 10);
144 if (e + 1 == endp)
147 if (* endp)
173 char * endp; local
174 uint64_t bits64 = strtoul(e + 1, &endp, 10);
176 if (e + 1 == endp)
179 if (* endp)
H A Dshared.c184 char *endp = NULL; local
185 unsigned long v = strtoul(env, &endp, 0);
186 if (env < endp && *endp == '\0' && 0 < v && v < AM_SHARED_MAX_SIZE) {

Completed in 34 milliseconds