HomeSort by: relevance | last modified time | path
    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