Home | History | Annotate | Download | only in libcrypt

Lines Matching refs:ep

117     char *ep;
137 iterations = strtoul(salt, &ep, 10);
138 if (*ep != '$')
140 salt = ep + 1; /* skip over the '$' */
169 ep = passwd + pl;
176 __crypt_to64(ep, ul, 4); ep += 4;
182 __crypt_to64(ep, ul, 4); ep += 4;
183 *ep = '\0';