OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:example64
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/
CMakeLists.txt
209
add_executable(
example64
test/example.c)
target
210
target_link_libraries(
example64
zlib)
211
set_target_properties(
example64
PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
212
add_test(
example64
example64
)
CMakeLists.txt
209
add_executable(
example64
test/example.c)
target
210
target_link_libraries(
example64
zlib)
211
set_target_properties(
example64
PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
212
add_test(
example64
example64
)
Makefile.in
78
all64:
example64
$(EXE) minigzip64$(EXE)
108
if echo hello world | ${QEMU_RUN} ./minigzip64 | ${QEMU_RUN} ./minigzip64 -d && ${QEMU_RUN} ./
example64
$$TMP64; then \
148
example64
.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h
296
example64
$(EXE):
example64
.o $(STATICLIB)
297
$(CC) $(CFLAGS) $(LDFLAGS) -o $@
example64
.o $(TEST_LIBS)
372
example64
$(EXE) minigzip64$(EXE) \
Makefile.in
78
all64:
example64
$(EXE) minigzip64$(EXE)
108
if echo hello world | ${QEMU_RUN} ./minigzip64 | ${QEMU_RUN} ./minigzip64 -d && ${QEMU_RUN} ./
example64
$$TMP64; then \
148
example64
.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h
296
example64
$(EXE):
example64
.o $(STATICLIB)
297
$(CC) $(CFLAGS) $(LDFLAGS) -o $@
example64
.o $(TEST_LIBS)
372
example64
$(EXE) minigzip64$(EXE) \
Completed in 21 milliseconds
Indexes created Sun Oct 05 01:09:48 GMT 2025