OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pass_destpath_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/cpio/
cpio.h
49
size_t
pass_destpath_alloc
;
member in struct:cpio
cpio.c
748
if (len >= cpio->
pass_destpath_alloc
) {
749
while (len >= cpio->
pass_destpath_alloc
) {
750
cpio->
pass_destpath_alloc
+= 512;
751
cpio->
pass_destpath_alloc
*= 2;
754
cpio->pass_destpath = malloc(cpio->
pass_destpath_alloc
);
Completed in 18 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026