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