Home
last modified time | relevance | path

Searched refs:pOut (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/ficl/
H A Dtestmain.c216 FILE *pOut; in spewHash() local
223 pOut = fopen(pVM->pad, "w"); in spewHash()
224 if (!pOut) in spewHash()
241 fprintf(pOut, "%d\t%d", i, n); in spewHash()
246 fprintf(pOut, "\t%s", pFW->name); in spewHash()
250 fprintf(pOut, "\n"); in spewHash()
253 fclose(pOut); in spewHash()
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_sync.c90 CpaFlatBuffer *pOut) in LacSync_GenFlatBufCb() argument
104 CpaFlatBuffer *pOut) in LacSync_GenFlatBufVerifyCb() argument
/freebsd/contrib/sqlite3/
H A Dshell.c933 sqlite3_str *pOut; /* Accumulated output */ member
1106 sqlite3_str_appendf(p->pOut, "%s%s%s\n", p->u.pGraph->zPrefix, in qrfEqpRenderLevel()
1123 static void qrfApproxInt64(sqlite3_str *pOut, i64 N){ in qrfApproxInt64() argument
1128 sqlite3_str_append(pOut, "-", 1); in qrfApproxInt64()
1131 sqlite3_str_appendf(pOut, "%4lld ", N); in qrfApproxInt64()
1140 sqlite3_str_appendf(pOut, "%d.%02d", n/1000, (n%1000)/10); in qrfApproxInt64()
1143 sqlite3_str_appendf(pOut, "%2d.%d", n/100, (n%100)/10); in qrfApproxInt64()
1146 sqlite3_str_appendf(pOut, "%4d", n/10); in qrfApproxInt64()
1149 sqlite3_str_append(pOut, &aSuffix[i/3], 1); in qrfApproxInt64()
1166 sqlite3_str_appendf(p->pOut, "%s\n", pRow->zText+3); in qrfEqpRender()
[all …]
H A Dsqlite3.h10741 void *pOut /* Result written here */
10748 void *pOut /* Result written here */
13257 int (*xOutput)(void *pOut, const void *pData, int nData),
13258 void *pOut
13263 int (*xOutput)(void *pOut, const void *pData, int nData),
13264 void *pOut
13279 int (*xOutput)(void *pOut, const void *pData, int nData),
13280 void *pOut
13284 int (*xOutput)(void *pOut, const void *pData, int nData),
13285 void *pOut
[all …]
H A Dsqlite3.c11062 void *pOut /* Result written here */
11069 void *pOut /* Result written here */
13578 int (*xOutput)(void *pOut, const void *pData, int nData),
13579 void *pOut
13584 int (*xOutput)(void *pOut, const void *pData, int nData),
13585 void *pOut
13600 int (*xOutput)(void *pOut, const void *pData, int nData),
13601 void *pOut
13605 int (*xOutput)(void *pOut, const void *pData, int nData),
13606 void *pOut
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sync.h276 CpaFlatBuffer *pOut);
302 CpaFlatBuffer *pOut);
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_common.h217 CpaFlatBuffer *pOut);
H A Dcpa_cy_ecdsa.h373 CpaFlatBuffer *pOut);
H A Dcpa_cy_dsa.h582 CpaFlatBuffer *pOut);