Home | History | Annotate | Download | only in printenv

Lines Matching defs:ep

63 	char *cp, **ep;
77 for (ep = environ; *ep; ep++)
78 (void)printf("%s\n", *ep);
86 for (ep = environ; *ep; ep++)
87 if (!memcmp(*ep, *argv, len)) {
88 cp = *ep + len;