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

/system/core/sh/
H A Derror.c357 struct errname const *ep; local
360 for (ep = errormsg ; ep->errcode ; ep++) {
361 if (ep->errcode == e && (ep->action & action) != 0)
362 return ep->msg;
H A Dvar.c396 char **ep; local
404 ep = env = stalloc((nenv + 1) * sizeof *env);
408 *ep++ = vp->text;
410 *ep = NULL;
/system/core/toolbox/grep/
H A Dgrep.c320 char *ep; local
422 l = strtoull(optarg, &ep, 10);
426 else if (ep[0] != '\0') {
511 mcount = strtoull(optarg, &ep, 10);
515 else if (ep[0] != '\0') {
/system/core/fastboot/
H A Dusb_linux.c323 bulk.ep = h->ep_out;
341 bulk.ep = h->ep_out;
375 bulk.ep = h->ep_in;
/system/core/libusbhost/
H A Dusbhost.c539 ctrl.ep = endpoint;

Completed in 33 milliseconds