Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBProxySBValue.cpp107 const char *pType = "unsigned char *"; in GetCString() local
108 if (!CMIUtilString::Compare(pCType, pType)) in GetCString()
/freebsd-12.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-12.1/contrib/tcpdump/
H A Dprint-ipx.c52 uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member
/freebsd-12.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-12.1/contrib/sqlite3/
H A Dsqlite3.c106445 sqlite3_value *pType,
106449 const char *zT = (const char*)sqlite3_value_text(pType);
111282 z = sqlite3DbMallocRaw(db, pName->n + pType->n + 2);
111310 if( pType->n==0 ){
111322 memcpy(zType, pType->z, pType->n);
111323 zType[pType->n] = 0;
111713 if( pType ){
111714 if( pType->n==7 && sqlite3StrNICmp("virtual",pType->z,7)==0 ){
111716 }else if( pType->n==6 && sqlite3StrNICmp("stored",pType->z,6)==0 ){
158867 static int keywordCode(const char *z, int n, int *pType){
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c80206 SQLITE_PRIVATE void sqlite3AddColumnType(Parse *pParse, Token *pType){
80214 pCol->zType = sqlite3NameFromToken(pParse->db, pType);