HomeSort by: relevance | last modified time | path
    Searched defs:VOID (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/gzip/
Makefile 12 VOID = /dev/null
31 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)
  /src/external/bsd/zstd/dist/lib/dll/example/
Makefile 11 VOID := /dev/null
  /src/external/bsd/bc/dist/
const.h 97 #define VOID void
100 #define VOID
  /src/external/bsd/zstd/dist/
Makefile 22 VOID = /dev/null
132 $(Q)$(MAKE) -C $(ZSTDDIR) $@ > $(VOID)
133 $(Q)$(MAKE) -C $(PRGDIR) $@ > $(VOID)
134 $(Q)$(MAKE) -C $(TESTDIR) $@ > $(VOID)
135 $(Q)$(MAKE) -C $(ZWRAPDIR) $@ > $(VOID)
136 $(Q)$(MAKE) -C examples/ $@ > $(VOID)
137 $(Q)$(MAKE) -C contrib/gen_html $@ > $(VOID)
138 $(Q)$(MAKE) -C contrib/pzstd $@ > $(VOID)
139 $(Q)$(MAKE) -C contrib/seekable_format/examples $@ > $(VOID)
140 $(Q)$(MAKE) -C contrib/seekable_format/tests $@ > $(VOID)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 47 #undef VOID
48 #define VOID void
111 VOID *ImageHandle, \
112 VOID *SystemTable \
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 61 #undef VOID
62 #define VOID void
134 VOID *ImageHandle, \
135 VOID *SystemTable \
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 69 #undef VOID
70 #define VOID void
142 VOID *ImageHandle, \
143 VOID *SystemTable \
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 112 #undef VOID
113 #define VOID void
219 VOID *rserved \
229 void *ImageHandle, \
230 void *SystemTable \
254 VOID *ImageHandle, \
255 VOID *SystemTable \
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 94 #undef VOID
95 #define VOID void
184 void __mf (void);
201 VOID *ImageHandle, \
202 VOID *SystemTable \
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 61 #undef VOID
62 #define VOID void
130 VOID *ImageHandle, \
131 VOID *SystemTable \
  /src/external/gpl2/xcvs/dist/diff/
system.h 35 #define VOID void
38 #define VOID char
176 VOID *malloc ();
177 VOID *realloc ();
205 void *memchr ();
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-types.h 61 /* Some system headers define VOID already, so undo it. */
62 #undef VOID
63 typedef void VOID;
  /src/external/mit/lua/dist/src/
luac.c 30 static void PrintFunction(const Proto* f, int full);
44 static void fatal(const char* message)
50 static void cannot(const char* what)
56 static void usage(const char* message)
128 static const char* reader(lua_State* L, void* ud, size_t* size)
164 static int writer(lua_State* L, const void* p, size_t size, void* u)
219 #define VOID(p) ((const void*)(p))
222 static void PrintString(const TString* ts
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
cgen-types.h 61 /* Some system headers define VOID already, so undo it. */
62 #undef VOID
63 typedef void VOID;
  /src/external/bsd/zstd/dist/lib/
libzstd.mk 66 VOID ?= /dev/null
125 ifeq ($(shell echo "int main(int argc, char* argv[]) { (void)argc; (void)argv; return 0; }" | $(CC) $(FLAGS) -z noexecstack -x c -Werror - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1)
128 ifeq ($(shell echo | $(CC) $(FLAGS) -Wa,--noexecstack -x assembler -Werror -c - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1)
131 else ifeq ($(shell echo | $(CC) $(FLAGS) -Qunused-arguments -Wa,--noexecstack -x assembler -Werror -c - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1)
138 ifeq ($(shell echo "int main(int argc, char* argv[]) { (void)argc; (void)argv; return 0; }" | $(CC) $(FLAGS) -z cet-report=error -x c -Werror - -o $(VOID) 2>$( (…)
    [all...]
  /src/external/bsd/zstd/dist/tests/
Makefile 78 VOID = /dev/null
283 $(VALGRIND) ./datagen -g50M > $(VOID)
285 ./datagen -g80 | $(VALGRIND) $(PRGDIR)/zstd - -c > $(VOID)
286 ./datagen -g16KB | $(VALGRIND) $(PRGDIR)/zstd -vf - -c > $(VOID)
288 $(VALGRIND) $(PRGDIR)/zstd -vdf tmp -c > $(VOID)
289 ./datagen -g64MB | $(VALGRIND) $(PRGDIR)/zstd -vf - -c > $(VOID)
  /src/sys/external/bsd/acpica/dist/include/platform/
acefi.h 82 #define VOID void
143 UINT64 efi_call0(void *func);
144 UINT64 efi_call1(void *func, UINT64 arg1);
145 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
146 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
147 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
149 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
151 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
153 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 123 #undef VOID
124 #define VOID void
233 VOID *rserved \
243 void *ImageHandle, \
244 void *SystemTable \
268 VOID *ImageHandle, \
269 VOID *SystemTable \
330 UINT64 efi_call0(void *func);
331 UINT64 efi_call1(void *func, UINT64 arg1)
    [all...]
  /src/usr.bin/xlint/common/
lint.h 87 VOID, /* void */
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 83 #define VOID 19
181 int yyparse(void);
182 void yyaccpt(void);
308 void send_passt(int type, ...);
338 void *tmsav;
339 void *tasav;
344 void *permalloc(size_t);
345 void *tmpcalloc(size_t);
346 void *tmpalloc(size_t)
    [all...]
  /src/external/gpl2/rcs/include/
conf.h 138 #define void_closedir 0 /* Does closedir() yield void? */
156 /* typedef int void; */ /* Some ancient compilers need this. */
157 #define VOID (void) /* 'VOID e;' discards the value of an expression 'e'. */
164 #define signal_type void /* type returned by signal handlers */
170 typedef void *malloc_type; /* type returned by malloc() */
249 /* or are declared in .h files, or return int or void. */
324 char *getlogin P((void));
384 void _exit P((int)) exiting
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 192 nvptx_init_machine_status (void)
202 static void
232 default_ptx_version_option (void)
311 static void
312 handle_ptx_version_option (void)
332 static void
333 nvptx_option_override (void)
446 static void
559 static void
589 static void
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 193 nvptx_init_machine_status (void)
203 static void
233 default_ptx_version_option (void)
312 static void
313 handle_ptx_version_option (void)
333 static void
334 nvptx_option_override (void)
442 static void
555 static void
585 static void
    [all...]

Completed in 48 milliseconds