Searched refs:calc_len (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dcode_calc.tab.c8 const YYINT calc_len[] = { 2, variable
H A Dcalc.tab.c60 #define yylen calc_len
160 static const YYINT calc_len[] = { 2, variable
H A Dpure_calc.tab.c60 #define yylen calc_len
170 static const YYINT calc_len[] = { 2, variable
H A Dcode_calc.code.c60 #define yylen calc_len
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dcode_calc.tab.c11 const YYINT calc_len[] = { 2, variable
H A Dcalc.tab.c63 #define yylen calc_len
180 static const YYINT calc_len[] = { 2, variable
H A Dpure_calc.tab.c63 #define yylen calc_len
190 static const YYINT calc_len[] = { 2, variable
H A Dcode_calc.code.c63 #define yylen calc_len
/netbsd-current/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_kay.c3367 size_t calc_len; local
3380 calc_len = sizeof(*eth_hdr) + sizeof(*eapol_hdr) +
3382 if (len < calc_len) {
3385 (unsigned long) calc_len,
3389 if (len > calc_len) {
3392 &buf[calc_len], len - calc_len);
3393 len = calc_len;
/netbsd-current/sbin/ifconfig/
H A Dieee80211.c769 calc_len(const u_int8_t *cp, int len) function
809 ssidmax = calc_len(buf, len);

Completed in 116 milliseconds