Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfileutil.c43 static char *trim_trailing_whitespace(char *line);
178 returned_stringp = trim_trailing_whitespace(current_string); in fileutil_get_cmd_from_string()
266 trim_trailing_whitespace(char *input_string) in trim_trailing_whitespace() function