Home | History | Annotate | Download | only in tools

Lines Matching refs:arg

188       char *arg = argv[i];
190 if (!strcmp (arg, "--system"))
192 else if (!strcmp (arg, "--session"))
194 else if (!strcmp (arg, "--help"))
196 else if (!strcmp (arg, "--monitor"))
198 else if (!strcmp (arg, "--profile"))
200 else if (!strcmp (arg, "--"))
202 else if (arg[0] == '-')
207 filters[j] = (char *)malloc((strlen(arg) + 1) * sizeof(char *));
208 snprintf(filters[j], strlen(arg) + 1, "%s", arg);