OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filename_withoutpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
miniunz.c
309
char*
filename_withoutpath
;
local in function:do_extract_currentfile
333
p =
filename_withoutpath
= filename_inzip;
337
filename_withoutpath
= p+1;
341
if ((*
filename_withoutpath
)=='\0')
357
write_filename =
filename_withoutpath
;
417
(
filename_withoutpath
!=(char*)filename_inzip))
419
char c=*(
filename_withoutpath
-1);
420
*(
filename_withoutpath
-1)='\0';
422
*(
filename_withoutpath
-1)=c;
miniunz.c
309
char*
filename_withoutpath
;
local in function:do_extract_currentfile
333
p =
filename_withoutpath
= filename_inzip;
337
filename_withoutpath
= p+1;
341
if ((*
filename_withoutpath
)=='\0')
357
write_filename =
filename_withoutpath
;
417
(
filename_withoutpath
!=(char*)filename_inzip))
419
char c=*(
filename_withoutpath
-1);
420
*(
filename_withoutpath
-1)='\0';
422
*(
filename_withoutpath
-1)=c;
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025