Home
last modified time | relevance | path

Searched refs:MAX_NAME_LEN (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/getdomainname/
Dgetdomainname01.c69 #define MAX_NAME_LEN __NEW_UTS_LEN macro
77 static char domain_name[MAX_NAME_LEN];
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dminigzip_fuzzer.c63 #define MAX_NAME_LEN 1024 macro
179 char outfile[MAX_NAME_LEN]; in file_compress()
210 char buf[MAX_NAME_LEN]; in file_uncompress()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dminigzip.c66 #define MAX_NAME_LEN 1024 macro
181 char outfile[MAX_NAME_LEN]; in file_compress()
213 char buf[MAX_NAME_LEN]; in file_uncompress()
/external/oss-fuzz/projects/zlib/
Dminigzip_fuzzer.c59 #define MAX_NAME_LEN 1024 macro
372 char outfile[MAX_NAME_LEN]; in file_compress()
404 char buf[MAX_NAME_LEN]; in file_uncompress()
/external/rust/crates/libz-sys/src/zlib/test/
Dminigzip.c136 #define MAX_NAME_LEN 1024 macro
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
/external/python/cpython2/Modules/zlib/
Dminigzip.c136 #define MAX_NAME_LEN 1024 macro
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
/external/zstd/zlibWrapper/examples/
Dminigzip.c141 #define MAX_NAME_LEN 1024 macro
466 local char outfile[MAX_NAME_LEN];
500 local char buf[MAX_NAME_LEN];
/external/zlib/contrib/minigzip/
Dminigzip.c136 #define MAX_NAME_LEN 1024 macro
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
/external/autotest/client/common_lib/cros/
Dtextfsm.py528 MAX_NAME_LEN = 48 variable in TextFSM
689 fsm=self, max_name_len=self.MAX_NAME_LEN,
754 len(line) > self.MAX_NAME_LEN or