Lines Matching defs:suffix
425 * @suffix: The suffix string ot append after the option name
429 * returned by tep_load_plugins(). Use @prefix and @suffix for formating:
430 * @prefix = " ", @suffix = "\n".
433 const char *prefix, const char *suffix,
437 trace_seq_printf(s, "%s%s%s", prefix, list->name, suffix);
509 load_plugins_dir(struct tep_handle *tep, const char *suffix,
540 /* Only load plugins that end in suffix */
541 if (strcmp(name + (strlen(name) - strlen(suffix)), suffix) != 0)
553 * @suffix: filter only plugin files with given suffix
566 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix,
586 load_plugins_dir(tep, suffix, dir->path,
597 load_plugins_dir(tep, suffix, PLUGIN_DIR,
607 load_plugins_dir(tep, suffix, envdir, load_plugin, data);
623 load_plugins_dir(tep, suffix, path, load_plugin, data);
629 load_plugins_dir(tep, suffix, dir->path,