Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd.h251 int custom_int; /* Integer value */ member
263 int custom_int; /* Integer value */ member
Dppd-emit.c816 snprintf(bufptr, (size_t)(bufend - bufptr), "%d", cparam->current.custom_int); in ppdEmitString()
1018 snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%d\n", cparam->current.custom_int); in ppdEmitString()
Dppd-mark.c886 cparam->current.custom_int = atoi(choice + 7); in ppd_mark_option()
963 cparam->current.custom_int = atoi(val->value); in ppd_mark_option()
Dtestppd.c1067 cparam->minimum.custom_int, in main()
1068 cparam->maximum.custom_int); in main()
Dppd.c1047 cparam->minimum.custom_int = atoi(cminimum); in _ppdOpen()
1048 cparam->maximum.custom_int = atoi(cmaximum); in _ppdOpen()