Home
last modified time | relevance | path

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

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