Home
last modified time | relevance | path

Searched refs:show_version (Results 1 – 14 of 14) sorted by relevance

/external/selinux/semodule-utils/semodule_expand/
Dsemodule_expand.c41 int ch, ret, show_version = 0, verbose = 0; in main() local
52 show_version = 1; in main()
93 if (show_version) { in main()
/external/selinux/semodule-utils/semodule_link/
Dsemodule_link.c79 int ch, i, show_version = 0, verbose = 0, num_mods; in main() local
90 show_version = 1; in main()
103 if (show_version) { in main()
/external/fsverity-utils/
Dfsverity.c82 static void show_version(void) in show_version() function
111 show_version(); in handle_common_options()
/external/selinux/checkpolicy/
Dcheckmodule.c153 int show_version = 0; in main() local
179 show_version = 1; in main()
210 if (show_version) { in main()
Dcheckpolicy.c406 int show_version = 0; in main() local
450 show_version = 1; in main()
508 if (show_version) { in main()
/external/f2fs-tools/fsck/
Dmain.c281 show_version(prog); in f2fs_parse_options()
362 show_version(prog); in f2fs_parse_options()
422 show_version(prog); in f2fs_parse_options()
461 show_version(prog); in f2fs_parse_options()
531 show_version(prog); in f2fs_parse_options()
/external/wpa_supplicant_8/hostapd/
Dmain.c456 static void show_version(void) in show_version() function
469 show_version(); in usage()
720 show_version(); in main()
/external/f2fs-tools/mkfs/
Df2fs_format_main.c193 show_version("mkfs.f2fs"); in f2fs_parse_options()
/external/python/cpython3/Lib/test/
Dtest_optparse.py1295 def show_version(self, option, opt, value, parser): member in ConflictBase
1296 parser.values.show_version = 1
1303 'callback' : self.show_version,
1329 callback=self.show_version, help="show version")
/external/python/cpython2/Lib/test/
Dtest_optparse.py1297 def show_version(self, option, opt, value, parser): member in ConflictBase
1298 parser.values.show_version = 1
1305 'callback' : self.show_version,
1331 callback=self.show_version, help="show version")
/external/harfbuzz_ng/util/
Doptions.cc80 show_version (const char *name G_GNUC_UNUSED, in show_version() function
103 G_OPTION_ARG_CALLBACK, (gpointer) &show_version, "Show version numbers", nullptr}, in add_main_options()
/external/llvm/utils/lit/lit/
Dmain.py254 if opts.show_version:
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dmain.py332 if opts.show_version:
/external/f2fs-tools/include/
Df2fs_fs.h1332 static inline void show_version(const char *prog) in show_version() function