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

  /src/usr.bin/sort/
init.c 155 char *npos; local in function:setcolumn
158 col->num = (int) strtol(pos, &npos, 10);
159 pos = npos;
166 col->indent = (int) strtol(pos, &npos, 10);
167 pos = npos;
  /src/bin/pax/
tables.h 166 off_t npos; /* position in file where this dir name starts */ member in struct:dirdata
  /src/distrib/utils/more/
prim.c 476 off_t npos = pos; local in function:jump_loc
481 for (nline = 0; npos < tpos && nline < sc_height - 1; nline++)
482 npos = forw_line(npos);
484 if (npos < tpos) {
491 add_back_pos(npos);
497 back(nline, npos, 0);
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1077 int i, j, ngood, sn, bic, r, npos; local in function:clean_fs
1096 npos = 0;
1113 ++npos;
1141 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1144 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1175 lfs_sb_getfsmnt(fs), (int)goal, cip->clean, npos);

Completed in 13 milliseconds