Searched refs:pubuff (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c365 char c, *p, *o, *r, *buff, *ubuff, *pubuff; local
378 pubuff = malloc(len);
380 if (buff == NULL || ubuff == NULL || pubuff == NULL) {
383 free(pubuff);
394 o = &pubuff[0];
413 if (strcmp(p, pubuff) == 0) {
427 (void) memset(pubuff, 0, len);
430 free(pubuff);

Completed in 88 milliseconds