Home
last modified time | relevance | path

Searched refs:modnames (Results 1 – 4 of 4) 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/python/cpython3/Lib/encodings/
D__init__.py88 modnames = [aliased_encoding,
91 modnames = [norm_encoding]
92 for modname in modnames:
/external/elfutils/src/
Dunstrip.c96 bool modnames; member
133 info->modnames = true; in parse_opt()
198 if (info->ignore || info->all || info->modnames || info->relocate) in parse_opt()
2380 bool all, bool ignore, bool modnames, bool relocate) in handle_output_dir_module() argument
2382 if (! modnames) in handle_output_dir_module()
2397 if (asprintf (&output_file, "%s/%s", output_dir, modnames ? name : file) < 0) in handle_output_dir_module()
2518 info->modnames, info->relocate); in handle_implicit_modules()