Home
last modified time | relevance | path

Searched refs:OPT_DEBUG (Results 126 – 150 of 232) sorted by relevance

12345678910

/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dtraceroute.c338 OPT_DEBUG = (1 << 5), /* d */ enumerator
921 if (op & OPT_DEBUG) in common_traceroute_main()
956 if (op & OPT_DEBUG) in common_traceroute_main()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/rnpkeys/
H A Drnpkeys.cpp106 {"debug", required_argument, NULL, OPT_DEBUG},
571 case OPT_DEBUG: in setoption()
/dports/irc/bopm/bopm-3.1.3/src/
H A Dopercmd.c160 if(OPT_DEBUG) in command_parse()
/dports/security/rnp/rnp-0.15.2/src/rnpkeys/
H A Drnpkeys.cpp99 {"debug", required_argument, NULL, OPT_DEBUG},
578 case OPT_DEBUG: in setoption()
/dports/net/ladvd/ladvd-1.1.2/src/
H A Dchild.c75 if (!(options & (OPT_DEBUG|OPT_ONCE))) { in child_init()
112 if (!(options & OPT_DEBUG)) { in child_init()
H A Dcommon.h222 #define OPT_DEBUG (1 << 6) macro
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/src/
H A Dntfs-3g_common.c118 { "debug", OPT_DEBUG, FLGOPT_BOGUS },
430 case OPT_DEBUG : in parse_mount_options()
/dports/net/tcpcat/tcpcat-1.2.0/
H A Dtcpcat.c97 #define dprintf(x) if( options & OPT_DEBUG ) \
138 #define OPT_DEBUG 0x0001 macro
381 options |= OPT_DEBUG; in parse_args()
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Doptions.c148 OPT_DEBUG, enumerator
391 { OPT_DEBUG, "-D", "--debug",
1703 case OPT_DEBUG: in Opt_ParseParameters()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/app/
H A Dapp.cpp259 OPT_DEBUG, in ParseArguments() enumerator
277 { "debug", required_argument, nullptr, OPT_DEBUG }, in ParseArguments()
340 case OPT_DEBUG: in ParseArguments()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Doptions.c173 OPT_DEBUG, enumerator
457 { OPT_DEBUG, "-D", "--debug",
2041 case OPT_DEBUG: in Opt_ParseParameters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dnasm.c946 OPT_DEBUG enumerator
977 {"debug", OPT_DEBUG, ARG_MAYBE, 0},
1337 case OPT_DEBUG: in process_arg()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dnasm.c941 OPT_DEBUG, enumerator
973 {"debug", OPT_DEBUG, ARG_MAYBE, 0},
1334 case OPT_DEBUG: in process_arg()
/dports/mail/s-nail/s-nail-14.9.23/
H A Dmake.rc5 #@ (With some exceptions, e.g., OPT_DEBUG.)
458 OPT_DEBUG=no
466 # If $OPT_DEBUG is true we will use a simple memory wrapper with
H A DINSTALL228 Enable OPT_DEBUG=yes during compilation
230 $ make CONFIG=MAXIMAL OPT_DEBUG=yes
/dports/net/ladvd/ladvd-1.1.2/tests/
H A Dcheck_child.c48 options |= OPT_ONCE|OPT_DEBUG; in START_TEST()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dmisc_ip.cc523 {"teach", Sy_bit(OPT_DEBUG), ~Sy_bit(OPT_DEBUG) },
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclInterp.c601 OPT_DEBUG, OPT_DELETE, OPT_EVAL, OPT_EXISTS, OPT_EXPOSE, in Tcl_InterpObjCmd() enumerator
741 case OPT_DEBUG: { in Tcl_InterpObjCmd()
2284 OPT_ALIAS, OPT_ALIASES, OPT_BGERROR, OPT_DEBUG, OPT_EVAL, in SlaveObjCmd() enumerator
2331 case OPT_DEBUG: in SlaveObjCmd()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclInterp.c623 OPT_CHILDREN, OPT_CREATE, OPT_DEBUG, OPT_DELETE, in NRInterpCmd() enumerator
825 case OPT_DEBUG: /* TIP #378 */ in NRInterpCmd()
2473 OPT_ALIAS, OPT_ALIASES, OPT_BGERROR, OPT_DEBUG, in NRChildCmd() enumerator
2521 case OPT_DEBUG: in NRChildCmd()
/dports/converters/p5-Convert-UUlib/Convert-UUlib-1.7/
H A DUUlib.xs615 const_iv (OPT_DEBUG , UUOPT_DEBUG)
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclInterp.c640 OPT_CHILDREN, OPT_CREATE, OPT_DEBUG, OPT_DELETE, in NRInterpCmd() enumerator
845 case OPT_DEBUG: /* TIP #378 */ in NRInterpCmd()
2566 OPT_ALIAS, OPT_ALIASES, OPT_BGERROR, OPT_DEBUG, in NRChildCmd() enumerator
2614 case OPT_DEBUG: in NRChildCmd()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c573 OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_WDEBUG, enumerator
645 {"debug", OPT_DEBUG, '-', "Extra output"},
1195 case OPT_DEBUG: in s_client_main()
/dports/net/rsync/rsync-3.2.3/
H A Doptions.c577 OPT_NO_D, OPT_APPEND, OPT_NO_ICONV, OPT_INFO, OPT_DEBUG, OPT_BLOCK_SIZE, enumerator
591 {"debug", 0, POPT_ARG_STRING, 0, OPT_DEBUG, 0, 0 },
1748 case OPT_DEBUG: in parse_arguments()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c439 OPT_DEBUG, OPT_TLSEXTDEBUG, OPT_STATUS, OPT_WDEBUG, enumerator
575 {"debug", OPT_DEBUG, '-', "Extra output"},
1113 case OPT_DEBUG: in s_client_main()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_dec.c296 OPT_DEBUG enumerator
302 {OPT_DEBUG, "debug"},
324 case OPT_DEBUG: in jpc_dec_parseopts()

12345678910