Home
last modified time | relevance | path

Searched refs:token_flags (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.c756 u_char token_flags; in _gssapi_unwrap_cfx_iov() local
794 token_flags = token->Flags & in _gssapi_unwrap_cfx_iov()
797 if (token_flags & CFXSentByAcceptor) { in _gssapi_unwrap_cfx_iov()
803 if ((token_flags & CFXAcceptorSubkey) == 0) in _gssapi_unwrap_cfx_iov()
806 if (token_flags & CFXAcceptorSubkey) in _gssapi_unwrap_cfx_iov()
814 *conf_state = (token_flags & CFXSealed) ? 1 : 0; in _gssapi_unwrap_cfx_iov()
856 if (token_flags & CFXSealed) { in _gssapi_unwrap_cfx_iov()
1409 u_char token_flags; in _gssapi_unwrap_cfx() local
1433 token_flags = token->Flags & in _gssapi_unwrap_cfx()
1436 if (token_flags & CFXSentByAcceptor) { in _gssapi_unwrap_cfx()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c6123 tree value, unsigned char token_flags, in c_parse_error() argument
6206 error_at (richloc, message, cpp_type2name (token_type, token_flags)); in c_parse_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc6508 tree value, unsigned char token_flags, in c_parse_error() argument
6591 error_at (richloc, message, cpp_type2name (token_type, token_flags)); in c_parse_error()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2015916 * c-exp.y (token_flags): Rename to ...
918 (token_flags): Define.
H A DChangeLog-20124621 * c-exp.y (enum token_flags): New.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2015916 * c-exp.y (token_flags): Rename to ...
918 (token_flags): Define.
H A DChangeLog-20124621 * c-exp.y (enum token_flags): New.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200926624 * c-common.c (c_parse_error): Take a token_flags parameter.
26626 Pass token_flags to cpp_type2name.