HomeSort by: relevance | last modified time | path
    Searched defs:nti (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mvme68k/stand/bootst/
dev_tape.c 174 struct mvmeprom_dskio nti; local
177 nti = *ti;
179 nti.pbuffer = hackload_addr;
180 nti.blk_cnt = hackload_blocks;
181 nti.flag |= END_OF_FILE;
183 ret = mvmeprom_diskrd(&nti);
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1036 struct node_tinit *ti, *nti; local
1055 nti = SIMPLEQ_NEXT(ti, entries);
1056 if (nti != NULL && nti->file == NULL)
1057 ti = nti; /* merge lists */
  /src/usr.bin/ftp/
ftp.c 1838 char nti[17]; member in struct:comvars
1890 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti));
1891 (void)strlcpy(ntin, op->nti, sizeof(ntin));
  /src/external/public-domain/sqlite/dist/
shell.c 6862 int nti, nbo, nac; local
6865 nti = (ncIn>4)? 4 : ncIn;
6866 ncIn -= nti;
6867 nbo = nboi[nti];
6870 char c = (nac<nti)? *pIn++ : b64Numerals[0];
6879 nti = nac;
7215 int nti, nbo; local
7218 nti = (ncIn>5)? 5 : ncIn;
7219 nbo = nboi[nti];
7221 while( nti>0 )
    [all...]

Completed in 40 milliseconds