Searched refs:new_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.y | 52 static Type *new_type (Typetype t); 353 TE_EXPLICIT, new_type(TBoolean)); 397 TE_EXPLICIT, new_type(TInteger)); 401 $$ = new_type(TInteger); 407 $$ = new_type(TInteger); 443 $$ = new_type(TInteger); 454 $$ = new_type(TBitString); 461 $$ = new_type(TBitString); 470 TE_EXPLICIT, new_type(TOID)); 475 Type *t = new_type(TOctetStrin 991 new_type (Typetype tt) new_type() function [all...] |
| H A D | asn1parse.c | 266 static Type *new_type (Typetype t); 1856 TE_EXPLICIT, new_type(TBoolean)); 1910 TE_EXPLICIT, new_type(TInteger)); 1917 (yyval.type) = new_type(TInteger); 1926 (yyval.type) = new_type(TInteger); 1971 (yyval.type) = new_type(TInteger); 1980 (yyval.type) = new_type(TBitString); 1990 (yyval.type) = new_type(TBitString); 2000 TE_EXPLICIT, new_type(TOID)); 2007 Type *t = new_type(TOctetStrin 2814 new_type (Typetype tt) new_type() function [all...] |
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueLanguage.cpp | 47 LanguageType new_type = Language::GetLanguageTypeFromString(value.trim()); in SetValueFromString() local 48 if (new_type && languages_for_types[new_type]) { in SetValueFromString() 50 m_current_value = new_type; in SetValueFromString()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Event.h | 208 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() argument
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 366 check_type_name(const char *name, int new_type) in check_type_name() argument 379 if (new_type) { in check_type_name()
|
| /freebsd/contrib/ofed/librdmacm/ |
| H A D | preload.c | 479 static int transpose_socket(int socket, enum fd_type new_type) in transpose_socket() argument 486 if (new_type == fd_rsocket) { in transpose_socket() 507 fd_store(socket, dfd, new_type, fd_ready); in transpose_socket()
|
| /freebsd/tools/build/ |
| H A D | checkstyle9.pl | 1034 my $new_type = pop(@av_paren_type); 1035 if ($new_type ne '_') { 1036 $type = $new_type;
|
| /freebsd/sys/sys/ |
| H A D | mbuf.h | 1092 m_chtype(struct mbuf *m, short new_type) in m_chtype() 1095 m->m_type = new_type; in m_clrprotoflags() 1088 m_chtype(struct mbuf * m,short new_type) m_chtype() argument
|