Searched refs:x8u (Results 1 – 1 of 1) sorted by relevance
59 unsigned x8u(char *hex) in x8u() function109 tofree = name = strpad(afd, x8u(toybuf+94), 110); in cpio_main()119 size = x8u(toybuf+54); in cpio_main()120 mode = x8u(toybuf+14); in cpio_main()121 uid = x8u(toybuf+30); in cpio_main()122 gid = x8u(toybuf+38); in cpio_main()123 timestamp = x8u(toybuf+46); // unsigned 32 bit, so year 2100 problem in cpio_main()174 err = mknod(name, mode, makedev(x8u(toybuf+62), x8u(toybuf+70))); in cpio_main()