Lines Matching full: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, in tep_print_plugins() argument
437 trace_seq_printf(s, "%s%s%s", prefix, list->name, suffix); in tep_print_plugins()
509 load_plugins_dir(struct tep_handle *tep, const char *suffix, in load_plugins_dir() argument
540 /* Only load plugins that end in suffix */ in load_plugins_dir()
541 if (strcmp(name + (strlen(name) - strlen(suffix)), suffix) != 0) in load_plugins_dir()
553 * @suffix: filter only plugin files with given suffix
566 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook() argument
586 load_plugins_dir(tep, suffix, dir->path, in tep_load_plugins_hook()
597 load_plugins_dir(tep, suffix, PLUGIN_DIR, in tep_load_plugins_hook()
607 load_plugins_dir(tep, suffix, envdir, load_plugin, data); in tep_load_plugins_hook()
623 load_plugins_dir(tep, suffix, path, load_plugin, data); in tep_load_plugins_hook()
629 load_plugins_dir(tep, suffix, dir->path, in tep_load_plugins_hook()