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 | 6875 int nti, nbo, nac; in fromBase64() local 6878 nti = (ncIn>4)? 4 : ncIn; in fromBase64() 6879 ncIn -= nti; in fromBase64() 6880 nbo = nboi[nti]; in fromBase64() 6883 char c = (nac<nti)? *pIn++ : b64Numerals[0]; in fromBase64() 6892 nti = nac; in fromBase64() 7228 int nti, nbo; in fromBase85() local 7231 nti = (ncIn>5)? 5 : ncIn; in fromBase85() 7232 nbo = nboi[nti]; in fromBase85() 7234 while( nti>0 ){ in fromBase85() [all …]
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 7280 OLD_FILES+=usr/share/terminfo/i/interix-nti 7630 OLD_FILES+=usr/share/terminfo/n/ntconsole-100-nti 7632 OLD_FILES+=usr/share/terminfo/n/ntconsole-25-nti 7636 OLD_FILES+=usr/share/terminfo/n/ntconsole-35-nti 7639 OLD_FILES+=usr/share/terminfo/n/ntconsole-50-nti 7642 OLD_FILES+=usr/share/terminfo/n/ntconsole-60-nti 7687 OLD_FILES+=usr/share/terminfo/o/opennt-100-nti 7689 OLD_FILES+=usr/share/terminfo/o/opennt-25-nti 7693 OLD_FILES+=usr/share/terminfo/o/opennt-35-nti 7696 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,
|