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

  /src/usr.bin/msgc/
msg_sys.def 339 int len, pos, npos, off;
384 npos = pos + 4;
385 if (npos > len)
386 npos = len;
387 if (npos - off > maxx)
388 off = npos - maxx;
390 npos = len - off;
391 if (npos > maxx)
392 npos = maxx;
393 mvwaddnstr(msg_win, txt_y, txt_x, ibuf + off, npos);
    [all...]
  /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/bin/pax/
tables.h 166 off_t npos; /* position in file where this dir name starts */ member in struct:dirdata
tables.c 1171 if ((dblk.npos = lseek(dirfd, 0L, SEEK_CUR)) < 0) {
1254 if (lseek(dirfd, dblk.npos, SEEK_SET) < 0)
1258 if (lseek(dirfd, dblk.npos, SEEK_SET) < 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 51 if (Pos == std::string::npos) return Path;
129 if (FileName.find("compiler-rt/lib/") != std::string::npos)
131 if (FileName.find("/usr/lib/") != std::string::npos)
133 if (FileName.find("/usr/include/") != std::string::npos)
FuzzerCommand.h 87 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
98 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
118 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
FuzzerDataFlowTrace.cpp 57 if (SpacePos == std::string::npos)
FuzzerUtil.h 76 if (Pos == std::string::npos)
FuzzerIOWindows.cpp 77 if (Pos == std::string::npos) return Path;
327 if (FileName.find("Program Files") != std::string::npos)
329 if (FileName.find("compiler-rt\\lib\\") != std::string::npos)
FuzzerDriver.cpp 296 if (Beg == std::string::npos)
299 if (End == std::string::npos)
FuzzerLoop.cpp 397 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) {
FuzzerTracePC.cpp 313 Name = Name.substr(3, std::string::npos);
  /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/sys/dev/
keylock.c 74 CTLTYPE_INT, "npos",
93 keylock_register(void *cb_arg, int npos, int (*cb)(void *))
100 keylock_npos = npos;
  /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 23 milliseconds