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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclasses.c284 *valueptr; /* Pointer into value */ local
393 for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++);
395 if (!*valueptr)
400 for (; *valueptr && isspace(*valueptr & 255); *valueptr++ = '\0');
402 p->num_options = cupsAddOption(value, valueptr,
[all...]
H A Dsubscriptions.c731 *valueptr; /* Pointer into value */ local
827 for (valueptr = value; !isspace(*valueptr) && *valueptr; valueptr ++);
829 while (isspace(*valueptr & 255))
830 *valueptr++ = '\0';
844 value = valueptr;
935 for (i = 0, valueptr = value, hex = 0; i < 63 && *valueptr;
[all...]
H A Dprinters.c829 *valueptr; /* Pointer into value */ local
904 if ((valueptr = strchr(line + strlen(ServerBin), ':')) != NULL)
905 *valueptr = '\0'; /* Chop everything but URI scheme */
974 for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++);
976 if (!*valueptr)
981 for (; *valueptr && isspace(*valueptr
[all...]
H A Dconf.c2848 *valueptr; /* Pointer into value */ local
3273 for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++);
3275 if (*valueptr)
3281 while (isspace(*valueptr & 255))
3282 *valueptr++ = '\0';
3284 cupsdSetEnv(value, valueptr);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-cache.c101 *valueptr, /* Pointer into value */ local
518 print_color_mode = (_pwg_print_color_mode_t)strtol(value, &valueptr, 10);
519 print_quality = (_pwg_print_quality_t)strtol(valueptr, &valueptr, 10);
525 valueptr == value || !*valueptr)
534 cupsParseOptions(valueptr, 0,
556 finishings->value = strtol(value, &valueptr, 10);
557 finishings->num_options = cupsParseOptions(valueptr, 0,

Completed in 137 milliseconds