Home
last modified time | relevance | path

Searched refs:nti (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcsh/nls/finnish/
H A Dset353 51 Laajenna historiaviittaukset ja lisää välilyönti
91 89 Vi: siirry edelliseen merkkiin (backspace, välilyönti taaksepäin)
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1501 char nti[17]; in pswitch() member
1553 strlcpy (ip->nti, ntin, sizeof (ip->nti)); in pswitch()
1554 strlcpy (ntin, op->nti, 17); in pswitch()
/freebsd/contrib/tnftp/src/
H A Dftp.c1754 char nti[17]; in pswitch() member
1806 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti)); in pswitch()
1807 (void)strlcpy(ntin, op->nti, sizeof(ntin)); in pswitch()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1268 struct node_tinit *ti, *nti; in print_tabledef() local
1289 nti = SIMPLEQ_NEXT(ti, entries); in print_tabledef()
1290 if (nti != NULL && nti->file == NULL) in print_tabledef()
1291 ti = nti; /* merge lists */ in print_tabledef()
H A Dparse.y1732 struct node_tinit *ti, *nti; variable
1747 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) {
1754 nti = SIMPLEQ_NEXT(ti, entries);
/freebsd/contrib/sqlite3/
H A Dshell.c4709 int nti, nbo, nac; in fromBase64() local
4712 nti = (ncIn>4)? 4 : ncIn; in fromBase64()
4713 ncIn -= nti; in fromBase64()
4714 nbo = nboi[nti]; in fromBase64()
4717 char c = (nac<nti)? *pIn++ : b64Numerals[0]; in fromBase64()
4726 nti = nac; in fromBase64()
5060 int nti, nbo; in fromBase85() local
5063 nti = (ncIn>5)? 5 : ncIn; in fromBase85()
5064 nbo = nboi[nti]; in fromBase85()
5066 while( nti>0 ){ in fromBase85()
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src9666 interix-nti|opennt-nti|opennt-25-nti|ntconsole-25-nti|OpenNT-nti compatible with color,
9669 opennt-35-nti|ntconsole-35-nti|OpenNT-term35-nti compatible with color,
9670 lines#35, use=opennt-nti,
9672 opennt-50-nti|ntconsole-50-nti|OpenNT-term50-nti compatible with color,
9673 lines#50, use=opennt-nti,
9675 opennt-60-nti|ntconsole-60-nti|OpenNT-term60-nti compatible with color,
9676 lines#60, use=opennt-nti,
9678 opennt-100-nti|ntconsole-100-nti|OpenNT-term100-nti compatible with color,
9679 lines#100, use=opennt-nti,
/freebsd/
H A DObsoleteFiles.inc6413 OLD_FILES+=usr/share/terminfo/i/interix-nti
6763 OLD_FILES+=usr/share/terminfo/n/ntconsole-100-nti
6765 OLD_FILES+=usr/share/terminfo/n/ntconsole-25-nti
6769 OLD_FILES+=usr/share/terminfo/n/ntconsole-35-nti
6772 OLD_FILES+=usr/share/terminfo/n/ntconsole-50-nti
6775 OLD_FILES+=usr/share/terminfo/n/ntconsole-60-nti
6820 OLD_FILES+=usr/share/terminfo/o/opennt-100-nti
6822 OLD_FILES+=usr/share/terminfo/o/opennt-25-nti
6826 OLD_FILES+=usr/share/terminfo/o/opennt-35-nti
6829 OLD_FILES+=usr/share/terminfo/o/opennt-50-nti
[all …]