Searched refs:ul_oct (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/bin/pax/
H A Dtar.c57 static int ul_oct(u_long, char *, int, int);
138 * ul_oct()
149 ul_oct(u_long val, char *str, int len, int term) function
498 * are too long. Be careful of the term (last arg) to ul_oct, each field
584 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), 1))
593 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), 1))
602 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), 1))
611 if (ul_oct((u_long)arcn->sb.st_size, hd->size,
626 if (ul_oct((u_long)arcn->sb.st_mode, hd->mode, sizeof(hd->mode), 0) ||
627 ul_oct((u_lon
[all...]

Completed in 102 milliseconds