Home
last modified time | relevance | path

Searched refs:opt_status (Results 1 – 25 of 60) sorted by relevance

123

/dports/mail/nullmailer/nullmailer-2.2/src/
H A Ddsn.cc49 static const char* opt_status = 0; variable
106 opt_status = argv[0]; in cli_main()
107 if ((opt_status[0] != '4' && opt_status[0] != '5') in cli_main()
108 || opt_status[1] != '.' in cli_main()
109 || !isdigit(opt_status[2]) in cli_main()
110 || opt_status[3] != '.' in cli_main()
111 || !isdigit(opt_status[4]) in cli_main()
112 || opt_status[5] != '\0') in cli_main()
114 opt_ddn = opt_status[0] == '4'; in cli_main()
196 "Status: " << opt_status << "\n" in cli_main()
/dports/mail/notmuch/notmuch-0.34.2/
H A Dcommand-line-arguments.c260 opt_handled opt_status = OPT_FAILED; in parse_option() local
262 opt_status = _process_keyword_arg (try, next, value, negate); in parse_option()
264 opt_status = _process_boolean_arg (try, next, value, negate); in parse_option()
266 opt_status = _process_int_arg (try, next, value); in parse_option()
268 opt_status = _process_string_arg (try, next, value); in parse_option()
272 if (opt_status == OPT_FAILED) in parse_option()
275 if (lookahead && opt_status == OPT_GIVEBACK) in parse_option()
/dports/mail/notmuch-mutt/notmuch-0.34.2/
H A Dcommand-line-arguments.c260 opt_handled opt_status = OPT_FAILED; in parse_option() local
262 opt_status = _process_keyword_arg (try, next, value, negate); in parse_option()
264 opt_status = _process_boolean_arg (try, next, value, negate); in parse_option()
266 opt_status = _process_int_arg (try, next, value); in parse_option()
268 opt_status = _process_string_arg (try, next, value); in parse_option()
272 if (opt_status == OPT_FAILED) in parse_option()
275 if (lookahead && opt_status == OPT_GIVEBACK) in parse_option()
/dports/mail/notmuch-emacs/notmuch-0.34.2/
H A Dcommand-line-arguments.c260 opt_handled opt_status = OPT_FAILED; in parse_option() local
262 opt_status = _process_keyword_arg (try, next, value, negate); in parse_option()
264 opt_status = _process_boolean_arg (try, next, value, negate); in parse_option()
266 opt_status = _process_int_arg (try, next, value); in parse_option()
268 opt_status = _process_string_arg (try, next, value); in parse_option()
272 if (opt_status == OPT_FAILED) in parse_option()
275 if (lookahead && opt_status == OPT_GIVEBACK) in parse_option()
/dports/mail/py-notmuch/notmuch-0.34.2/
H A Dcommand-line-arguments.c260 opt_handled opt_status = OPT_FAILED; in parse_option() local
262 opt_status = _process_keyword_arg (try, next, value, negate); in parse_option()
264 opt_status = _process_boolean_arg (try, next, value, negate); in parse_option()
266 opt_status = _process_int_arg (try, next, value); in parse_option()
268 opt_status = _process_string_arg (try, next, value); in parse_option()
272 if (opt_status == OPT_FAILED) in parse_option()
275 if (lookahead && opt_status == OPT_GIVEBACK) in parse_option()
/dports/mail/py-notmuch2/notmuch-0.34.2/
H A Dcommand-line-arguments.c260 opt_handled opt_status = OPT_FAILED; in parse_option() local
262 opt_status = _process_keyword_arg (try, next, value, negate); in parse_option()
264 opt_status = _process_boolean_arg (try, next, value, negate); in parse_option()
266 opt_status = _process_int_arg (try, next, value); in parse_option()
268 opt_status = _process_string_arg (try, next, value); in parse_option()
272 if (opt_status == OPT_FAILED) in parse_option()
275 if (lookahead && opt_status == OPT_GIVEBACK) in parse_option()
/dports/net/shmux/shmux-1.0.3/src/
H A Dshmux.c100 int opt_prefix, opt_status, opt_interactive, opt_quiet, opt_internal, opt_debug;
111 opt_prefix = opt_status = opt_interactive = 1;
220 opt_status = 0;
345 term_init(longest, opt_prefix, opt_status, opt_internal, opt_debug, opt_interactive);
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/smem/
H A Dsmem.c193 int opt_status = 0; in main() local
283 opt_status = 1; in main()
423 if ( opt_status == 1 ) in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Ddn.h99 uint16_t opt_status; /* Extended status return */ member
100 #define opt_sts opt_status
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Ddn.h99 uint16_t opt_status; /* Extended status return */ member
100 #define opt_sts opt_status
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Ddn.h99 __le16 opt_status; /* Extended status return */ member
100 #define opt_sts opt_status
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Ddn.h99 __le16 opt_status; /* Extended status return */ member
100 #define opt_sts opt_status
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Ddn.h99 uint16_t opt_status; /* Extended status return */ member
100 #define opt_sts opt_status
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dcryptauth_key.cc51 base::Optional<int> opt_status = dict.FindIntKey(kStatusDictKey); in FromDictionary() local
52 if (!opt_status) in FromDictionary()
54 CryptAuthKey::Status status = static_cast<CryptAuthKey::Status>(*opt_status); in FromDictionary()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/cython/src/
H A D_highs_wrapper.pyx133 cdef HighsStatus opt_status = HighsStatusOK
162 opt_status = highs.setHighsOptionValueInt(opt.encode(), val)
163 if opt_status != HighsStatusOK:
187 opt_status = highs.setHighsOptionValueDbl(opt.encode(), val)
188 if opt_status != HighsStatusOK:
199 opt_status = highs.setHighsOptionValueStr(opt.encode(), val.encode())
200 if opt_status != HighsStatusOK:
216 opt_status = highs.setHighsOptionValueStr(opt.encode(), val0)
217 if opt_status != HighsStatusOK:
236 opt_status = highs.setHighsOptionValueBool(opt.encode(), val)
[all …]
/dports/net-im/psi/psi-1.5/src/options/
H A Doptions.pri21 $$PWD/opt_status.h \
43 $$PWD/opt_status.cpp \
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqlshow.c41 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
179 if (opt_status) in main()
185 if (opt_status && ! wild) in main()
240 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
435 if (opt_status) in list_dbs()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqlshow.c41 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
179 if (opt_status) in main()
185 if (opt_status && ! wild) in main()
240 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
435 if (opt_status) in list_dbs()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqlshow.c41 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
179 if (opt_status) in main()
185 if (opt_status && ! wild) in main()
240 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
435 if (opt_status) in list_dbs()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysqlshow.c42 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
173 if (opt_status) in main()
179 if (opt_status && ! wild) in main()
236 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
455 if (opt_status) in list_dbs()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysqlshow.c42 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
173 if (opt_status) in main()
179 if (opt_status && ! wild) in main()
236 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
455 if (opt_status) in list_dbs()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysqlshow.c42 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
173 if (opt_status) in main()
179 if (opt_status && ! wild) in main()
236 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
455 if (opt_status) in list_dbs()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysqlshow.c42 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
173 if (opt_status) in main()
179 if (opt_status && ! wild) in main()
236 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
455 if (opt_status) in list_dbs()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysqlshow.c42 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
173 if (opt_status) in main()
179 if (opt_status && ! wild) in main()
236 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
455 if (opt_status) in list_dbs()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqlshow.c41 static my_bool opt_show_keys= 0, opt_compress= 0, opt_count=0, opt_status= 0; variable
179 if (opt_status) in main()
185 if (opt_status && ! wild) in main()
240 &opt_status, &opt_status, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
435 if (opt_status) in list_dbs()

123