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

/sssd/src/util/
H A Dutil.c983 struct tmpfile_watch { struct
1011 struct tmpfile_watch *tw = talloc_get_type(memptr, struct tmpfile_watch);
1023 static struct tmpfile_watch *tmpfile_watch_set(TALLOC_CTX *owner,
1026 struct tmpfile_watch *tw = NULL;
1028 tw = talloc_zero(owner, struct tmpfile_watch);
1053 struct tmpfile_watch *tw = NULL;

Completed in 2872 milliseconds