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

/macosx-10.10/cups-408/cups/scheduler/
H A Dclasses.c273 *valueptr; /* Pointer into value */ local
382 for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++);
384 if (!*valueptr)
389 for (; *valueptr && isspace(*valueptr & 255); *valueptr++ = '\0');
391 p->num_options = cupsAddOption(value, valueptr,
[all...]
H A Dsubscriptions.c710 *valueptr; /* Pointer into value */ local
806 for (valueptr = value; !isspace(*valueptr) && *valueptr; valueptr ++);
808 while (isspace(*valueptr & 255))
809 *valueptr++ = '\0';
823 value = valueptr;
914 for (i = 0, valueptr = value, hex = 0; i < 63 && *valueptr;
[all...]
H A Dprinters.c833 *valueptr; /* Pointer into value */ local
908 if ((valueptr = strchr(line + strlen(ServerBin), ':')) != NULL)
909 *valueptr = '\0'; /* Chop everything but URI scheme */
978 for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++);
980 if (!*valueptr)
985 for (; *valueptr && isspace(*valueptr
[all...]
H A Dconf.c2859 *valueptr; /* Pointer into value */ local
3286 for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++);
3288 if (*valueptr)
3294 while (isspace(*valueptr & 255))
3295 *valueptr++ = '\0';
3297 cupsdSetEnv(value, valueptr);
/macosx-10.10/cups-408/cups/cups/
H A Dppd-cache.c69 *valueptr, /* Pointer into value */ local
486 print_color_mode = (_pwg_print_color_mode_t)strtol(value, &valueptr, 10);
487 print_quality = (_pwg_print_quality_t)strtol(valueptr, &valueptr, 10);
493 valueptr == value || !*valueptr)
502 cupsParseOptions(valueptr, 0,
524 finishings->value = (ipp_finishings_t)strtol(value, &valueptr, 10);
525 finishings->num_options = cupsParseOptions(valueptr, 0,

Completed in 174 milliseconds