Searched refs:N_ALIGN (Results 1 – 1 of 1) sorted by relevance
73 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) macro79 char name[N_ALIGN(PATH_MAX)];293 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()302 remains = N_ALIGN(name_len) + body_len; in do_header()308 read_into(name_buf, N_ALIGN(name_len), GotName); in do_header()444 collected[N_ALIGN(name_len) + body_len] = '\0'; in do_symlink()446 init_symlink(collected + N_ALIGN(name_len), collected); in do_symlink()518 char symlink[PATH_MAX + N_ALIGN(PATH_MAX) + 1]; in unpack_to_rootfs()519 char name[N_ALIGN(PATH_MAX)]; in unpack_to_rootfs()