Searched refs:commptr (Results 1 – 2 of 2) sorted by relevance
/external/libcups/scheduler/ |
D | client.c | 3205 char *commptr, /* Command string pointer */ in pipe_command() local 3265 if ((commptr = strchr(argbuf, '?')) == NULL) in pipe_command() 3266 commptr = argbuf + strlen(argbuf); in pipe_command() 3268 commch = *commptr; in pipe_command() 3269 *commptr = '\0'; in pipe_command() 3271 *commptr = commch; in pipe_command() 3275 commptr = argbuf; in pipe_command() 3278 if (*commptr == ' ') in pipe_command() 3279 commptr ++; in pipe_command() 3282 if (*commptr == '?' && con->operation == HTTP_STATE_GET && !con->query_string) in pipe_command() [all …]
|
/external/libcups/ppdc/ |
D | ppdc-source.cxx | 1700 *commptr; // Pointer into command in get_resolution() local 1763 commptr = command + strlen(command); in get_resolution() 1767 snprintf(commptr, sizeof(command) - (size_t)(commptr - command), in get_resolution() 1769 commptr += strlen(commptr); in get_resolution() 1774 snprintf(commptr, sizeof(command) - (size_t)(commptr - command), in get_resolution() 1776 commptr += strlen(commptr); in get_resolution() 1781 snprintf(commptr, sizeof(command) - (size_t)(commptr - command), in get_resolution() 1783 commptr += strlen(commptr); in get_resolution() 1786 snprintf(commptr, sizeof(command) - (size_t)(commptr - command), ">>setpagedevice"); in get_resolution()
|