Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dkern_ubsan.c1294 ASSERT(pType); in zDeserializeTypeWidth()
1353 ASSERT(pType);
1380 ASSERT(pType);
1412 ASSERT(pType);
1448 ASSERT(pType);
1481 ASSERT(pType);
1523 ASSERT(pType);
1565 ASSERT(pType);
1600 ASSERT(pType);
1686 ASSERT(pType);
[all …]
/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dconfigfile.c1203 tOptionValue * pType) in parse_attrs() argument
1218 txt = parse_value(txt+len, pType); in parse_attrs()
1222 txt = parse_keyword(opts, txt+len, pType); in parse_attrs()
1226 txt = parse_set_mem(opts, txt+len, pType); in parse_attrs()
1256 pType->valType = OPARG_TYPE_NONE; in parse_attrs()
1264 case '/': pType->valType = OPARG_TYPE_NONE; in parse_attrs()
H A Dproto.h50 tOptionValue * pType);
/freebsd-13.1/contrib/tcpdump/
H A Dprint-ipx.c52 uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType,
2509 unsigned pType, unsigned pFlags) { in addPhdrForSection() argument
2517 PhdrEntry *entry = make<PhdrEntry>(pType, pFlags); in addPhdrForSection()
/freebsd-13.1/stand/ficl/
H A Dwords.c2659 FICL_WORD *pType = ficlLookup(pVM->pSys, "type"); in dotQuoteCoIm() local
2660 assert(pType); in dotQuoteCoIm()
2664 dictAppendCell(dp, LVALUEtoCELL(pType)); in dotQuoteCoIm()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c109044 sqlite3_value *pType,
109048 const char *zT = (const char*)sqlite3_value_text(pType);
115009 SQLITE_PRIVATE void sqlite3AddGenerated(Parse *pParse, Expr *pExpr, Token *pType){
115024 if( pType ){
115025 if( pType->n==7 && sqlite3StrNICmp("virtual",pType->z,7)==0 ){
115027 }else if( pType->n==6 && sqlite3StrNICmp("stored",pType->z,6)==0 ){
165289 static int keywordCode(const char *z, int n, int *pType){
165457 *pType = aKWCode[i];