Searched refs:deflts (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | userdefs.c | 227 struct userdefs *deflts = getusrdef(usertype); in dispusrdef() local 234 deflts->defgname, deflts->defgroup); in dispusrdef() 240 deflts->defprojname, deflts->defproj); in dispusrdef() 245 outcount += fprintf(fptr, "basedir=%s ", deflts->defparent); in dispusrdef() 250 outcount += fprintf(fptr, "rid=%ld ", deflts->defrid); in dispusrdef() 255 outcount += fprintf(fptr, "skel=%s ", deflts->defskel); in dispusrdef() 260 outcount += fprintf(fptr, "shell=%s ", deflts->defshell); in dispusrdef() 265 outcount += fprintf(fptr, "inactive=%d ", deflts->definact); in dispusrdef() 270 outcount += fprintf(fptr, "expire=%s ", deflts->defexpire); in dispusrdef() 275 outcount += fprintf(fptr, "auths=%s ", deflts->defauth); in dispusrdef() [all …]
|