Searched defs:str_startswith (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c836 if (str_startswith(optarg, "m")) /* modem */
842 else if (str_startswith(optarg, "b")) /* broadband */
847 else if (str_startswith(optarg, "l")) /* lan */
865 if (str_startswith(optarg, "sound"))
874 if (str_startswith(optarg, "remote"))
877 if (str_startswith(optarg, "local"))
889 if (str_startswith(optarg, "off"))
908 else if (str_startswith(optarg, "usb"))
916 else if (str_startswith(optarg, "disk"))
921 else if (str_startswith(optar
1604 str_startswith(const char *s, const char *prefix) function
[all...]

Completed in 46 milliseconds