Searched refs:N_ALIGN (Results 1 – 1 of 1) sorted by relevance
71 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) macro77 char name[N_ALIGN(PATH_MAX)];291 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()300 remains = N_ALIGN(name_len) + body_len; in do_header()306 read_into(name_buf, N_ALIGN(name_len), GotName); in do_header()442 collected[N_ALIGN(name_len) + body_len] = '\0'; in do_symlink()444 init_symlink(collected + N_ALIGN(name_len), collected); in do_symlink()516 char symlink[PATH_MAX + N_ALIGN(PATH_MAX) + 1]; in unpack_to_rootfs()517 char name[N_ALIGN(PATH_MAX)]; in unpack_to_rootfs()