Home
last modified time | relevance | path

Searched refs:get_int_option (Results 1 – 25 of 132) sorted by relevance

123456

/dports/games/xcowsay/xcowsay-1.5.1/src/
H A Ddisplay_cow.c196 xcowsay.display_time = get_int_option("display_time"); in normal_setup()
207 int min_display = get_int_option("min_display_time"); in normal_setup()
208 int max_display = get_int_option("max_display_time"); in normal_setup()
255 gint pick = get_int_option("monitor"); in display_cow()
284 + get_int_option("bubble_x") in display_cow()
300 int cow_x = get_int_option("at_x"); in display_cow()
306 int cow_y = get_int_option("at_y"); in display_cow()
319 + get_int_option("bubble_x"); in display_cow()
322 + get_int_option("bubble_y"); in display_cow()
332 + get_int_option("bubble_x"); in display_cow()
[all …]
/dports/sysutils/exfat-utils/exfat-1.3.0/libexfat/
H A Dmount.c72 static int get_int_option(const char* options, const char* option_name, in get_int_option() function
98 opt_umask = get_int_option(options, "umask", 8, 0); in parse_options()
99 ef->dmask = get_int_option(options, "dmask", 8, opt_umask); in parse_options()
100 ef->fmask = get_int_option(options, "fmask", 8, opt_umask); in parse_options()
102 ef->uid = get_int_option(options, "uid", 10, geteuid()); in parse_options()
103 ef->gid = get_int_option(options, "gid", 10, getegid()); in parse_options()
107 switch (get_int_option(options, "repair", 10, 0)) in parse_options()
/dports/sysutils/fusefs-exfat/exfat-1.3.0/libexfat/
H A Dmount.c72 static int get_int_option(const char* options, const char* option_name, in get_int_option() function
86 opt_umask = get_int_option(options, "umask", 8, 0); in parse_options()
87 ef->dmask = get_int_option(options, "dmask", 8, opt_umask); in parse_options()
88 ef->fmask = get_int_option(options, "fmask", 8, opt_umask); in parse_options()
90 ef->uid = get_int_option(options, "uid", 10, geteuid()); in parse_options()
91 ef->gid = get_int_option(options, "gid", 10, getegid()); in parse_options()
95 switch (get_int_option(options, "repair", 10, 0)) in parse_options()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DTree.cpp14 ErrorCode rval = options.get_int_option("MAX_PER_LEAF", tmp_int); in parse_common_options()
18 rval = options.get_int_option("MAX_DEPTH", tmp_int); in parse_common_options()
28 rval = options.get_int_option("MESHSET_FLAGS", tmp_int); in parse_common_options()
H A DFileOptions.cpp118 ErrorCode FileOptions::get_int_option( const char* name, int& value ) const in get_int_option() function in moab::FileOptions
143 ErrorCode FileOptions::get_int_option( const char* name, in get_int_option() function in moab::FileOptions
480 rval = tool.get_int_option( "int1", i ); in main()
484 rval = tool.get_int_option( "int2", i ); in main()
489 rval = tool.get_int_option( "dbl2", i ); in main()
493 rval = tool.get_int_option( "NUL3", i); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dfileopts_test.cpp78 rval = tool.get_int_option( "int1", i ); in main()
82 rval = tool.get_int_option( "int2", i ); in main()
87 rval = tool.get_int_option( "dbl2", i ); in main()
91 rval = tool.get_int_option( "NUL3", i); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DFileOptions.hpp87 ErrorCode get_int_option( const char* name, int& value ) const;
107 ErrorCode get_int_option( const char* name, int default_val, int& value ) const;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
H A Duca-dump.c620 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
644 if (!get_int_option(av[i], "--levels=", &nlevels) && in process_options()
645 !get_int_option(av[i], "--contractions=", &contractions) && in process_options()
646 !get_int_option(av[i], "--debug=", &uca->debug) && in process_options()
647 !get_int_option(av[i], "--optimize-contractions=", &uca->optimize_contractions)) in process_options()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
H A Duca-dump.c620 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
644 if (!get_int_option(av[i], "--levels=", &nlevels) && in process_options()
645 !get_int_option(av[i], "--contractions=", &contractions) && in process_options()
646 !get_int_option(av[i], "--debug=", &uca->debug) && in process_options()
647 !get_int_option(av[i], "--optimize-contractions=", &uca->optimize_contractions)) in process_options()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Ductypedump.cc407 static int get_int_option(const char *str, const char *name, int *num) { in get_int_option() function
442 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
443 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
444 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
445 !get_int_option(av[i], "--debug=", &prm->debug)) { in process_options()
H A Duca-dump.cc533 static int get_int_option(const char *str, const char *name, int *num) { in get_int_option() function
550 if (!get_int_option(av[i], "--levels=", &nlevels) && in process_options()
551 !get_int_option(av[i], "--contractions=", &contractions) && in process_options()
552 !get_int_option(av[i], "--debug=", &uca->debug) && in process_options()
553 !get_int_option( in process_options()
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
H A Duca-dump.c608 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
632 if (!get_int_option(av[i], "--levels=", &nlevels) && in process_options()
633 !get_int_option(av[i], "--contractions=", &contractions) && in process_options()
634 !get_int_option(av[i], "--debug=", &uca->debug) && in process_options()
635 !get_int_option(av[i], "--optimize-contractions=", &uca->optimize_contractions)) in process_options()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
H A Duca-dump.c608 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
632 if (!get_int_option(av[i], "--levels=", &nlevels) && in process_options()
633 !get_int_option(av[i], "--contractions=", &contractions) && in process_options()
634 !get_int_option(av[i], "--debug=", &uca->debug) && in process_options()
635 !get_int_option(av[i], "--optimize-contractions=", &uca->optimize_contractions)) in process_options()
/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/databases/mysql56-client/mysql-5.6.51/strings/
H A Ductypedump.c478 get_int_option(const char *str, const char *name, int *num) in get_int_option() function
527 !get_int_option(av[i], "--maxchar=", &prm->maxchar) && in process_options()
528 !get_int_option(av[i], "--ctype=", &prm->ctype) && in process_options()
529 !get_int_option(av[i], "--decomp=", &prm->decomp) && in process_options()
530 !get_int_option(av[i], "--debug=", &prm->debug)) in process_options()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadNC.cpp200 if (MB_SUCCESS == opts.get_int_option("DEBUG_IO", 1, tmpval)) { in parse_options()
253 rval = opts.get_int_option("GATHER_SET", 0, gatherSetRank); in parse_options()
258 rval = opts.get_int_option("TIMESTEPBASE", 0, tStepBase); in parse_options()
263 rval = opts.get_int_option("TRIVIAL_PARTITION_SHIFT", 1, trivialPartitionShift); in parse_options()
278 rval = opts.get_int_option("PARALLEL_COMM", pcomm_no); in parse_options()

123456