Home
last modified time | relevance | path

Searched refs:u32_asc (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/bin/pax/
Dcpio.c418 if (u32_asc((uintmax_t)arcn->ln_nlen, hd->c_filesize, in cpio_wr()
426 if (u32_asc((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize), in cpio_wr()
435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || in cpio_wr()
436 u32_asc((uintmax_t)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev), in cpio_wr()
438 u32_asc((uintmax_t)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino), in cpio_wr()
440 u32_asc((uintmax_t)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode), in cpio_wr()
442 u32_asc((uintmax_t)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid), in cpio_wr()
444 u32_asc((uintmax_t)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid), in cpio_wr()
446 u32_asc((uintmax_t)arcn->sb.st_nlink, hd->c_nlink, sizeof(hd->c_nlink), in cpio_wr()
448 u32_asc((uintmax_t)arcn->sb.st_rdev, hd->c_rdev, sizeof(hd->c_rdev), in cpio_wr()
[all …]
Dextern.h186 int u32_asc(uintmax_t, char *, int, int);
Dgen_subs.c258 u32_asc(uintmax_t val, char *str, int len, int base) in u32_asc() function