HomeSort by: relevance | last modified time | path
    Searched defs:pBuf (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
clk_mgr.h 79 char *pBuf;
  /src/usr.sbin/moused/
moused.c 1501 static unsigned char pBuf[8];
1641 pBuf[pBufP++] = rBuf;
1651 pBuf[0], pBuf[1], pBuf[2], pBuf[3],
1652 pBuf[4], pBuf[5], pBuf[6], pBuf[7])
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_jjy.c 614 char *pBuf, sLogText [ MAX_LOGTEXT ] ;
759 pBuf = up->sLineBuf ;
762 pBuf = pp->a_lastcode ;
767 memcpy( sLogText, pBuf, iCopyLen ) ;
1184 char * pBuf ;
1201 pBuf = up->sTextBuf ;
1204 pBuf = pp->a_lastcode ;
1215 pBuf ) ;
1239 rc = sscanf ( pBuf, "%4d/%2d/%2d",
1267 rc = sscanf ( pBuf, "%2d:%2d:%2d"
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.h 9337 void *pBuf; /* The content of the page */
9430 ** The pBuf element of the returned sqlite3_pcache_page object will be a
shell.c 9862 void *pBuf;
9881 pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
9882 if( pBuf==0 ){
9887 if( nIn==(sqlite3_int64)fread(pBuf, 1, (size_t)nIn, in) ){
9888 sqlite3_result_blob64(ctx, pBuf, nIn, sqlite3_free);
9891 sqlite3_free(pBuf);
14126 static int zipfileBufferGrow(ZipfileBuffer *pBuf, i64 nByte){
14127 if( pBuf->n+nByte>pBuf->nAlloc ){
14129 sqlite3_int64 nNew = pBuf->n ? pBuf->n*2 : 512
    [all...]
sqlite3.c 9658 void *pBuf; /* The content of the page */
9751 ** The pBuf element of the returned sqlite3_pcache_page object will be a
    [all...]

Completed in 78 milliseconds