Searched refs:ep (Results 1 - 7 of 7) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dgetbsize.c58 char *ep, *p; local
67 if ((n = strtol(p, &ep, 10)) < 0)
71 if (*ep && ep[1])
73 switch (*ep) {
/system/core/libutils/
H A DProcessCallStack.cpp133 struct dirent *ep; local
162 while ((code = readdir_r(dp, &entry, &ep)) == 0 && ep != NULL) {
164 sscanf(ep->d_name, "%d", &tid);
169 __FUNCTION__, PATH_SELF_TASK, ep->d_name);
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c317 char *ep; local
419 l = strtoull(optarg, &ep, 10);
423 else if (ep[0] != '\0') {
508 mcount = strtoull(optarg, &ep, 10);
512 else if (ep[0] != '\0') {
/system/core/logd/
H A DLogKlog.cpp213 char *ep = buffer + len; local
214 *ep = '\0';
219 if (((tok + strlen(tok)) == ep) && (retval != 0) && full) {
/system/core/fastboot/
H A Dusb_linux.c381 bulk.ep = h->ep_out;
415 bulk.ep = h->ep_in;
/system/core/logcat/
H A Dlogcat.cpp426 char *ep = t.strptime(line.c_str(), g_defaultTimeFormat); local
427 if (!ep || (*ep != ' ')) {
/system/core/libusbhost/
H A Dusbhost.c613 ctrl.ep = endpoint;

Completed in 104 milliseconds