Searched refs:next_arg (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | parallel.c | 62 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) 66 pos2 = next_arg(optarg, '=');
|
H A D | printer.c | 69 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) 82 pos2 = next_arg(optarg, '=');
|
H A D | rdesktop.c | 872 while ((p = next_arg(optarg, ','))) 881 next_arg(optarg, ':'); 1536 while( (pos = next_arg( optarg, ',')) ){ 1543 next_arg(char *src, char needle) function
|
H A D | disk.c | 330 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) 332 pos2 = next_arg(optarg, '=');
|
H A D | serial.c | 535 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES) 544 pos2 = next_arg(optarg, '=');
|
H A D | proto.h | 147 char *next_arg(char *src, char needle);
|
H A D | scard.c | 199 while ((optarg = next_arg(name, ',')) && *id < RDPDR_MAX_DEVICES) 203 alias = next_arg(name, '='); 204 vendor = next_arg(alias, ';');
|
Completed in 802 milliseconds