Home
last modified time | relevance | path

Searched refs:OPT_PORT (Results 1 – 25 of 144) sorted by relevance

123456

/dports/net/scamper/scamper-cvs-20211026/utils/sc_attach/
H A Dsc_attach.c40 #define OPT_PORT 0x0008 macro
169 if(opt_mask & OPT_PORT) in usage()
237 options |= OPT_PORT; in check_options()
269 (options & (OPT_PORT|OPT_REMOTE|OPT_UNIX)) == 0 || in check_options()
270 ((options & (OPT_PORT|OPT_REMOTE|OPT_UNIX)) != OPT_PORT && in check_options()
271 (options & (OPT_PORT|OPT_REMOTE|OPT_UNIX)) != OPT_REMOTE && in check_options()
272 (options & (OPT_PORT|OPT_REMOTE|OPT_UNIX)) != OPT_UNIX)) in check_options()
279 if(options & OPT_PORT) in check_options()
283 usage(OPT_PORT); in check_options()
565 if(options & OPT_PORT) in do_scamperconnect()
[all …]
/dports/math/eprover/eprover-E-2.0/PROVER/
H A De_client.c53 OPT_PORT, enumerator
98 {OPT_PORT,
104 {OPT_PORT,
285 case OPT_PORT: in process_options()
H A De_deduction_server.c44 OPT_PORT, enumerator
81 {OPT_PORT,
258 case OPT_PORT: in process_options()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/java/src/com/facebook/thrift/perf/
H A DLoadTesterArgumentParser.java42 String value = commandLine.getOptionValue(OPT_PORT, Integer.toString(OPT_PORT_DEFAULT)); in getListenPort()
65 OptionBuilder.withLongOpt(OPT_PORT) in registerOptions()
83 private static final String OPT_PORT = "port"; field in LoadTesterArgumentParser
/dports/net-mgmt/percona-monitoring-plugins/percona-monitoring-plugins-1.1.8/nagios/bin/
H A Dpmp-check-mysql-deleted-files37 -P) shift; OPT_PORT="${1}"; shift; ;;
58 if [ "${OPT_DEFT}${OPT_HOST}${OPT_USER}${OPT_PASS}${OPT_PORT}${OPT_SOCK}" ]; then
113 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-pt-table-checksum38 -P) shift; OPT_PORT="${1}"; shift; ;;
104 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-deadlocks40 -P) shift; OPT_PORT="${1}"; shift; ;;
88 ${OPT_PASS:+-p"${OPT_PASS}"} ${OPT_SOCK:+-S"${OPT_SOCK}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-pidfile37 -P) shift; OPT_PORT="${1}"; shift; ;;
65 if [ "${OPT_DEFT}${OPT_HOST}${OPT_USER}${OPT_PASS}${OPT_PORT}${OPT_SOCK}" ]; then
124 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-ts-count40 -P) shift; OPT_PORT="${1}"; shift; ;;
101 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-file-privs38 -P) shift; OPT_PORT="${1}"; shift; ;;
68 if [ "${OPT_DEFT}${OPT_HOST}${OPT_USER}${OPT_PASS}${OPT_PORT}${OPT_SOCK}" ]; then
129 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-replication-running38 -P) shift; OPT_PORT="${1}"; shift; ;;
121 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-innodb38 -P) shift; OPT_PORT="${1}"; shift; ;;
169 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-replication-delay40 -P) shift; OPT_PORT="${1}"; shift; ;;
129 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
H A Dpmp-check-mysql-processlist38 -P) shift; OPT_PORT="${1}"; shift; ;;
176 ${OPT_HOST:+-h"${OPT_HOST}"} ${OPT_PORT:+-P"${OPT_PORT}"} \
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/bash/
H A Dmysql_options.sh31 if [ -n "$OPT_PORT" ]; then
32 MYSQL_ARGS="$MYSQL_ARGS --port=$OPT_PORT"
/dports/net/scamper/scamper-cvs-20211026/utils/sc_prefixscan/
H A Dsc_prefixscan.c55 #define OPT_PORT 0x0008 macro
178 if(opt_mask & OPT_PORT) in usage()
228 options |= OPT_PORT; in check_options()
277 if((options & (OPT_INFILE|OPT_OUTFILE|OPT_PORT|OPT_UNIX|OPT_READ)) == 0) in check_options()
279 usage(OPT_INFILE|OPT_OUTFILE|OPT_PORT|OPT_UNIX|OPT_READ); in check_options()
295 (options & (OPT_PORT|OPT_UNIX)) == 0 || in check_options()
296 (options & (OPT_PORT|OPT_UNIX)) == (OPT_PORT|OPT_UNIX)) in check_options()
298 usage(OPT_INFILE|OPT_OUTFILE|OPT_PORT|OPT_UNIX); in check_options()
302 if(options & OPT_PORT) in check_options()
306 usage(OPT_PORT); in check_options()
[all …]
/dports/net/scamper/scamper-cvs-20211026/utils/sc_filterpolicy/
H A Dsc_filterpolicy.c45 #define OPT_PORT 0x0008 macro
233 if(opt_mask & OPT_PORT) in usage()
321 options |= OPT_PORT; in check_options()
371 if((options & (OPT_PORT|OPT_UNIX)) == 0 || in check_options()
372 (options & (OPT_PORT|OPT_UNIX)) == (OPT_PORT|OPT_UNIX) || in check_options()
375 usage(OPT_INFILE|OPT_OUTFILE|OPT_PORT|OPT_UNIX); in check_options()
379 if(options & OPT_PORT) in check_options()
383 usage(OPT_PORT); in check_options()
467 if((options & (OPT_PORT|OPT_UNIX|OPT_LOG|OPT_TYPE|OPT_TEST|OPT_DAEMON)) != 0 || in check_options()
1457 if(options & OPT_PORT) in do_scamperconnect()
/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/
H A Drvdummy.c86 enum opts { OPT_PORT = 1, OPT_TIMEOUT, OPT_VERBOSE }; enumerator
90 {"port", required_argument, NULL, OPT_PORT},
506 case OPT_PORT: in main()
/dports/devel/gdb761/gdb-7.6.1/sim/cris/
H A Drvdummy.c86 enum opts { OPT_PORT = 1, OPT_TIMEOUT, OPT_VERBOSE }; enumerator
90 {"port", required_argument, NULL, OPT_PORT},
506 case OPT_PORT: in main()
/dports/net/wireshark-lite/wireshark-3.6.1/extcap/
H A Dudpdump.c71 OPT_PORT, enumerator
81 { "port", ws_required_argument, NULL, OPT_PORT},
419 case OPT_PORT: in main()
/dports/net/wireshark/wireshark-3.6.1/extcap/
H A Dudpdump.c71 OPT_PORT, enumerator
81 { "port", ws_required_argument, NULL, OPT_PORT},
419 case OPT_PORT: in main()
/dports/net/tshark-lite/wireshark-3.6.1/extcap/
H A Dudpdump.c71 OPT_PORT, enumerator
81 { "port", ws_required_argument, NULL, OPT_PORT},
419 case OPT_PORT: in main()
/dports/net/tshark/wireshark-3.6.1/extcap/
H A Dudpdump.c71 OPT_PORT, enumerator
81 { "port", ws_required_argument, NULL, OPT_PORT},
419 case OPT_PORT: in main()
/dports/net/scamper/scamper-cvs-20211026/utils/sc_tbitblind/
H A Dsc_tbitblind.c103 #define OPT_PORT 0x0008 macro
131 uint32_t mandatory = OPT_ADDRESSFILE | OPT_OUTFILE | OPT_PORT; in check_options()
173 options |= OPT_PORT; in check_options()
214 usage(OPT_PORT); in check_options()
/dports/net/scamper/scamper-cvs-20211026/utils/sc_pinger/
H A Dsc_pinger.c75 #define OPT_PORT 0x0008 macro
115 if(opt_mask & OPT_PORT) in usage()
195 usage(OPT_ADDRFILE | OPT_OUTFILE | OPT_UNIX | OPT_PORT); in check_options()
203 usage(OPT_PORT); in check_options()

123456