Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c77 static char *chop_string(); /* strip leading and trailing blanks */
155 curr_opt = chop_string(curr_opt);
192 value = chop_string(percent_x(bf, sizeof(bf), value, request));
442 if (setenv(chop_string(value), chop_string(var_value), 1))
614 static char *chop_string(string) in chop_string() function