Searched refs:tray_ptr (Results 1 – 2 of 2) sorted by relevance
3931 const char *tray_ptr; /* printer-output-tray value */ in _ppdCreateFromIPP() local3958 if ((tray_ptr = ippGetOctetString(trays, i, &tray_len)) != NULL) in _ppdCreateFromIPP()3963 memcpy(tray, tray_ptr, (size_t)tray_len); in _ppdCreateFromIPP()
7316 *tray_ptr; /* Pointer into value */ in show_media() local7555 if ((tray_ptr = strstr(tray_str, "level=")) != NULL) in show_media()7556 ready_sheets = atoi(tray_ptr + 6); in show_media()