MCPcopy Create free account
hub / github.com/coreutils/coreutils / dired_outbyte

Function dired_outbyte

src/ls.c:1007–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005static off_t dired_pos;
1006
1007static void
1008dired_outbyte (char c)
1009{
1010 dired_pos++;
1011 putchar (c);
1012}
1013
1014/* Output the buffer S, of length S_LEN, and increment DIRED_POS by S_LEN. */
1015static void

Callers 6

mainFunction · 0.85
print_dirFunction · 0.85
print_current_filesFunction · 0.85
format_user_or_groupFunction · 0.85
quote_nameFunction · 0.85
print_type_indicatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected