| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| H A D | v3_utl.c | 198 ASN1_INTEGER *aint; in s2i_ASN1_INTEGER() local 236 aint = BN_to_ASN1_INTEGER(bn, NULL); in s2i_ASN1_INTEGER() 238 if (!aint) { in s2i_ASN1_INTEGER() 244 aint->type |= V_ASN1_NEG; in s2i_ASN1_INTEGER() 245 return aint; in s2i_ASN1_INTEGER() 248 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, in X509V3_add_value_int() argument 254 if (!aint) in X509V3_add_value_int() 256 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL) in X509V3_add_value_int() 294 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint) in X509V3_get_value_int() argument 302 *aint = itmp; in X509V3_get_value_int()
|
| H A D | v3_cpols.c | 376 ASN1_INTEGER *aint; in nref_nos() local 382 if ((aint = s2i_ASN1_INTEGER(NULL, cnf->name)) == NULL) { in nref_nos() 386 if (!sk_ASN1_INTEGER_push(nnums, aint)) in nref_nos() 392 ASN1_INTEGER_free(aint); in nref_nos()
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | obstack.h | 367 # define obstack_int_grow_fast(OBSTACK, aint) \ argument 371 *(int *) __p1 = (aint); \ 489 # define obstack_int_grow_fast(h, aint) \ argument 490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | obstack.h | 367 # define obstack_int_grow_fast(OBSTACK, aint) \ argument 371 *(int *) __p1 = (aint); \ 489 # define obstack_int_grow_fast(h, aint) \ argument 490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | obstack.h | 367 # define obstack_int_grow_fast(OBSTACK, aint) \ argument 371 *(int *) __p1 = (aint); \ 489 # define obstack_int_grow_fast(h, aint) \ argument 490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | obstack.h | 350 # define obstack_int_grow_fast(OBSTACK,aint) \ argument 353 *(int *) __o1->next_free = (aint); \ 467 # define obstack_int_grow_fast(h,aint) \ argument 468 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint))
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | obstack.h | 350 # define obstack_int_grow_fast(OBSTACK,aint) \ argument 353 *(int *) __o1->next_free = (aint); \ 467 # define obstack_int_grow_fast(h,aint) \ argument 468 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint))
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | obstack.h | 367 # define obstack_int_grow_fast(OBSTACK, aint) \ argument 371 *(int *) __p1 = (aint); \ 489 # define obstack_int_grow_fast(h, aint) \ argument 490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | obstack.h | 434 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint) argument 542 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint) argument
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| H A D | v3_cpols.c | 375 ASN1_INTEGER *aint; in nref_nos() local 381 if ((aint = s2i_ASN1_INTEGER(NULL, cnf->name)) == NULL) { in nref_nos() 385 if (!sk_ASN1_INTEGER_push(nnums, aint)) in nref_nos() 391 ASN1_INTEGER_free(aint); in nref_nos()
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | aht20.c | 156 for (int aint = 0; aint < readattempts; aint++) { in aht20_cmd() local
|
| H A D | sgp40.c | 390 for (int aint = 0; aint < readattempts; aint++) { in sgp40_cmd() local
|
| H A D | sht4x.c | 371 for (int aint = 0; aint < readattempts; aint++) { in sht4x_cmd() local
|
| H A D | si70xx.c | 923 for (int aint = 0; aint < sc->sc_readattempts; aint++) { in si70xx_exec() 926 for (int aint = 0; aint < sc->sc_readattempts; aint++) { si70xx_exec() local
|
| H A D | sht3x.c | 892 for (int aint = 0; aint < readattempts; aint++) { in sht3x_cmdr() 879 for (int aint = 0; aint < readattempts; aint++) { sht3x_cmd() local
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | x509v3.h | 591 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint); 609 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, 611 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint); 613 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint); 615 const ASN1_ENUMERATED *aint);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | x509v3.h.in | 651 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint); 671 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, 673 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint); 675 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint); 677 const ASN1_ENUMERATED *aint);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | specific.m4 | 21 define(needed,ifelse(atype_letter,i,`none',ifelse(atype_letter,l,`none',ifelse(name,aint,trunc,ifel…
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | specific.m4 | 39 ifelse(name,aint,trunc,dnl
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | cmp.c | 1780 ASN1_INTEGER *aint; in handle_opt_geninfo() local 1811 if ((aint = ASN1_INTEGER_new()) == NULL) in handle_opt_geninfo() 1815 if (!ASN1_INTEGER_set(aint, value) || val == NULL) { in handle_opt_geninfo() 1816 ASN1_INTEGER_free(aint); in handle_opt_geninfo() 1819 ASN1_TYPE_set(val, V_ASN1_INTEGER, aint); in handle_opt_geninfo()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 947 print *, aint(x4), dint(x8) 948 x8 = aint(x4,8)
|
| H A D | gfortran.info | 7825 print *, aint(x4), dint(x8) 7826 x8 = aint(x4,8)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 943 print *, aint(x4), dint(x8) 944 x8 = aint(x4,8)
|
| H A D | gfortran.info | 7506 print *, aint(x4), dint(x8) 7507 x8 = aint(x4,8)
|
| /netbsd-src/share/dict/ |
| H A D | web2a | 62170 t aint
|