Searched defs:ep (Results 1 - 3 of 3) 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') {

Completed in 45 milliseconds