Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcp_wrappers/
H A Doptions.c75 static char *chop_string(char *string); /* strip leading and trailing blanks */
153 curr_opt = chop_string(curr_opt);
190 value = chop_string(percent_x(bf, sizeof(bf), value, request));
439 if (setenv(chop_string(value), chop_string(var_value), 1))
523 static char *chop_string(string) in chop_string() function