Home
last modified time | relevance | path

Searched refs:OP_INFO (Results 1 – 13 of 13) sorted by relevance

/dports/shells/ksh93/ast-93u/src/cmd/pzip/
H A Dpop.c112 #define OP_INFO 0x0008 macro
293 if (op & OP_INFO) in label()
497 op |= OP_INFO; in main()
569 else if (op & OP_INFO) in main()
574 if (!disc.partition && (op & OP_INFO)) in main()
598 else if (op & OP_INFO) in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/pzip/
H A Dpop.c112 #define OP_INFO 0x0008 macro
293 if (op & OP_INFO) in label()
497 op |= OP_INFO; in main()
569 else if (op & OP_INFO) in main()
574 if (!disc.partition && (op & OP_INFO)) in main()
598 else if (op & OP_INFO) in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/pzip/
H A Dpop.c112 #define OP_INFO 0x0008 macro
293 if (op & OP_INFO) in label()
497 op |= OP_INFO; in main()
569 else if (op & OP_INFO) in main()
574 if (!disc.partition && (op & OP_INFO)) in main()
598 else if (op & OP_INFO) in main()
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/output/
H A Dhpfeeds.py30 OP_INFO = 1 variable
38 OP_INFO: 5 + 256 + 20,
193 if opcode == OP_INFO:
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hpfeeds.c80 #define OP_INFO 1 /* server name, nonce */ macro
90 { OP_INFO, "Info" },
320 case OP_INFO: in dissect_hpfeeds_pdu()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hpfeeds.c80 #define OP_INFO 1 /* server name, nonce */ macro
90 { OP_INFO, "Info" },
320 case OP_INFO: in dissect_hpfeeds_pdu()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hpfeeds.c80 #define OP_INFO 1 /* server name, nonce */ macro
90 { OP_INFO, "Info" },
320 case OP_INFO: in dissect_hpfeeds_pdu()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hpfeeds.c80 #define OP_INFO 1 /* server name, nonce */
90 { OP_INFO, "Info" },
320 case OP_INFO:
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/
H A Dparser.go67 OP_INFO const
328 nc.ps.state = OP_INFO
332 case OP_INFO:
H A Dnats_test.go984 if err != nil || c.ps.state != OP_INFO {
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dconf.h188 OP_INFO, enumerator
H A Dpacman.c529 case OP_INFO: in parsearg_query()
820 case OP_INFO: in parsearg_sync()
919 {"info", no_argument, 0, OP_INFO}, in parseargs()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/cli/
H A Dvcd-info.c1305 OP_VERSION, OP_ENTRIES, OP_INFO, OP_PVD, OP_SHOW, enumerator
1454 {"show-info", '\0', POPT_ARG_STRING, &opt_arg, OP_INFO, in main()
1558 case OP_INFO: in main()