Searched refs:ep (Results 1 - 9 of 9) 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.cpp134 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/logcat/tests/
H A Dlogcat_test.cpp130 char *ep = cp; local
131 while (isdigit(*ep)) {
132 ++ep;
134 if ((*ep != '-') && (*ep != '.')) {
138 while (((ep = strchr(ep, ':'))) && (*++ep != ' ')) {
141 if (!ep) {
144 ep
[all...]
/system/core/logd/
H A DLogKlog.cpp256 char *ep = buffer + len; local
257 *ep = '\0';
262 if (((tok + sublen) >= ep) && (retval != 0) && full) {
281 const char *ep = real.strptime(real_string, "%Y-%m-%d %H:%M:%S.%09q UTC"); local
282 if (!ep || (ep > &real_string[len]) || (real > log_time(CLOCK_REALTIME))) {
/system/core/logcat/
H A Dlogcat.cpp434 char *ep = t.strptime(cp, "%m-%d %H:%M:%S.%q"); local
435 if (ep) {
436 return ep;
438 ep = t.strptime(cp, "%Y-%m-%d %H:%M:%S.%q");
439 if (ep) {
440 return ep;
502 char *ep = parseTime(t, line.c_str()); local
503 if (!ep || (*ep != ' ')) {
/system/core/fastboot/
H A Dusb_linux.cpp400 bulk.ep = handle_->ep_out;
434 bulk.ep = handle_->ep_in;
/system/update_engine/sample_images/
H A Dgenerate_images.sh54 sudo setcap cap_net_raw=ep "${mntdir}"/regular-with_net_cap
/system/core/libusbhost/
H A Dusbhost.c613 ctrl.ep = endpoint;

Completed in 174 milliseconds