Home
last modified time | relevance | path

Searched refs:modnames (Results 1 – 3 of 3) sorted by relevance

/external/kmod/testsuite/
Dtest-new-module.c32 static const char *modnames[] = { in from_name() local
50 for (p = modnames; p != NULL; p++) { in from_name()
75 static const char *modnames[] = { in from_alias() local
87 for (p = modnames; p != NULL; p++) { in from_alias()
/external/python/cpython2/Lib/encodings/
D__init__.py89 modnames = [aliased_encoding,
92 modnames = [norm_encoding]
93 for modname in modnames:
/external/elfutils/src/
Dunstrip.c99 bool modnames; member
136 info->modnames = true; in parse_opt()
201 if (info->ignore || info->all || info->modnames || info->relocate) in parse_opt()
2215 bool all, bool ignore, bool modnames, bool relocate) in handle_output_dir_module() argument
2217 if (! modnames) in handle_output_dir_module()
2232 if (asprintf (&output_file, "%s/%s", output_dir, modnames ? name : file) < 0) in handle_output_dir_module()
2354 info->modnames, info->relocate); in handle_implicit_modules()