Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/coreutils/
Dhead.c77 unsigned char *circle = xmalloc(++count); in print_except_N_last_bytes() local
84 circle[head++] = c; in print_except_N_last_bytes()
92 putchar(circle[head]); in print_except_N_last_bytes()
96 circle[head] = c; in print_except_N_last_bytes()
100 free(circle); in print_except_N_last_bytes()
106 char **circle = xzalloc((++count) * sizeof(circle[0])); in print_except_N_last_lines() local
113 circle[head++] = c; in print_except_N_last_lines()
121 fputs_stdout(circle[head]); in print_except_N_last_lines()
125 free(circle[head]); in print_except_N_last_lines()
126 circle[head++] = c; in print_except_N_last_lines()
[all …]