Searched refs:funky_hex (Results 1 - 2 of 2) sorted by relevance
/third_party/cups-filters/backend/ |
H A D | serial.c | 816 static char *funky_hex = "0123456789abcdefghijklmnopqrstuvwxyz"; in list_devices() local 950 sprintf(device, "/dev/sts/ttyN%d%c", j, funky_hex[n]); in list_devices() 953 funky_hex[n]); in list_devices() 978 sprintf(device, "/dev/ttyd%c", funky_hex[i]); in list_devices() 996 sprintf(device, "/dev/ttyc%d%c", i, funky_hex[j]); in list_devices() 1004 sprintf(device, "/dev/ttyC%d%c", i, funky_hex[j]); in list_devices() 1020 sprintf(device, "/dev/ttyD%d%c", i, funky_hex[j]); in list_devices() 1035 sprintf(device, "/dev/ttyE%c", funky_hex[i]); in list_devices()
|
H A D | parallel.c | 382 static char *funky_hex = "0123456789abcdefghijklmnopqrstuvwxyz"; in list_devices() local 493 sprintf(device, "/dev/sts/lpN%d%c", j, funky_hex[n]); in list_devices() 496 funky_hex[n]); in list_devices()
|
Completed in 3 milliseconds