Searched refs:pType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_ubsan.c | 1293 ASSERT(pType); in zDeserializeTypeWidth() 1352 ASSERT(pType); 1379 ASSERT(pType); 1411 ASSERT(pType); 1447 ASSERT(pType); 1480 ASSERT(pType); 1522 ASSERT(pType); 1564 ASSERT(pType); 1599 ASSERT(pType); 1685 ASSERT(pType); [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/ |
| H A D | configfile.c | 1159 tOptionValue * pType) in parse_attrs() argument 1174 txt = parse_value(txt+len, pType); in parse_attrs() 1178 txt = parse_keyword(opts, txt+len, pType); in parse_attrs() 1182 txt = parse_set_mem(opts, txt+len, pType); in parse_attrs() 1212 pType->valType = OPARG_TYPE_NONE; in parse_attrs() 1220 case '/': pType->valType = OPARG_TYPE_NONE; in parse_attrs()
|
| H A D | proto.h | 90 tOptionValue * pType);
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-ipx.c | 51 nd_uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 68 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 2555 unsigned pType, unsigned pFlags) { in addPhdrForSection() argument 2563 PhdrEntry *entry = make<PhdrEntry>(pType, pFlags); in addPhdrForSection()
|
| /freebsd-14.2/stand/ficl/ |
| H A D | words.c | 2658 FICL_WORD *pType = ficlLookup(pVM->pSys, "type"); in dotQuoteCoIm() local 2659 assert(pType); in dotQuoteCoIm() 2663 dictAppendCell(dp, LVALUEtoCELL(pType)); in dotQuoteCoIm()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 117206 sqlite3_value *pType, 117210 const char *zT = (const char*)sqlite3_value_text(pType); 123340 SQLITE_PRIVATE void sqlite3AddGenerated(Parse *pParse, Expr *pExpr, Token *pType){ 123355 if( pType ){ 123356 if( pType->n==7 && sqlite3StrNICmp("virtual",pType->z,7)==0 ){ 123358 }else if( pType->n==6 && sqlite3StrNICmp("stored",pType->z,6)==0 ){ 178433 static int keywordCode(const char *z, int n, int *pType){ 178601 *pType = aKWCode[i];
|