Home
last modified time | relevance | path

Searched refs:pT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dparse-duration.c411 char * pT; in parse_period() local
423 pT = strchr (pz, 'T'); in parse_period()
424 if (pT != NULL) in parse_period()
426 *(pT++) = NUL; in parse_period()
428 pT = trim (pT); in parse_period()
453 if ((errno == 0) && (pT != NULL)) in parse_period()
455 time_t val = parse_time (pT); in parse_period()
/freebsd/crypto/openssl/test/certs/
H A Dserver-pss-restrict-key.pem21 36pT+caTxl1Go5AVxyw04qZpVZKLO1iK9O3Jrp9rjAgrTrYpw23+QWzAvjDqLfeq
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp44 typedef T *pT; typedef in CollapseAllocator
51 pT pTAlloc;
54 CollapseAllocator(size_t n) : pTAlloc(reinterpret_cast<pT>(stackAlloc)) { in CollapseAllocator()
56 pTAlloc = reinterpret_cast<pT>(__kmp_allocate(n * sizeof(T))); in CollapseAllocator()
60 if (pTAlloc != reinterpret_cast<pT>(stackAlloc)) { in ~CollapseAllocator()
65 operator const pT() { return pTAlloc; } in operator const pT()
/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dcore.tcl2093 set pT 0x02
2100 set pT 0x20
2107 set ::teaish__Config(tm-policy) $pT
/freebsd/contrib/sqlite3/
H A Dsqlite3.c144571 TriggerPrg *pT = sParse.pTriggerPrg;
144572 sParse.pTriggerPrg = pT->pNext;
144573 sqlite3DbFree(db, pT);
171324 WhereTerm *pT = &sWLB.pWC->a[ii]; /* A term of the WHERE clause */
171326 if( pT->wtFlags & TERM_VIRTUAL ) continue;
171327 pX = pT->pExpr;
171329 assert( pT->prereqAll!=0 || !ExprHasProperty(pX, EP_OuterON) );
171330 if( pT->prereqAll==0 /* Conditions (1) and (2) */
171336 pT->wtFlags |= TERM_CODED;
204780 sqlite3_tokenizer_cursor *pT = 0;
[all …]
H A Dshell.c13656 IdxConstraint *pT = pTail; in idxFindCompatible() local
13683 if( pT ){ in idxFindCompatible()
13684 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible()
13688 pT = pT->pLink; in idxFindCompatible()