Home | History | Annotate | Download | only in cups

Lines Matching refs:strtol

1952     return ((int)strtol(enumstring, NULL, 0));
2160 return ((ipp_op_t)strtol(name + 2, NULL, 16));