Searched refs:x8u (Results 1 – 1 of 1) sorted by relevance
63 static unsigned x8u(char *hex) in x8u() function117 tofree = name = strpad(afd, x8u(toybuf+94), 110); in cpio_main()127 size = x8u(toybuf+54); in cpio_main()128 mode = x8u(toybuf+14); in cpio_main()129 uid = x8u(toybuf+22); in cpio_main()130 gid = x8u(toybuf+30); in cpio_main()131 timestamp = x8u(toybuf+46); // unsigned 32 bit, so year 2100 problem in cpio_main()183 err = mknod(name, mode, dev_makedev(x8u(toybuf+78), x8u(toybuf+86))); in cpio_main()