Searched refs:TOTALTOK (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dlpq_parse.c114 #define TOTALTOK (count - 2) macro
122 #define TOTALTOK (count - 2)
157 if (!isdigit((int)*tok[JOBTOK]) || !isdigit((int)*tok[TOTALTOK])) {
162 buf->size = atoi(tok[TOTALTOK]);
168 if ((FILETOK + 1) != TOTALTOK) {
171 for (i = (FILETOK + 1); i < TOTALTOK; i++) {

Completed in 705 milliseconds