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

/freebsd-10.0-release/bin/pax/
H A Dcpio.c415 if (ul_asc((u_long)arcn->sb.st_size, hd->c_filesize,
430 if (ul_asc((u_long)arcn->ln_nlen, hd->c_filesize,
438 if (ul_asc((u_long)0, hd->c_filesize, sizeof(hd->c_filesize),
447 if (ul_asc((u_long)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
448 ul_asc((u_long)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
450 ul_asc((u_long)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino),
452 ul_asc((u_long)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode),
454 ul_asc((u_long)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
456 ul_asc((u_long)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid),
458 ul_asc((u_lon
[all...]
H A Dextern.h169 int ul_asc(u_long, char *, int, int);
H A Dgen_subs.c253 * ul_asc()
260 ul_asc(u_long val, char *str, int len, int base) function

Completed in 100 milliseconds