Home | History | Annotate | Download | only in logcat

Lines Matching full:endp

591     char* endp;
593 size_t ret = (size_t)strtoll(ptr, &endp, 0);
595 if (endp[0] || errno) return false;