Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Dcpio.c442 if (ul_asc((u_long)arcn->ln_nlen, hd->c_filesize, in cpio_wr()
450 if (ul_asc((u_long)0, hd->c_filesize, sizeof(hd->c_filesize), in cpio_wr()
465 if (ul_asc((u_long)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || in cpio_wr()
466 ul_asc(t_dev, hd->c_dev, sizeof(hd->c_dev), in cpio_wr()
468 ul_asc((u_long)t_ino, hd->c_ino, sizeof(hd->c_ino), in cpio_wr()
470 ul_asc((u_long)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode), in cpio_wr()
472 ul_asc(t_uid, hd->c_uid, sizeof(hd->c_uid), in cpio_wr()
474 ul_asc(t_gid, hd->c_gid, sizeof(hd->c_gid), in cpio_wr()
476 ul_asc((u_long)arcn->sb.st_nlink, hd->c_nlink, sizeof(hd->c_nlink), in cpio_wr()
478 ul_asc((u_long)arcn->sb.st_rdev, hd->c_rdev, sizeof(hd->c_rdev), in cpio_wr()
[all …]
Dextern.h195 int ul_asc(u_long, char *, int, int);
Dgen_subs.c266 ul_asc(u_long val, char *str, int len, int base) in ul_asc() function