OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_maxargs
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/find/
find.h
121
#define
ep_maxargs
p_un.ex._ep_maxargs
macro
function.c
608
if (plan->ep_narg == plan->
ep_maxargs
)
764
new->
ep_maxargs
= ARG_MAX / (sizeof (char *) + 16);
765
if (new->
ep_maxargs
> 5000)
766
new->
ep_maxargs
= 5000;
767
new->e_argv = emalloc((cnt + new->
ep_maxargs
)
787
if (c + new->
ep_maxargs
* sizeof (char *) >= MAXARG)
789
bufsize = MAXARG - c - new->
ep_maxargs
* sizeof (char *);
Completed in 36 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026