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

Function replace_problematic_chars

src/df.c:353–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353static void
354replace_problematic_chars (char *cell)
355{
356 static int tty_out = -1;
357 if (tty_out < 0)
358 tty_out = isatty (STDOUT_FILENO);
359
360 (tty_out ? replace_invalid_chars : replace_control_chars) (cell) ;
361}
362
363
364/* Dynamically allocate a row of pointers in TABLE, which

Callers 2

get_headerFunction · 0.85
get_devFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected