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

/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c68 }unix_authtok_data; typedef in typeref:struct:_unix_authtok_data_
77 free((unix_authtok_data *)data);
295 unix_authtok_data *status;
532 unix_authtok_data *authtok_data;
554 if ((status = (unix_authtok_data *)calloc(1,
555 sizeof (unix_authtok_data))) == NULL) {
561 sizeof (unix_authtok_data));

Completed in 21 milliseconds