Home
last modified time | relevance | path

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

/netbsd/src/bin/pax/
Dpax.h277 #define OFFT_OCT(w,x,y,z) umax_oct((uintmax_t)w,x,y,z)
Dtar.c78 static int umax_oct(uintmax_t, char *, int, int);
283 umax_oct(uintmax_t val, char *str, int len, int term) in umax_oct() function