HomeSort by: relevance | last modified time | path
    Searched defs:chop_string (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
options.c 76 static char *chop_string /* strip leading and trailing blanks */
172 curr_opt = chop_string(curr_opt);
209 value = chop_string(percent_x(bf, sizeof(bf), value, request));
441 if (setenv(chop_string(value), chop_string(var_value), 1))
617 /* chop_string - strip leading and trailing blanks from string */
620 chop_string(register char *string) function in typeref:typename:char *
options.c 76 static char *chop_string /* strip leading and trailing blanks */
172 curr_opt = chop_string(curr_opt);
209 value = chop_string(percent_x(bf, sizeof(bf), value, request));
441 if (setenv(chop_string(value), chop_string(var_value), 1))
617 /* chop_string - strip leading and trailing blanks from string */
620 chop_string(register char *string) function in typeref:typename:char *

Completed in 21 milliseconds