Home
last modified time | relevance | path

Searched refs:__setupfiles (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.h47 extern int __setupfiles(const struct passwd *pwd, const m_label_t *, int flags);
H A Dupdatehome.c183 if (__setupfiles(pwd, min_sl, flags) != 0) { in main()
H A Dsetupfiles.c89 __setupfiles(const struct passwd *pwd, const m_label_t *min_sl, int flags) in __setupfiles() function