Searched refs:ep (Results 1 - 7 of 7) sorted by relevance
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
H A D | getbsize.c | 58 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 D | ProcessCallStack.cpp | 133 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 D | grep.c | 317 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 D | LogKlog.cpp | 213 char *ep = buffer + len; local 214 *ep = '\0'; 219 if (((tok + strlen(tok)) == ep) && (retval != 0) && full) {
|
/system/core/fastboot/ |
H A D | usb_linux.c | 381 bulk.ep = h->ep_out; 415 bulk.ep = h->ep_in;
|
/system/core/logcat/ |
H A D | logcat.cpp | 426 char *ep = t.strptime(line.c_str(), g_defaultTimeFormat); local 427 if (!ep || (*ep != ' ')) {
|
/system/core/libusbhost/ |
H A D | usbhost.c | 613 ctrl.ep = endpoint;
|
Completed in 104 milliseconds