Searched refs:next_arg (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dparallel.c62 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES)
66 pos2 = next_arg(optarg, '=');
H A Dprinter.c69 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES)
82 pos2 = next_arg(optarg, '=');
H A Drdesktop.c872 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 Ddisk.c330 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES)
332 pos2 = next_arg(optarg, '=');
H A Dserial.c535 while ((pos = next_arg(optarg, ',')) && *id < RDPDR_MAX_DEVICES)
544 pos2 = next_arg(optarg, '=');
H A Dproto.h147 char *next_arg(char *src, char needle);
H A Dscard.c199 while ((optarg = next_arg(name, ',')) && *id < RDPDR_MAX_DEVICES)
203 alias = next_arg(name, '=');
204 vendor = next_arg(alias, ';');

Completed in 410 milliseconds