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

/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c69 }unix_authtok_data; typedef in typeref:struct:_unix_authtok_data_
78 free((unix_authtok_data *)data);
296 unix_authtok_data *status;
530 unix_authtok_data *authtok_data;
552 if ((status = (unix_authtok_data *)calloc(1,
553 sizeof (unix_authtok_data))) == NULL) {
559 sizeof (unix_authtok_data));

Completed in 61 milliseconds