Home | History | Annotate | Download | only in crunchgen

Lines Matching refs:ep

58 	const struct stub *ep;
66 for (ep = entry_points; ep->name != NULL; ep++)
67 if (strcmp(basename, ep->name) == 0)
68 return ep->f(argc, argv, envp);
89 const struct stub *ep;
94 for (ep = entry_points; ep->name != NULL; ep++) {
95 len = strlen(ep->name) + 1;
102 fprintf(stderr, " %s", ep->name);