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

Function _cups_isspace

cups/string-private.h:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103_CUPS_INLINE int /* O - 1 on match, 0 otherwise */
104_cups_isspace(int ch) /* I - Character to test */
105{
106 return (ch == ' ' || ch == '\f' || ch == '\n' || ch == '\r' || ch == '\t' ||
107 ch == '\v');
108}
109
110_CUPS_INLINE int /* O - 1 on match, 0 otherwise */
111_cups_isupper(int ch) /* I - Character to test */

Callers 15

add_printer_filterFunction · 0.85
parse_aaaFunction · 0.85
parse_fatal_errorsFunction · 0.85
parse_groupsFunction · 0.85
parse_protocolsFunction · 0.85
read_cupsd_confFunction · 0.85
read_cups_files_confFunction · 0.85
add_ppd_filterFunction · 0.85
add_printer_filterFunction · 0.85
load_ppdFunction · 0.85
backendGetDeviceIDFunction · 0.85
make_device_uriFunction · 0.85

Calls

no outgoing calls

Tested by 2

add_ppd_filterFunction · 0.68
check_filtersFunction · 0.68