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

  /src/lib/libwrap/
options.c 437 char *var_value; local in function:setenv_option
439 if (*(var_value = value + strcspn(value, whitespace)))
440 *var_value++ = 0;
441 if (setenv(chop_string(value), chop_string(var_value), 1))
options.c 437 char *var_value; local in function:setenv_option
439 if (*(var_value = value + strcspn(value, whitespace)))
440 *var_value++ = 0;
441 if (setenv(chop_string(value), chop_string(var_value), 1))

Completed in 54 milliseconds