Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dseq.c38 SEQ *lastqp, *qp; in seq_set()
66 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set()
130 SEQ *qp, *pre_qp = NULL; in seq_delete()
160 seq_free(SEQ *qp) in seq_free()
177 SEQ *
178 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, in seq_find()
181 SEQ *lqp = NULL, *qp; in seq_find()
259 SEQ *qp; in seq_close()
278 SEQ *qp; in seq_dump()
322 SEQ *qp; in seq_save()
H A Dextern.h113 int seq_free(SEQ *);
114 SEQ *seq_find
115 (SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *);
H A Dcommon.h38 typedef struct _seq SEQ; typedef
H A Dkey.c536 SEQ *qp; in v_event_get()
/freebsd/usr.bin/vi/
H A Dcommon_extern.h113 int seq_free(SEQ *);
114 SEQ *seq_find
115 (SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *);
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Djson-encoder.md65 JSON-SEQ
68 The encoder supports JSON-SEQ (RFC 7464), as this is an optimal format for
H A Dqlog.md32 The output format is always the JSON-SEQ qlog variant. This has the advantage
H A Ddebugging.md56 qlog files in the JSON-SEQ format to the specified directory. The files have the
H A Dtx-packetiser.md533 - A sequential (SEQ) strategy in which a stream keeps being transmitted
536 The SEQ strategy does not appear to be suitable for general-purpose
/freebsd/contrib/file/magic/Magdir/
H A Dapache23 0 string SEQ
H A Dbioinformatics173 # SAM Alignment SEQ
H A Dc64250 # file type like: 0~Scratched 1~SEQunclosed 81h~SEQ 82h~PRG C2h~PRGlocked ...
253 >>>>0x41 ubyte =0x01 SEQ unclosed type
256 >>>>0x41 ubyte =0x81 SEQ type
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator
244 command = SEQ; in main()
313 case SEQ: in main()
/freebsd/lib/libc/db/test/
H A Ddbtest.c46 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator
219 command = SEQ;
292 case SEQ:
/freebsd/contrib/nvi/cl/
H A Dcl_term.c87 SEQ *qp; in cl_term_init()
187 SEQ *qp, *nqp, *pre_qp = NULL; in cl_term_end()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Ddbtest.c88 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator
266 command = SEQ; in main()
339 case SEQ: in main()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-qlog.pod30 Log files are generated in the I<.sqlog> format based on JSON-SEQ (RFC 7464).
216 Only the JSON-SEQ (B<.sqlog>) output format is supported.
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg297 * Clear SEQ Interrupt
319 * SEQ New SCB Queue Offset
329 * SEQ Empty SCB Queue Offset
338 * SEQ Done SCB Queue Offset
2298 * SEQ Interrupts
2330 * SEQ Interrupt Enabled (Shared)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def679 // Note we by default map from the VP intrinsic to the SEQ ISD opcode, which
680 // can then be relaxed to the non-SEQ ISD opcode if the 'reassoc' flag is set.
/freebsd/crypto/openssl/doc/man3/
H A DASN1_generate_nconf.pod113 =item B<SEQUENCE>, B<SEQ>, B<SET>
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog48 * check-gen.c: test SEQ OF SIZE (...)
58 * test.asn1: Test SIZE attribute for SEQ and OCTET STRING
70 * gen_decode.c: Check range on SEQ OF and OCTET STRING.
74 * parse.y: Parse size limitations to SEQ OF.
H A Dkrb5.asn1150 KRB5-PADATA-TD-REQ-SEQ(108), -- INTEGER
/freebsd/contrib/nvi/vi/
H A Dv_txt.c1443 SEQ *qp; in txt_abbrev()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleGeneric.td723 POP, SEQ, SEQi, SNE, SNEi,
H A DMips64InstrInfo.td568 def SEQ : SetCC64_R<"seq", seteq>, SEQ_FM<0x2a>, ASE_CNMIPS;