OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcf_valid_bool_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postconf/
postconf_master.c
200
static const char
pcf_valid_bool_types
[] = "yn-";
variable
334
if (cp[1] != 0 || strchr(
pcf_valid_bool_types
, *cp) == 0)
postconf_master.c
200
static const char
pcf_valid_bool_types
[] = "yn-";
variable
334
if (cp[1] != 0 || strchr(
pcf_valid_bool_types
, *cp) == 0)
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026