Searched +defs:version +defs:o (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/ocsp/ |
| D | ocsp.h | 130 ASN1_INTEGER *version; member 269 ASN1_INTEGER *version; member 366 #define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument 370 #define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument 374 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio(i2d_OCSP_RESPONSE,bp,\ argument 377 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio(i2d_OCSP_REQUEST,bp,\ argument 380 #define OCSP_REQUEST_sign(o,pkey,md) \ argument 385 #define OCSP_BASICRESP_sign(o,pkey,md,d) \ argument
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 81 #define CALL_PEEP(o) CALL_FPTR(PL_peepp)(aTHX_ o) argument 152 #define CHECKOP(type,o) \ argument 170 S_no_fh_allowed(pTHX_ OP *o) in S_no_fh_allowed() 178 S_too_few_arguments(pTHX_ OP *o, const char *name) in S_too_few_arguments() 185 S_too_many_arguments(pTHX_ OP *o, const char *name) in S_too_many_arguments() 199 S_no_bareword_allowed(pTHX_ const OP *o) in S_no_bareword_allowed() 336 Perl_op_free(pTHX_ OP *o) in Perl_op_free() 384 Perl_op_clear(pTHX_ OP *o) in Perl_op_clear() 542 Perl_op_null(pTHX_ OP *o) in Perl_op_null() 566 #define LINKLIST(o) ((o)->op_next ? (o)->op_next : linklist((OP*)o)) argument [all …]
|
| D | toke.c | 1002 OP* const o = (OP*)newSVOP(OP_CONST, 0, newSVpv(s,0)); in S_force_ident() local 1056 OP *version = Nullop; in S_force_version() local 9378 OP *o; local 9746 OP *o = newOP(OP_PADSV, 0); local
|
| /mirbsd/src/sys/dev/pci/ |
| D | ncr.c | 338 #define INB_OFF(o) \ argument 344 #define INL_OFF(o) \ argument 353 #define OUTL_OFF(o, val) \ argument 379 #define INB_OFF(o) inb (np->port + (o)) argument 382 #define INL_OFF(o) inl (np->port + (o)) argument 387 #define OUTL_OFF(o, val) outl (np->port+(o),(val)) argument 392 #define INB_OFF(o) (*((volatile int8_t *)((char *)np->reg + (o)))) argument 395 #define INL_OFF(o) (*((volatile int32_t *)((char *)np->reg + (o)))) argument 400 #define OUTL_OFF(o, val) *((volatile int32_t *)((char *)np->reg + (o))) = val argument 7767 char * version; member
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldlang.c | 3798 asection *o; in size_input_section() local 5160 asection *o; in lang_reset_memory_regions() local 6424 struct bfd_elf_version_tree *version, in lang_register_vers_node()
|