Searched refs:yyptr (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | deltat.c | 554 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 555 Stack = &yyptr->Stack_alloc; \ 557 yyptr += yynewbytes / YYSIZEOF (*yyptr); \ 1097 union yyalloc *yyptr = in yyparse() 1100 if (! yyptr) in yyparse()
|
| /src/crypto/heimdal/lib/com_err/ |
| H A D | parse.c | 389 YYCOPY (&yyptr->Stack, Stack, yysize); \ 390 Stack = &yyptr->Stack; \ 392 yyptr += yynewbytes / sizeof (*yyptr); \ 1256 union yyalloc *yyptr = local 1258 if (! yyptr)
|
| /src/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.c | 380 YYCOPY (&yyptr->Stack, Stack, yysize); \ 381 Stack = &yyptr->Stack; \ 383 yyptr += yynewbytes / sizeof (*yyptr); \ 1230 union yyalloc *yyptr = local 1232 if (! yyptr)
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.c | 537 YYCOPY (&yyptr->Stack, Stack, yysize); \ 538 Stack = &yyptr->Stack; \ 540 yyptr += yynewbytes / sizeof (*yyptr); \ 1648 union yyalloc *yyptr = local 1650 if (! yyptr)
|
| /src/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.c | 527 YYCOPY (&yyptr->Stack, Stack, yysize); \ 528 Stack = &yyptr->Stack; \ 530 yyptr += yynewbytes / sizeof (*yyptr); \ 1641 union yyalloc *yyptr = in yyparse() local 1643 if (! yyptr) in yyparse()
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 1260 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1261 Stack = &yyptr->Stack_alloc; \ 1263 yyptr += yynewbytes / YYSIZEOF (*yyptr); \ 2269 union yyalloc *yyptr = in yyparse() 2272 if (! yyptr) in yyparse()
|
| /src/contrib/unbound/util/ |
| H A D | configparser.c | 1208 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1209 Stack = &yyptr->Stack_alloc; \ 1211 yyptr += yynewbytes / YYSIZEOF (*yyptr); \ 2893 union yyalloc *yyptr = in yyparse() 2896 if (! yyptr) in yyparse()
|