Home | History | Annotate | Download | only in server

Lines Matching full:optarg

58 			log_mask = atoi(optarg);
62 device_config_dir = optarg;
66 dsp_config = optarg;
70 while ((optarg != NULL) && (*optarg != 0)) {
71 if (strncmp(optarg, "hfp", 3) == 0) {
74 if (strncmp(optarg, "hsp", 3) == 0) {
77 if (strncmp(optarg, "a2dp", 4) == 0) {
80 optarg = strchr(optarg, ',');
81 if (optarg != NULL) {
82 optarg++;
87 if (*optarg != 0)
88 internal_ucm_suffix = optarg;