Home | History | Annotate | Download | only in cups

Lines Matching defs:lineptr

3792 		*lineptr,		/* Pointer into line */
3816 while (cupsFileGetConf(fp, line, sizeof(line), &lineptr, &linenum))
3822 DEBUG_printf(("9cups_get_dests: linenum=%d line=\"%s\" lineptr=\"%s\"",
3823 linenum, line, lineptr));
3825 if ((_cups_strcasecmp(line, "dest") && _cups_strcasecmp(line, "default")) || !lineptr)
3831 name = lineptr;
3837 while (!isspace(*lineptr & 255) && *lineptr && *lineptr != '/')
3838 lineptr ++;
3840 if (*lineptr == '/')
3846 *lineptr++ = '\0';
3847 instance = lineptr;
3853 while (!isspace(*lineptr & 255) && *lineptr)
3854 lineptr ++;
3859 if (*lineptr)
3860 *lineptr++ = '\0';
3908 dest->num_options = cupsParseOptions(lineptr, dest->num_options,