Home
last modified time | relevance | path

Searched refs:custom_int (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dppd.h243 int custom_int; /* Integer value */ member
255 int custom_int; /* Integer value */ member
Dppd-mark.c885 cparam->current.custom_int = atoi(choice + 7); in ppd_mark_option()
965 cparam->current.custom_int = atoi(val->value); in ppd_mark_option()
Dppd-emit.c827 snprintf(bufptr, (size_t)(bufend - bufptr), "%d", cparam->current.custom_int); in ppdEmitString()
1032 snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%d\n", cparam->current.custom_int); in ppdEmitString()
Dtestppd.c1262 cparam->minimum.custom_int, in main()
1263 cparam->maximum.custom_int); in main()
Dppd.c1026 cparam->minimum.custom_int = atoi(cminimum); in _ppdOpen()
1027 cparam->maximum.custom_int = atoi(cmaximum); in _ppdOpen()
/external/libcups/cgi-bin/
Dadmin.c2983 cparam->current.custom_int); in do_set_options()
3551 integer < cparam->minimum.custom_int || in get_option_value()
3552 integer > cparam->maximum.custom_int) in get_option_value()
3632 integer < cparam->minimum.custom_int || in get_option_value()
3633 integer > cparam->maximum.custom_int) in get_option_value()