Searched refs:mod_path (Results 1 – 4 of 4) sorted by relevance
/dragonfly/usr.sbin/asf/ |
H A D | asf.c | 96 findmodule(char *mod_path, const char *module_name) in findmodule() argument 98 char *const path_argv[2] = { mod_path, NULL }; in findmodule() 104 if (mod_path == NULL) { in findmodule() 115 mod_path, in findmodule() 126 mod_path, in findmodule() 141 mod_path, in findmodule() 151 mod_path, in findmodule() 157 free(mod_path); in findmodule()
|
/dragonfly/contrib/gdb-7/gdb/ |
H A D | defs.h | 357 extern void mod_path (char *, char **);
|
H A D | source.c | 332 mod_path (set_path, &source_path); in set_directories_command() 430 mod_path (dirname, &source_path); in directory_command() 449 mod_path (char *dirname, char **which_path) in mod_path() function
|
H A D | infcmd.c | 2014 mod_path (dirname, &exec_path); in path_command()
|