Lines Matching refs:cp
98 char *cp; in __md5_crypt_r() local
251 cp = __stpncpy (buffer, md5_salt_prefix, MAX (0, buflen)); in __md5_crypt_r()
254 cp = __stpncpy (cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in __md5_crypt_r()
259 *cp++ = '$'; in __md5_crypt_r()
263 __b64_from_24bit (&cp, &buflen, in __md5_crypt_r()
265 __b64_from_24bit (&cp, &buflen, in __md5_crypt_r()
267 __b64_from_24bit (&cp, &buflen, in __md5_crypt_r()
269 __b64_from_24bit (&cp, &buflen, in __md5_crypt_r()
271 __b64_from_24bit (&cp, &buflen, in __md5_crypt_r()
273 __b64_from_24bit (&cp, &buflen, in __md5_crypt_r()
281 *cp = '\0'; /* Terminate the string. */ in __md5_crypt_r()