OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 28 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025