Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 9 of 9) sorted by relevance

/src/crypto/heimdal/lib/asn1/
H A Dasn1parse.y52 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(TOctetString);
[all …]
H A Dasn1parse.c266 static Type *new_type (Typetype t);
1853 TE_EXPLICIT, new_type(TBoolean));
1907 TE_EXPLICIT, new_type(TInteger));
1914 (yyval.type) = new_type(TInteger);
1923 (yyval.type) = new_type(TInteger);
1968 (yyval.type) = new_type(TInteger);
1977 (yyval.type) = new_type(TBitString);
1987 (yyval.type) = new_type(TBitString);
1997 TE_EXPLICIT, new_type(TOID));
2004 Type *t = new_type(TOctetString);
[all …]
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp47 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()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h208 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() argument
/src/usr.bin/rpcgen/
H A Drpc_parse.c366 check_type_name(const char *name, int new_type) in check_type_name() argument
379 if (new_type) { in check_type_name()
/src/contrib/ofed/librdmacm/
H A Dpreload.c479 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()
/src/tools/build/
H A Dcheckstyle9.pl1034 my $new_type = pop(@av_paren_type);
1035 if ($new_type ne '_') {
1036 $type = $new_type;
/src/sys/sys/
H A Dmbuf.h1092 m_chtype(struct mbuf *m, short new_type) in m_chtype() argument
1095 m->m_type = new_type; in m_chtype()
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c545 enum nl80211_iftype new_type) in brcmf_vif_change_validate() argument
556 params.iftype_num[new_type]++; in brcmf_vif_change_validate()
570 enum nl80211_iftype new_type) in brcmf_vif_add_validate() argument
580 params.iftype_num[new_type]++; in brcmf_vif_add_validate()