Searched refs:ul_oct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/bin/pax/ |
| HD | tar.c | 51 static int ul_oct(u_long, char *, int, int); 141 ul_oct(u_long val, char *str, int len, int term) in ul_oct() function 563 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), 1)) in tar_wr() 572 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), 1)) in tar_wr() 581 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), 1)) in tar_wr() 600 if (ul_oct((u_long)arcn->sb.st_mode, hd->mode, sizeof(hd->mode), 0) || in tar_wr() 601 ul_oct((u_long)arcn->sb.st_uid, hd->uid, sizeof(hd->uid), 0) || in tar_wr() 602 ul_oct((u_long)arcn->sb.st_gid, hd->gid, sizeof(hd->gid), 0) || in tar_wr() 603 ul_oct((u_long)arcn->sb.st_mtime, hd->mtime, sizeof(hd->mtime), 1)) in tar_wr() 611 if (ul_oct(tar_chksm((char *)&hdblk, sizeof(HD_TAR)), hd->chksum, in tar_wr() [all …]
|