Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcp_wrappers/
H A Doptions.c69 static char *chop_string(); /* strip leading and trailing blanks */
147 curr_opt = chop_string(curr_opt);
184 value = chop_string(percent_x(bf, sizeof(bf), value, request));
433 if (setenv(chop_string(value), chop_string(var_value), 1))
512 static char *chop_string(string) in chop_string() function