Home | History | Annotate | Download | only in adb

Lines Matching full:optarg

699                 if (!(strlen(optarg) == 1 || strcmp(optarg, "none") == 0)) {
702 escape_char = (strcmp(optarg, "none") == 0) ? 0 : optarg[0];