Home
last modified time | relevance | path

Searched refs:umax_oct (Results 1 – 2 of 2) sorted by relevance

/minix3/bin/pax/
H A Dpax.h279 #define OFFT_OCT(w,x,y,z) umax_oct((uintmax_t)w,x,y,z)
H A Dtar.c76 static int umax_oct(uintmax_t, char *, int, int);
281 umax_oct(uintmax_t val, char *str, int len, int term) in umax_oct() function