pdb_get_kickoff_time  158 source3/auth/auth_sam.c 	kickoff_time = pdb_get_kickoff_time(sampass);
pdb_get_kickoff_time 4464 source3/include/proto.h time_t pdb_get_kickoff_time(const struct samu *sampass);
pdb_get_kickoff_time  202 source3/libnet/libnet_samsync_passdb.c 		stored_time = pdb_get_kickoff_time(account);
pdb_get_kickoff_time 1788 source3/passdb/passdb.c 	kickoff_time = convert_time_t_to_uint32(pdb_get_kickoff_time(sampass));
pdb_get_kickoff_time 1268 source3/passdb/pdb_ldap.c 	if (asprintf(&temp, "%li", (long int)pdb_get_kickoff_time(sampass)) < 0) {
pdb_get_kickoff_time 2651 source3/rpc_server/srv_samr_nt.c 	unix_to_nt_time(&r->acct_expiry, pdb_get_kickoff_time(pw));
pdb_get_kickoff_time 2816 source3/rpc_server/srv_samr_nt.c 	unix_to_nt_time(&r->acct_expiry, pdb_get_kickoff_time(pw));
pdb_get_kickoff_time 2962 source3/rpc_server/srv_samr_nt.c 	unix_to_nt_time(&r->acct_expiry, pdb_get_kickoff_time(pw));
pdb_get_kickoff_time  375 source3/rpc_server/srv_samr_util.c 		stored_time = pdb_get_kickoff_time(to);
pdb_get_kickoff_time  126 source3/torture/pdbtest.c 	if (pdb_get_kickoff_time(s1) != pdb_get_logoff_time(s2)) {
pdb_get_kickoff_time  290 source3/utils/pdbedit.c 		tmp = pdb_get_kickoff_time(sam_pwent);