MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cups_boolean_value

Function cups_boolean_value

cups/usersys.c:1173–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171 */
1172
1173static int /* O - Boolean value */
1174cups_boolean_value(const char *value) /* I - String value */
1175{
1176 return (!_cups_strcasecmp(value, "yes") || !_cups_strcasecmp(value, "on") || !_cups_strcasecmp(value, "true"));
1177}
1178
1179
1180/*

Callers 2

cups_read_client_confFunction · 0.85

Calls 1

_cups_strcasecmpFunction · 0.85

Tested by

no test coverage detected