Lines Matching defs:fptr
55 (void) fprintf(fptr, "\n"); \
111 FILE *defptr; /* default file - fptr */
225 dispusrdef(FILE *fptr, unsigned flags, char *usertype)
233 outcount += fprintf(fptr, "group=%s,%ld ",
239 outcount += fprintf(fptr, "project=%s,%ld ",
245 outcount += fprintf(fptr, "basedir=%s ", deflts->defparent);
250 outcount += fprintf(fptr, "rid=%ld ", deflts->defrid);
255 outcount += fprintf(fptr, "skel=%s ", deflts->defskel);
260 outcount += fprintf(fptr, "shell=%s ", deflts->defshell);
265 outcount += fprintf(fptr, "inactive=%d ", deflts->definact);
270 outcount += fprintf(fptr, "expire=%s ", deflts->defexpire);
275 outcount += fprintf(fptr, "auths=%s ", deflts->defauth);
280 outcount += fprintf(fptr, "profiles=%s ", deflts->defprof);
286 outcount += fprintf(fptr, "roles=%s ", deflts->defrole);
291 outcount += fprintf(fptr, "limitpriv=%s ",
297 outcount += fprintf(fptr, "defaultpriv=%s ",
303 outcount += fprintf(fptr, "lock_after_retries=%s ",
308 (void) fprintf(fptr, "\n");