Home | History | Annotate | Download | only in cups

Lines Matching defs:ptr

35 		*ptr,			/* Pointer into buffer */
102 for (ptr = line; isspace(*ptr & 255); ptr ++);
103 for (optr = ptr; *ptr && *ptr != '='; ptr ++);
104 if (!*ptr)
106 for (*ptr++ = '\0', cptr = ptr; *ptr && !isspace(*ptr & 255); ptr ++);
107 if (!*ptr)
109 *ptr++ = '\0';
113 num_options = cupsParseOptions(ptr, 0, &options);