Searched refs:token_flags (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| H A D | cfx.c | 756 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 D | c-common.c | 6123 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 D | c-common.cc | 6508 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 D | ChangeLog-2015 | 916 * c-exp.y (token_flags): Rename to ... 918 (token_flags): Define.
|
| H A D | ChangeLog-2012 | 4621 * c-exp.y (enum token_flags): New.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2015 | 916 * c-exp.y (token_flags): Rename to ... 918 (token_flags): Define.
|
| H A D | ChangeLog-2012 | 4621 * c-exp.y (enum token_flags): New.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2009 | 26624 * c-common.c (c_parse_error): Take a token_flags parameter. 26626 Pass token_flags to cpp_type2name.
|