Home
last modified time | relevance | path

Searched refs:nskip (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c115 static int ds_skip(char *device, int nskip);
508 int nskip, ods_volpart; in ds_findpkg() local
523 nskip = 0; in ds_findpkg()
530 nskip += ds_toc->nparts; in ds_findpkg()
550 ds_totread = nskip - ods_volpart; in ds_findpkg()
554 if (ds_skip(device, nskip - ds_totread)) in ds_findpkg()
557 ds_totread = nskip; in ds_findpkg()
628 ds_skip(char *device, int nskip) in ds_skip() argument
631 int n, onskip = nskip; in ds_skip()
633 while (nskip--) { in ds_skip()
[all …]
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1090 skipf(int nskip) in skipf() argument
1092 if (fnum + nskip < 0) { in skipf()
1093 nskip = -fnum; in skipf()
1094 if (nskip == 0) in skipf()
1098 if (fnum + nskip > nfiles - 1) { in skipf()
1099 nskip = (nfiles - 1) - fnum; in skipf()
1100 if (nskip == 0) in skipf()
1103 return (nskip); in skipf()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c211 static void skipf(register int nskip);
1484 skipf(register int nskip) in skipf() argument
1486 if (nskip == 0) return; in skipf()
1487 if (nskip > 0) { in skipf()
1488 if (fnum + nskip > nfiles - 1) in skipf()
1489 nskip = nfiles - fnum - 1; in skipf()
1493 fnum += nskip; in skipf()
1500 if (nskip > 0) in skipf()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dbad_xregs.c653 uint32_t nskip = 0; in main() local
696 nskip++; in main()
717 if (estatus == EXIT_SUCCESS && nskip > 0) { in main()
719 "due to missing hardware support", nskip); in main()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c531 int nskip; in p_branch_eat_delim() local
534 nskip = 0; in p_branch_eat_delim()
536 ++nskip; in p_branch_eat_delim()
537 return (nskip); in p_branch_eat_delim()