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

/freebsd-10-stable/bin/pax/
H A Dcpio.c413 if (ul_asc((u_long)arcn->sb.st_size, hd->c_filesize,
428 if (ul_asc((u_long)arcn->ln_nlen, hd->c_filesize,
436 if (ul_asc((u_long)0, hd->c_filesize, sizeof(hd->c_filesize),
445 if (ul_asc((u_long)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
446 ul_asc((u_long)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
448 ul_asc((u_long)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino),
450 ul_asc((u_long)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode),
452 ul_asc((u_long)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
454 ul_asc((u_long)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid),
456 ul_asc((u_lon
[all...]
H A Dextern.h169 int ul_asc(u_long, char *, int, int);
H A Dgen_subs.c251 * ul_asc()
258 ul_asc(u_long val, char *str, int len, int base) function

Completed in 101 milliseconds