Searched refs:ep (Results 1 - 10 of 10) 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.cpp154 dirent* ep; local
155 while ((ep = readdir(dp.get())) != NULL) {
157 sscanf(ep->d_name, "%d", &tid);
162 __FUNCTION__, PATH_SELF_TASK, ep->d_name);
/system/core/liblog/
H A Devent_tag_map.cpp252 char* ep; local
253 unsigned long val = strtoul(pData, &ep, 10);
254 const char* cp = ep;
521 char* ep; local
522 unsigned long val = strtoul(buf, &ep, 10); // return size
523 const char* cp = ep;
584 const char* ep = endOfTag(tagname); local
585 size_t len = ep - tagname;
586 if (!len || *ep) {
/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.cpp246 char* ep = buffer + len; local
247 *ep = '\0';
252 if (((tok + sublen) >= ep) && (retval != 0) && full) {
272 const char* ep = real.strptime(real_string, real_format); local
273 if (!ep || (ep > &real_string[len]) || (real > log_time(CLOCK_REALTIME))) {
/system/core/logcat/tests/
H A Dlogcat_test.cpp238 char* ep = cp; local
239 while (isdigit(*ep)) {
240 ++ep;
242 if ((*ep != '-') && (*ep != '.')) {
246 while (((ep = strchr(ep, ':'))) && (*++ep != ' ')) {
247 if (isdigit(ep[0]) && isdigit(ep[
[all...]
/system/core/logcat/
H A Dlogcat.cpp632 char* ep = t.strptime(cp, "%m-%d %H:%M:%S.%q"); local
633 if (ep) return ep;
634 ep = t.strptime(cp, "%Y-%m-%d %H:%M:%S.%q");
635 if (ep) return ep;
680 char* ep = parseTime(t, line.c_str()); local
681 if (!ep || (*ep != ' ')) continue;
/system/core/fastboot/
H A Dusb_linux.cpp402 bulk.ep = handle_->ep_out;
436 bulk.ep = handle_->ep_in;
/system/update_engine/sample_images/
H A Dgenerate_images.sh57 sudo setcap cap_net_raw=ep "${mntdir}"/regular-with_net_cap
/system/core/libusbhost/
H A Dusbhost.c675 ctrl.ep = endpoint;

Completed in 309 milliseconds