Searched refs:nti (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/tcsh/nls/finnish/ |
| H A D | set3 | 53 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 D | ftp.c | 1501 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 D | ftp.c | 1754 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 D | pfctl_parser.c | 1369 struct node_tinit *ti, *nti; in print_tabledef() local 1390 nti = SIMPLEQ_NEXT(ti, entries); in print_tabledef() 1391 if (nti != NULL && nti->file == NULL) in print_tabledef() 1392 ti = nti; /* merge lists */ in print_tabledef()
|
| H A D | parse.y | 1763 struct node_tinit *ti, *nti; variable 1778 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) { 1785 nti = SIMPLEQ_NEXT(ti, entries);
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 5257 int nti, nbo, nac; in fromBase64() local 5260 nti = (ncIn>4)? 4 : ncIn; in fromBase64() 5261 ncIn -= nti; in fromBase64() 5262 nbo = nboi[nti]; in fromBase64() 5265 char c = (nac<nti)? *pIn++ : b64Numerals[0]; in fromBase64() 5274 nti = nac; in fromBase64() 5611 int nti, nbo; in fromBase85() local 5614 nti = (ncIn>5)? 5 : ncIn; in fromBase85() 5615 nbo = nboi[nti]; in fromBase85() 5617 while( nti>0 ){ in fromBase85() [all …]
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 6655 OLD_FILES+=usr/share/terminfo/i/interix-nti 7005 OLD_FILES+=usr/share/terminfo/n/ntconsole-100-nti 7007 OLD_FILES+=usr/share/terminfo/n/ntconsole-25-nti 7011 OLD_FILES+=usr/share/terminfo/n/ntconsole-35-nti 7014 OLD_FILES+=usr/share/terminfo/n/ntconsole-50-nti 7017 OLD_FILES+=usr/share/terminfo/n/ntconsole-60-nti 7062 OLD_FILES+=usr/share/terminfo/o/opennt-100-nti 7064 OLD_FILES+=usr/share/terminfo/o/opennt-25-nti 7068 OLD_FILES+=usr/share/terminfo/o/opennt-35-nti 7071 OLD_FILES+=usr/share/terminfo/o/opennt-50-nti [all...] |
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 10148 interix-nti|opennt-nti|opennt-25-nti|ntconsole-25-nti|OpenNT-nti compatible with color, 10151 opennt-35-nti|ntconsole-35-nti|OpenNT-term35-nti compatible with color, 10152 lines#35, use=opennt-nti, 10154 opennt-50-nti|ntconsole-50-nti|OpenNT-term50-nti compatible with color, 10155 lines#50, use=opennt-nti, 10157 opennt-60-nti|ntconsole-60-nti|OpenNT-term60-nti compatible with color, 10158 lines#60, use=opennt-nti, 10160 opennt-100-nti|ntconsole-100-nti|OpenNT-term100-nti compatible with color, 10161 lines#100, use=opennt-nti,
|