Lines Matching defs:allopt
1247 static char *find_next_optstr(const char *allopt, const char **next)
1254 if (allopt == NULL)
1257 for (begin = allopt; *begin != '\0'; begin++) {
1275 static bool get_trace_opt(const char *allopt, const char *opt, bool *found)
1280 const char *next = allopt;
1325 char *allopt;
1329 allopt = tracefs_instance_file_read(NULL, TR_OPTIONS, &psize);
1330 if (!allopt)
1334 state->opt[i] = get_trace_opt(allopt, optstr[i],
1337 free(allopt);