Searched refs:mode_end (Results 1 – 1 of 1) sorted by relevance
105 char *mode_end; in apply_mode() local106 size = strtoumax (mode, &mode_end, 10); in apply_mode()107 if (size == 0 || *mode_end) in apply_mode()