Home
last modified time | relevance | path

Searched refs:show_version (Results 1 – 20 of 20) 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/selinux/checkpolicy/
Dcheckmodule.c155 int show_version = 0; in main() local
181 show_version = 1; in main()
234 if (show_version) { in main()
Dcheckpolicy.c407 int show_version = 0; in main() local
452 show_version = 1; in main()
513 if (show_version) { in main()
/external/fsverity-utils/programs/
Dfsverity.c99 static void show_version(void) in show_version() function
121 show_version(); in handle_common_options()
/external/libfuse/lib/
Dhelper.c35 FUSE_HELPER_OPT("-V", show_version),
36 FUSE_HELPER_OPT("--version", show_version),
290 if (opts.show_version) { in fuse_main_real()
/external/f2fs-tools/fsck/
Dmain.c366 show_version(prog); in f2fs_parse_options()
448 show_version(prog); in f2fs_parse_options()
510 show_version(prog); in f2fs_parse_options()
558 show_version(prog); in f2fs_parse_options()
705 show_version(prog); in f2fs_parse_options()
747 show_version(prog); in f2fs_parse_options()
/external/flac/src/metaflac/
Doptions.h191 FLAC__bool show_version; member
Doperations.c37 static void show_version(void);
76 if(options->show_version) { in do_operations()
77 show_version(); in do_operations()
97 void show_version(void) in show_version() function
Doptions.c138 options->show_version = false; in init_options()
182 if(share__optind >= argc && !options->show_long_help && !options->show_version) { in parse_options()
645 options->show_version = true; in parse_option()
/external/wpa_supplicant_8/hostapd/
Dmain.c453 static void show_version(void) in show_version() function
467 show_version(); in usage()
726 show_version(); in main()
/external/flac/src/flac/
Dmain.c69 static void show_version(void);
225 FLAC__bool show_version; member
345 if(option_values.show_version) { in do_it()
346 show_version(); in do_it()
930 option_values.show_version = true; in parse_option()
1161 void show_version(void) in show_version() function
/external/f2fs-tools/mkfs/
Df2fs_format_main.c233 show_version("mkfs.f2fs"); in f2fs_parse_options()
/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/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/harfbuzz_ng/util/
Doptions.cc82 show_version (const char *name G_GNUC_UNUSED, in show_version() function
105 G_OPTION_ARG_CALLBACK, (gpointer) &show_version, "Show version numbers", nullptr}, in add_main_options()
/external/libfuse/include/
Dfuse_lowlevel.h1897 int show_version; member
/external/libcups/tools/
Dippfind.c198 static void show_version(void) _CUPS_NORETURN;
623 show_version(); in main()
2842 show_version(void) in show_version() function
/external/llvm/utils/lit/lit/
Dmain.py254 if opts.show_version:
/external/f2fs-tools/include/
Df2fs_fs.h1545 static inline void show_version(const char *prog) in show_version() function