Searched refs:nrem (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | main.c | 192 int range, procno, i, tofork, nnsp, nrem; in mfork() local 236 nrem = nsp % tofork; /* remainder to spread around */ in mfork() 271 range = (nrem > 0) ? nnsp + 1 : nnsp; in mfork() 292 nrem--; in mfork() 577 int range, i, tofork, nnsp, nrem; in mcount() local 590 nrem = nsp % tofork; in mcount() 592 range = (nrem > 0) ? nnsp + 1 : nnsp; in mcount() 594 nrem--; in mcount()
|
/illumos-gate/usr/src/common/mdesc/ |
H A D | mdesc_diff.c | 105 int nrem = 0; in md_diff_init() local 209 mde_rem_scr[nrem++] = md1nodesp[idx]; in md_diff_init() 242 if (nrem) { in md_diff_init() 243 int remsz = sizeof (mde_cookie_t) * nrem; in md_diff_init() 248 diff_res->removed.nelem = nrem; in md_diff_init()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 1872 size_t nrem = PATH_MAX - 1; in expand() local 1879 if (nrem == 0) in expand() 1883 *nptr++ = *optr++, nrem--; in expand() 1902 nrem--; in expand() 1906 if (len >= nrem) in expand() 1911 nrem -= len; in expand() 1934 if (machine_sz >= nrem) in expand() 1939 nrem -= machine_sz; in expand() 1963 if (platform_sz >= nrem) in expand() 1968 nrem -= platform_sz; in expand() [all …]
|