Home
last modified time | relevance | path

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

123456

/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 val_neg_get_mem(struct val_neg_cache * neg) val_neg_get_mem() argument
133 neg_cache_delete(struct val_neg_cache * neg) neg_cache_delete() argument
147 neg_lru_front(struct val_neg_cache * neg,struct val_neg_data * data) neg_lru_front() argument
163 neg_lru_remove(struct val_neg_cache * neg,struct val_neg_data * data) neg_lru_remove() argument
179 neg_lru_touch(struct val_neg_cache * neg,struct val_neg_data * data) neg_lru_touch() argument
197 neg_delete_zone(struct val_neg_cache * neg,struct val_neg_zone * z) neg_delete_zone() argument
226 neg_delete_data(struct val_neg_cache * neg,struct val_neg_data * el) neg_delete_data() argument
272 neg_make_space(struct val_neg_cache * neg,size_t need) neg_make_space() argument
280 neg_find_zone(struct val_neg_cache * neg,uint8_t * nm,size_t len,uint16_t dclass) neg_find_zone() argument
370 neg_closest_zone_parent(struct val_neg_cache * neg,uint8_t * nm,size_t nm_len,int labs,uint16_t qclass) neg_closest_zone_parent() argument
530 neg_create_zone(struct val_neg_cache * neg,uint8_t * nm,size_t nm_len,uint16_t dclass) neg_create_zone() argument
673 wipeout(struct val_neg_cache * neg,struct val_neg_zone * zone,struct val_neg_data * el,struct ub_packed_rrset_key * nsec) wipeout() argument
748 neg_insert_data(struct val_neg_cache * neg,struct val_neg_zone * zone,struct ub_packed_rrset_key * nsec) neg_insert_data() argument
879 val_neg_addreply(struct val_neg_cache * neg,struct reply_info * rep) val_neg_addreply() argument
969 val_neg_addreferral(struct val_neg_cache * neg,struct reply_info * rep,uint8_t * zone_name) val_neg_addreferral() argument
1379 val_neg_getmsg(struct val_neg_cache * neg,struct query_info * qinfo,struct regional * region,struct rrset_cache * rrset_cache,sldns_buffer * buf,time_t now,int addsoa,uint8_t * topname,struct config_file * cfg) val_neg_getmsg() argument
[all...]
/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/sendmail/libsm/
H A Dstrto.c49 register bool neg; variable
193 register bool neg; local
/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

123456