Searched refs:nB (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_lockf.c | 2226 int nB __unused; in graph_add_edge() 2292 nB = graph_delta_backward(g, x, y, &deltaB); in graph_add_edge() 2327 for (i = 0; i < nB + nF; i++) in graph_add_edge()
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 944 int nB, in tclSqlCollate() argument 953 Tcl_ListObjAppendElement(p->interp, pCmd, Tcl_NewStringObj(zB, nB)); in tclSqlCollate()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 11848 int nB, /* Number of bytes in buffer pB */
|
H A D | shell.c | 10836 static int zipfileComparePath(const char *zA, const char *zB, int nB){ in zipfileComparePath() argument 10839 if( nB>0 && zB[nB-1]=='/' ) nB--; in zipfileComparePath() 10840 if( nA==nB && memcmp(zA, zB, nA)==0 ) return 0; in zipfileComparePath()
|
H A D | sqlite3.c | 12161 int nB, /* Number of bytes in buffer pB */
|