Home
last modified time | relevance | path

Searched defs:neg (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd/contrib/unbound/validator/
H A Dval_neg.c88 struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1, in val_neg_create() local
103 size_t val_neg_get_mem(struct val_neg_cache* neg) in val_neg_get_mem()
133 void neg_cache_delete(struct val_neg_cache* neg) in neg_cache_delete()
147 static void neg_lru_front(struct val_neg_cache* neg, in neg_lru_front()
163 static void neg_lru_remove(struct val_neg_cache* neg, in neg_lru_remove()
179 static void neg_lru_touch(struct val_neg_cache* neg, in neg_lru_touch()
197 static void neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z) in neg_delete_zone()
226 void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el) in neg_delete_data()
272 static void neg_make_space(struct val_neg_cache* neg, size_t need) in neg_make_space()
280 struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg, in neg_find_zone()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dstrto.c49 register bool neg; variable
193 register bool neg; local
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_int64.c53 int neg = 0; in uint64_i2c() local
78 int neg = 0; in uint64_c2i() local
148 int neg = 0; in uint32_i2c() local
181 int neg = 0; in uint32_c2i() local
H A Da_int.c25 int neg, ret; in ASN1_INTEGER_cmp() local
97 static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg, in i2c_ibuf()
157 int neg, pad; in c2i_ibuf() local
256 int neg) in asn1_get_int64()
291 int neg; in ossl_c2i_ASN1_INTEGER() local
618 int ossl_c2i_uint64_int(uint64_t *ret, int *neg, in ossl_c2i_uint64_int()
635 int ossl_i2c_uint64_int(unsigned char *p, uint64_t r, int neg) in ossl_i2c_uint64_int()
/freebsd/contrib/ntp/libntp/
H A Ddofptoa.c129 neg = (fpv < 0); in fptoa() local
149 neg = (fpv < 0); in fptoms() local
H A Dmstolfp.c17 int ch, neg = 0; in mstolfp() local
/freebsd/lib/libc/quad/
H A Dfloatdidf.c46 int neg; in __floatdidf() local
H A Dfloatdisf.c46 int neg; in __floatdisf() local
H A Ddivdi3.c46 int neg; in __divdi3() local
H A Dmoddi3.c48 int neg; in __moddi3() local
/freebsd/sys/libkern/
H A Ddivdi3.c46 int neg; in __divdi3() local
H A Dmoddi3.c46 int neg; in __moddi3() local
H A Dstrtol.c53 int neg = 0, any, cutlim; in strtol() local
H A Dstrtoul.c53 int neg = 0, any, cutlim; in strtoul() local
H A Dstrtoq.c53 int neg, any, cutlim; in strtoq() local
H A Dstrtouq.c53 int neg, any, cutlim; in strtouq() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_conv.c130 int neg = 0, h, m, i, j, k, c; in BN_hex2bn() local
207 int neg = 0, i, j; in BN_dec2bn() local
H A Dbn_mpi.c45 int neg = 0; in BN_mpi2bn() local
/freebsd/sys/netgraph/
H A Dng_pppoe.c275 negp neg; /* used when negotiating */ member
387 negp neg = sp->neg; in insert_tag() local
460 negp neg = sp->neg; in pppoe_match_svc() local
521 negp neg = sp->neg; in pppoe_find_svc() local
786 negp neg = NULL; in ng_pppoe_rcvmsg() local
1280 negp neg = sp->neg; in pppoe_start() local
1484 negp neg = sp->neg; in ng_pppoe_rcvdata() local
1584 negp neg = NULL; in ng_pppoe_rcvdata_ether() local
2123 negp neg = sp->neg; in pppoe_ticker() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
H A Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
H A Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
/freebsd/lib/libc/iconv/
H A D_strtol.h53 int any, cutlim, i, neg; in _FUNCNAME() local
H A D_strtoul.h52 int any, cutlim, i, neg; in _FUNCNAME() local
/freebsd/contrib/bmake/
H A D_strtol.h61 int i, neg, any, cutlim; in _FUNCNAME() local

12345