for_cache          80 source3/auth/token_util.c 	struct nt_user_token *token, *for_cache;
for_cache         110 source3/auth/token_util.c 	for_cache = token;
for_cache         114 source3/auth/token_util.c 		data_blob_string_const_null("root_nt_token"), &for_cache);
for_cache          47 source3/lib/util_pw.c 	struct passwd *pw, *for_cache;
for_cache          60 source3/lib/util_pw.c 	for_cache = tcopy_passwd(talloc_autofree_context(), pw);
for_cache          61 source3/lib/util_pw.c 	if (for_cache == NULL) {
for_cache          66 source3/lib/util_pw.c 			    data_blob_string_const_null(name), &for_cache);
for_cache         216 source3/passdb/pdb_interface.c 	struct samu *for_cache;
for_cache         223 source3/passdb/pdb_interface.c 	for_cache = samu_new(NULL);
for_cache         224 source3/passdb/pdb_interface.c 	if (for_cache == NULL) {
for_cache         228 source3/passdb/pdb_interface.c 	if (!pdb_copy_sam_account(for_cache, sam_acct)) {
for_cache         229 source3/passdb/pdb_interface.c 		TALLOC_FREE(for_cache);
for_cache         233 source3/passdb/pdb_interface.c 	user_sid = pdb_get_user_sid(for_cache);
for_cache         237 source3/passdb/pdb_interface.c 			    &for_cache);