OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlim
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ps/
print.c
128
u_int64_t
nlim
, lim;
local
131
for (lim = 10; v >= lim; lim =
nlim
) {
132
nlim
= lim * 10;
134
if (
nlim
< lim)
/src/sbin/sysctl/
sysctl.c
2512
u_quad_t olim, *newp,
nlim
;
local
2522
nsz = sizeof(
nlim
);
2523
newp = &
nlim
;
2525
nlim
= RLIM_INFINITY;
2528
nlim
= strtouq(value, &t, 0);
2558
if (rflag || xflag ||
nlim
!= RLIM_INFINITY)
2559
display_number(pnode, sname, &
nlim
, sizeof(
nlim
),
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026