Searched defs:ubuff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c365 char c, *p, *o, *r, *buff, *ubuff, *pubuff; local
377 ubuff = malloc(len);
380 if (buff == NULL || ubuff == NULL || pubuff == NULL) {
386 o = &ubuff[0];
398 p = &ubuff[0];
416 r = &ubuff[0];
423 (void) memset(ubuff, 0, len);
426 free(ubuff);

Completed in 45 milliseconds