Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 2702) sorted by last modified time

12345678910>>...109

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h271 #define ieee80211_time_after(a,b) ((int)(b) - (int)(a) < 0) argument
272 #define ieee80211_time_before(a,b) ieee80211_time_after(b,a) argument
273 #define ieee80211_time_after_eq(a,b) ((int)(a) - (int)(b) >= 0) argument
274 #define ieee80211_time_before_eq(a,b) ieee80211_time_after_eq(b,a) argument
H A Dieee80211.c2633 #define mix(a, b, c) \ argument
2650 uint32_t a = 0x9e3779b9, b = 0x9e3779b9, c = ic->ic_hash_key; in ieee80211_mac_hash() local
/freebsd/contrib/one-true-awk/
H A Drun.c712 int i, len, b; in u8_byte2char() local
2310 FILE *redirect(int a, Node *b) /* set up all i/o redirections */ in redirect()
H A Dparse.c50 Node *node1(int a, Node *b) in node1()
60 Node *node2(int a, Node *b, Node *c) in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
110 Node *stat1(int a, Node *b) in stat1()
119 Node *stat2(int a, Node *b, Node *c) in stat2()
128 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3()
146 Node *op1(int a, Node *b) in op1()
155 Node *op2(int a, Node *b, Node *c) in op2()
164 Node *op3(int a, Node *b, Node *c, Node *d) in op3()
191 Node *celltonode(Cell *a, int b) in celltonode()
[all …]
/freebsd/contrib/ldns/
H A Dparse.c301 ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit) in ldns_bget_token()
485 ldns_bget_keyword_data(ldns_buffer *b, const char *keyword, const char *k_del, char in ldns_bget_keyword_data()
H A Dresolver.c601 ldns_resolver_set_random(ldns_resolver *r, bool b) in ldns_resolver_set_random()
777 ldns_buffer *b; in ldns_resolver_new_frm_fp_l() local
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c2406 tmpfs_dirtree_cmp(struct tmpfs_dirent *a, struct tmpfs_dirent *b) in tmpfs_dirtree_cmp()
/freebsd/contrib/bmake/
H A Dvar.c3325 NUM_TYPE a, b; in SubNumAsc() local
3339 Substring_Cmp(Substring a, Substring b) in Substring_Cmp()
H A Dmake.h677 #define CONCAT(a, b) a##b argument
/freebsd/sbin/ifconfig/
H A Difconfig.c266 cmpifaddrs(struct ifaddrs *a, struct ifaddrs *b, struct ifa_queue *q) in cmpifaddrs()
/freebsd/sys/net/
H A Dif_ovpn.c281 ovpn_peer_compare(struct ovpn_kpeer *a, struct ovpn_kpeer *b) in ovpn_peer_compare()
/freebsd/lib/libc/amd64/string/
H A Dbzero.c10 bzero(void *b, size_t len) in bzero()
/freebsd/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_gets.c60 char b[10]; in main() local
/freebsd/lib/libc/secure/
H A Dssp_internal.h34 #define __ssp_overlap(a, b, l) \ argument
/freebsd/sys/dev/nvme/
H A Dnvme.h2184 char b; in nvme_le128toh() local
2317 uint8_t b; in nvme_device_self_test_swapbytes() local
/freebsd/sys/netinet/
H A Dsctputil.c486 sctp_misc_ints(uint8_t from, uint32_t a, uint32_t b, uint32_t c, uint32_t d) in sctp_misc_ints()
4658 struct sockaddr_in6 a, b; in sctp_is_same_scope() local
7105 sctp_log_trace(uint32_t subsys, const char *str SCTP_UNUSED, uint32_t a, uint32_t b, uint32_t c, ui… in sctp_log_trace()
H A Dsctp_pcb.c61 SCTP6_ARE_ADDR_EQUAL(struct sockaddr_in6 *a, struct sockaddr_in6 *b) in SCTP6_ARE_ADDR_EQUAL()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c428 cmp(uint8_t *a, uint8_t *b, size_t size) in cmp()
/freebsd/contrib/unbound/util/
H A Dmodule.c234 char b[1024]; in errinf_dname() local
H A Dnetevent.c198 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create() local
224 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event() local
239 comm_base_delete(struct comm_base* b) in comm_base_delete()
256 comm_base_delete_no_base(struct comm_base* b) in comm_base_delete_no_base()
279 comm_base_dispatch(struct comm_base* b) in comm_base_dispatch()
289 void comm_base_exit(struct comm_base* b) in comm_base_exit()
296 void comm_base_set_slow_accept_handlers(struct comm_base* b, in comm_base_set_slow_accept_handlers()
445 struct comm_base* b = c->ev->base; local
754 struct comm_base* b = c->ev->base; local
1209 struct comm_base* b = (struct comm_base*)arg; local
[all …]
H A Dconfiglexer.c6972 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; in yy_get_next_buffer() local
7259 YY_BUFFER_STATE b; in yy_create_buffer() local
7285 void yy_delete_buffer (YY_BUFFER_STATE b ) in yy_delete_buffer()
7304 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) in yy_init_buffer()
7332 void yy_flush_buffer (YY_BUFFER_STATE b ) in yy_flush_buffer()
7461 YY_BUFFER_STATE b; in yy_scan_buffer() local
7511 YY_BUFFER_STATE b; in yy_scan_bytes() local
/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c173 #define mix(a,b,c) \ argument
208 #define final(a,b,c) \ argument
237 uint32_t a,b,c; in hashword() local
286 uint32_t a,b,c; in hashword2() local
348 uint32_t a,b,c; /* internal state */ in hashlittle() local
546 uint32_t a,b,c; /* internal state */ in hashlittle2() local
879 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; in driver2() local
949 uint8_t buf[MAXLEN+20], *b; in driver3() local
/freebsd/contrib/unbound/validator/
H A Dvalidator.c212 char b[LDNS_MAX_DOMAINLEN+2]; in val_init() local
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c548 reply_info_sortref_cmp(const void* a, const void* b) in reply_info_sortref_cmp()
/freebsd/contrib/unbound/services/
H A Dmesh.c148 struct mesh_state* b = (struct mesh_state*)bp; in mesh_state_compare() local
186 struct mesh_state_ref* b = (struct mesh_state_ref*)bp; in mesh_state_ref_compare() local

12345678910>>...109