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

Function dired_outstring

src/ls.c:1023–1027  ·  view source on GitHub ↗

Output the string S, and increment DIRED_POS by its length. */

Source from the content-addressed store, hash-verified

1021
1022/* Output the string S, and increment DIRED_POS by its length. */
1023static void
1024dired_outstring (char const *s)
1025{
1026 dired_outbuf (s, strlen (s));
1027}
1028
1029static void
1030dired_indent (void)

Callers 4

dired_indentFunction · 0.85
print_dirFunction · 0.85
format_user_or_groupFunction · 0.85
print_long_formatFunction · 0.85

Calls 1

dired_outbufFunction · 0.85

Tested by

no test coverage detected