Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
H A Dcpio.c50 static char *strpad(int fd, unsigned len, unsigned align) in strpad() function
117 tofree = name = strpad(afd, x8u(toybuf+94), 110); in cpio_main()
146 data = strpad(afd, size, 0); in cpio_main()
164 if (size < sizeof(toybuf)) data = strpad(afd, size, 0); in cpio_main()

Completed in 1 milliseconds