Home | History | Annotate | Line # | Download | only in quota
      1 /*	$NetBSD: printquota.h,v 1.5 2011/03/24 17:05:46 bouyer 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 int alldigits(const char *);
      9