Home | History | Annotate | Line # | Download | only in quota
printquota.h revision 1.4
      1 /*	$NetBSD: printquota.h,v 1.4 2011/03/06 22:36:07 christos Exp $ */
      2 
      3 const char *intprt(char *, size_t, uint64_t, int, int);
      4 const char *timeprt(char *, size_t, time_t, time_t);
      5 const char *timepprt(char *, size_t, time_t, int);
      6 int timeprd(const char *, time_t *);
      7 int intrd(char *str, uint64_t *val, u_int);
      8