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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmbsalign.c107 mbs_align_pad (char *dest, const char* dest_end, size_t n_spaces) argument
111 while (n_spaces-- && (dest < dest_end))
141 size_t n_spaces = 0; local
189 n_spaces = *width - n_cols;
195 ret = n_used_bytes + (n_spaces * 1);
201 size_t start_spaces = n_spaces / 2 + n_spaces % 2;
202 size_t end_spaces = n_spaces / 2;
207 start_spaces = n_spaces / 2 + n_spaces
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-valprint.c107 wrap_here (n_spaces (2));
160 wrap_here (n_spaces (2));
346 wrap_here (n_spaces (2 + 2 * recurse));
H A Dada-valprint.c185 wrap_here (n_spaces (2 + 2 * recurse));
230 wrap_here (n_spaces (2 + 2 * recurse));
1037 wrap_here (n_spaces (2 + 2 * recurse));
H A Dutils.c1179 fputs_unfiltered (n_spaces (n), file);
2322 n_spaces (int n)
2346 fputs_filtered (n_spaces (n), stream);
2312 n_spaces (int n) function
H A Dcp-valprint.c309 wrap_here (n_spaces (2 + 2 * recurse));
H A Ddefs.h499 extern char *n_spaces (int);
H A Dvalprint.c796 wrap_here (n_spaces (2 + 2 * recurse));
H A Dp-valprint.c801 wrap_here (n_spaces (2 + 2 * recurse));

Completed in 79 milliseconds