Searched refs:BUFSPACE (Results 1 – 9 of 9) sorted by relevance
42 #define BUFSPACE (4*1024) macro61 u_char p[BUFSPACE]; in readloop()182 ctl.en_maxlen = BUFSPACE; in initdevice()
65 #define BUFSPACE (4*CHUNKSIZE) macro231 nioc.nioc_bufspace = BUFSPACE; in nit_setflags()321 p->bufsize = BUFSPACE; in pcap_activate_nit()
77 #define BUFSPACE (4*CHUNKSIZE) macro408 p->bufsize = BUFSPACE; in pcap_activate_snit()
98 #define BUFSPACE (200 * 256) macro509 p->bufsize = BUFSPACE; in pcap_activate_pf()
57 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN) macro1047 if (BUFSPACE(ep, len)) { in expand_op()1064 if (BUFSPACE(ep, 1)) { in expand_op()1236 if (BUFSPACE(ep, vlen+1)) { in expand_op()1271 if (BUFSPACE(ep, vlen+1)) { in expand_op()1303 if (BUFSPACE(ep, vlen+1)) { in expand_op()
37 #define BUFSPACE (4*CHUNKSIZE) macro
48 #define BUFSPACE (4*CHUNKSIZE) macro
1017 * amd/opts.c (expand_op): Need to check BUFSPACE for env for1033 * amd/opts.c (expand_op): should check BUFSPACE for vlen+1, not