HomeSort by: relevance | last modified time | path
    Searched defs:error_len (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/byacc/dist/test/yacc/
code_error.tab.c 7 const YYINT error_len[] = { 2, variable
error.tab.c 60 #define yylen error_len
149 static const YYINT error_len[] = { 2, variable
pure_error.tab.c 60 #define yylen error_len
161 static const YYINT error_len[] = { 2, variable
  /src/external/bsd/byacc/dist/test/btyacc/
code_error.tab.c 10 const YYINT error_len[] = { 2, variable
error.tab.c 63 #define yylen error_len
169 static const YYINT error_len[] = { 2, variable
pure_error.tab.c 63 #define yylen error_len
181 static const YYINT error_len[] = { 2, variable
  /src/sys/netinet/
sctp_input.c 766 uint16_t error_len; local
778 error_len = ntohs(phdr->param_length);
779 if ((error_len > chklen) || (error_len == 0)) {
784 chklen, error_len);
881 adjust = SCTP_SIZE32(error_len);

Completed in 47 milliseconds