Home
last modified time | relevance | path

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

/coreutils/src/
Dlibstdbuf.c105 char *mode_end; in apply_mode() local
106 size = strtoumax (mode, &mode_end, 10); in apply_mode()
107 if (size == 0 || *mode_end) in apply_mode()