Searched refs:ep (Results 1 – 4 of 4) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | mkinit.c | 175 struct event *ep; in readfile() local 183 for (ep = event ; ep->name ; ep++) { in readfile() 184 if (line[0] == ep->name[0] && match(ep->name, line)) { in readfile() 185 doevent(ep, fp, fname); in readfile() 261 addstr(line, &ep->code); in doevent() 281 addchar(' ', &ep->code); in doevent() 284 addstr(p, &ep->code); in doevent() 364 struct event *ep; in output() local 374 for (ep = event ; ep->name ; ep++) { in output() 376 fputs(ep->comment, fp); in output() [all …]
|
| A D | var.c | 360 char **ep; in listvars() local 363 STARTSTACKSTR(ep); in listvars() 370 ep = growstackstr(); in listvars() 374 if (ep == stackstrend()) in listvars() 375 ep = growstackstr(); in listvars() 377 *end = ep; in listvars() 378 *ep++ = NULL; in listvars() 396 char **ep, **epend; in showvars() local 399 qsort(ep, epend - ep, sizeof(char *), vpcmp); in showvars() 403 for (; ep < epend; ep++) { in showvars() [all …]
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 396 char *cp, *ep; in getuintmax() local 408 val = sign ? strtoimax(cp, &ep, 0) : strtoumax(cp, &ep, 0); in getuintmax() 409 check_conversion(cp, ep); in getuintmax() 418 char *cp, *ep; in getdouble() local 429 val = strtod(cp, &ep); in getdouble() 430 check_conversion(cp, ep); in getdouble() 435 check_conversion(const char *s, const char *ep) in check_conversion() argument 437 if (*ep) { in check_conversion() 438 if (ep == s) in check_conversion()
|
| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 580 ctrl.ep = endpoint; in usb_device_bulk_transfer()
|
Completed in 11 milliseconds