Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libwrap/
H A Doptions.c79 static char *chop_string(); /* strip leading and trailing blanks */
157 curr_opt = chop_string(curr_opt);
194 value = chop_string(percent_x(bf, sizeof(bf), value, request));
444 if (setenv(chop_string(value), chop_string(var_value), 1))
616 static char *chop_string(string) in chop_string() function