Home
last modified time | relevance | path

Searched refs:nThis (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr45 msg_creating_menu_list="Creating menu list...\nThis may take a while."
46 msg_creating_rcconf_map="Creating rc.conf(5) map...\nThis may take a while."
47 msg_creating_rcvar_map="Creating rcvar map...\nThis may take a while."
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr284 …the remote\nhost and directory containing the FreeBSD distribution files.\nThis should be in the f…
380 msg_unable_to_configure_device="Unable to configure the %s interface!\nThis installation method can…
382 msg_unable_to_get_file_from_selected_media="Unable to get %s file from selected media.\n\nThis may …
/freebsd/contrib/sqlite3/
H A Dshell.c3044 int nThis = 0; in qrfColumnar() local
3048 qrfWrapLine(data.a[j].z, data.a[j].w, bWW, &nThis, &nWide, &iNext); in qrfColumnar()
3050 qrfPrintAligned(p->pOut, &data.a[j], nThis, nWS); in qrfColumnar()
3529 int nThis, nWide, iNext; in qrfOneSimpleRow() local
3530 qrfWrapLine(zVal, mxW, bWW, &nThis, &nWide, &iNext); in qrfOneSimpleRow()
3537 nThis = iNext = 3; in qrfOneSimpleRow()
3539 sqlite3_str_append(p->pOut, zVal, nThis); in qrfOneSimpleRow()
H A Dsqlite3.c197966 int nThis = 0; local
197968 rc = fts3TermSelect(pTab, pToken, p->iColumn, &nThis, &pThis);
197970 rc = fts3EvalPhraseMergeToken(pTab, p, iToken, pThis, nThis);
234423 int nThis; local
234442 nThis = sqlite3Strlen30(zThis);
234443 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){
234470 nByte = nThis + 1;
234501 memcpy(pAlloc, zThis, nThis+1);
234503 pAlloc += nThis+1;
255929 int nThis = pStruct->aLevel[i].nSeg; local
[all …]