OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_max
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/libc/stdlib/
t_mktemp.c
84
long
name_max
;
local
87
name_max
= pathconf("/tmp/", _PC_NAME_MAX);
88
ATF_REQUIRE(
name_max
> 0);
90
tlen = (size_t)
name_max
+ sizeof("/tmp/");
/src/lib/libutil/
login_cap.c
437
char
name_max
[32];
local
442
(void)snprintf(
name_max
, sizeof(
name_max
), "%s-max", name);
457
rl.rlim_max = login_getcaptime(lc,
name_max
, RMAX, RMAX);
463
rl.rlim_max = login_getcapsize(lc,
name_max
, RMAX, RMAX);
469
rl.rlim_max = login_getcapnum(lc,
name_max
, RMAX, RMAX);
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
59
name_max
: Integer; (* space at name (only when reading header) *)
/src/common/dist/zlib/test/
infcover.c
306
head.
name_max
= len;
/src/common/dist/zlib/
zlib.h
125
uInt
name_max
; /* space at name (only when reading header) */
member in struct:gz_header_s
1056
If name is not Z_NULL, then up to
name_max
characters are written there,
1057
terminated with a zero unless the length is greater than
name_max
. If
inflate.c
766
state->length < state->head->
name_max
)
/src/lib/librpcsvc/
nfs_prot.x
1084
u_int32_t
name_max
;
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026