Home | History | Annotate | Download | only in libtests

Lines Matching defs:ep

750    const char **ep = png_get_error_ptr(png_ptr);
753 if (ep != NULL && *ep != NULL)
754 name = *ep;
1646 char *ep = arg;
1648 unsigned long ul = strtoul(arg, &ep, 0);
1656 if (ep == arg)
1662 if (*ep) ++ep; /* skip a separator */
1663 arg = ep;