OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compressed
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/gzip/
gzexe
25
# A simple string to recognize already
compressed
files
26
magic="#
compressed
by gzexe"
55
# Test if a file is
compressed
by checking the magic line
56
compressed
() {
function
162
if !
compressed
"$1"; then
163
echo "$prog: $1 is not
compressed
"
169
if
compressed
"$1"; then
170
echo "$prog: $1 is already
compressed
"
/src/sys/kern/
kern_ctf.c
80
int
compressed
= 0;
local in function:mod_ctf_get
154
/* Check if the data is
compressed
. */
168
compressed
= 1;
171
* The CTF data is not
compressed
, so the ELF section
181
if (
compressed
) {
193
if (
compressed
) {
198
* The header isn't
compressed
, so copy that into the
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
ls.h
37
u32
compressed
;
member in struct:nvfw_ls_desc
50
u32
compressed
;
member in struct:nvfw_ls_desc_v1
/src/sys/arch/atari/stand/tostools/libtos/
cread.c
30
* Support for
compressed
bootfiles (only read)
83
int
compressed
; /* 1 if input file is a .gz file */
member in struct:sd
171
* We must not change s->
compressed
if we are at EOF;
175
* to lseek on this file as a
compressed
file.
179
s->
compressed
= 0;
187
s->
compressed
= 1;
293
if (s->
compressed
== 0) {
370
if(s->
compressed
== 0) {
423
panic("lseek
compressed
");
/src/usr.sbin/vnconfig/
vnconfig.c
103
static int
compressed
= 0;
variable in typeref:typename:int
157
compressed
= 1;
325
if (
compressed
)
/src/sys/lib/libsa/
cread.c
30
* Support for
compressed
bootfiles (only read)
77
int
compressed
; /* 1 if input file is a .gz file */
member in struct:sd
203
* We must not change s->
compressed
if we are at EOF;
207
* to lseek on this file as a
compressed
file.
211
s->
compressed
= 0;
219
s->
compressed
= 1;
340
if (s->
compressed
== 0) {
444
if(s->
compressed
== 0) {
501
panic("lseek
compressed
");
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc
937
mach_vm_size_t
compressed
;
member in struct:__sanitizer::__sanitizer_task_vm_info
Completed in 18 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025