HomeSort by: relevance | last modified time | path
    Searched refs:unused (Results 1 - 25 of 1402) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_226.c 4 // Test for message: static variable '%s' unused [226]
6 /* expect+1: warning: static variable 'unused' unused [226] */
7 static int unused; variable
  /src/external/gpl2/lvm2/dist/tools/
lvmchange.c 20 int lvmchange(struct cmd_context *cmd __attribute((unused)),
21 int argc __attribute((unused)), char **argv __attribute((unused)))
stub.h 22 int lvmsadc(struct cmd_context *cmd __attribute((unused)),
23 int argc __attribute((unused)),
24 char **argv __attribute((unused)))
29 int lvmsar(struct cmd_context *cmd __attribute((unused)),
30 int argc __attribute((unused)),
31 char **argv __attribute((unused)))
36 int pvdata(struct cmd_context *cmd __attribute((unused)),
37 int argc __attribute((unused)),
38 char **argv __attribute((unused)))
formats.c 20 int formats(struct cmd_context *cmd, int argc __attribute((unused)),
21 char **argv __attribute((unused)))
lvm2cmd.c 25 int lvm_shell(struct cmd_context *cmd __attribute((unused)),
26 struct cmdline_context *cmdline __attribute((unused)))
segtypes.c 20 int segtypes(struct cmd_context *cmd, int argc __attribute((unused)),
21 char **argv __attribute((unused)))
lvm-static.c 27 int lvm_shell(struct cmd_context *cmd __attribute((unused)),
28 struct cmdline_context *cmdline __attribute((unused)))
vgck.c 21 static int vgck_single(struct cmd_context *cmd __attribute((unused)),
24 void *handle __attribute((unused)))
  /src/external/bsd/tcpdump/dist/
varattrs.h 45 #if __has_attribute(unused) \
48 * Compiler with support for __attribute__((unused)), or GCC 2.0 and
49 * later, so it supports __attribute__((unused)).
51 #define _U_ __attribute__((unused))
54 * We don't know of any way to mark a variable as unused.
  /src/external/bsd/libpcap/dist/
varattrs.h 45 #if __has_attribute(unused) \
48 * Compiler with support for __attribute__((unused)), or GCC 2.0 and
49 * later, so it supports __attribute__((unused)).
51 #define _U_ __attribute__((unused))
54 * We don't know of any way to mark a variable as unused.
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
stublib.c 31 __register_frame_info (__attribute__((unused)) const void *p,
32 __attribute__((unused)) struct object *ob)
40 __deregister_frame_info (__attribute__((unused)) const void *p)
50 _ITM_registerTMCloneTable (__attribute__((unused)) const void *p,
51 __attribute__((unused)) size_t s)
59 _ITM_deregisterTMCloneTable (__attribute__((unused)) const void *p)
67 __cxa_finalize (__attribute__((unused)) void *p)
75 _Jv_RegisterClasses (__attribute__((unused)) void *p)
83 pthread_default_stacksize_np (__attribute__((unused)) unsigned long new,
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
stublib.c 31 __register_frame_info (__attribute__((unused)) const void *p,
32 __attribute__((unused)) struct object *ob)
40 __deregister_frame_info (__attribute__((unused)) const void *p)
50 _ITM_registerTMCloneTable (__attribute__((unused)) const void *p,
51 __attribute__((unused)) size_t s)
59 _ITM_deregisterTMCloneTable (__attribute__((unused)) const void *p)
67 __cxa_finalize (__attribute__((unused)) void *p)
75 _Jv_RegisterClasses (__attribute__((unused)) void *p)
83 pthread_default_stacksize_np (__attribute__((unused)) unsigned long new,
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-generic.h 55 set_fpu_trap_exceptions (int trap __attribute__((unused)),
56 int notrap __attribute__((unused)))
75 support_fpu_rounding_mode (int mode __attribute__((unused)))
82 set_fpu_rounding_mode (int round __attribute__((unused)))
88 support_fpu_underflow_control (int kind __attribute__((unused)))
102 set_fpu_underflow_mode (int gradual __attribute__((unused)))
  /src/external/gpl3/gcc/dist/libgomp/
oacc-host.c 57 host_get_num_devices (unsigned int omp_requires_mask __attribute__((unused)))
63 host_init_device (int n __attribute__ ((unused)))
69 host_fini_device (int n __attribute__ ((unused)))
81 host_load_image (int n __attribute__ ((unused)),
82 unsigned v __attribute__ ((unused)),
83 const void *t __attribute__ ((unused)),
84 struct addr_pair **r __attribute__ ((unused)),
85 uint64_t **f __attribute__ ((unused)),
86 uint64_t *i __attribute__ ((unused)))
92 host_unload_image (int n __attribute__ ((unused)),
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-host.c 63 host_init_device (int n __attribute__ ((unused)))
69 host_fini_device (int n __attribute__ ((unused)))
81 host_load_image (int n __attribute__ ((unused)),
82 unsigned v __attribute__ ((unused)),
83 const void *t __attribute__ ((unused)),
84 struct addr_pair **r __attribute__ ((unused)))
90 host_unload_image (int n __attribute__ ((unused)),
91 unsigned v __attribute__ ((unused)),
92 const void *t __attribute__ ((unused)))
98 host_alloc (int n __attribute__ ((unused)), size_t s
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/sol2/
crtpg.c 40 __start_crt_compiler (int argc __attribute__ ((unused)),
41 char **argv __attribute__ ((unused)))
  /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
crtpg.c 40 __start_crt_compiler (int argc __attribute__ ((unused)),
41 char **argv __attribute__ ((unused)))
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
gthr-gcn.h 66 __gthread_once (__gthread_once_t *__once __attribute__((unused)),
67 void (*__func) (void) __attribute__((unused)))
73 __gthread_key_create (__gthread_key_t *__key __attribute__((unused)),
74 void (*__dtor) (void *) __attribute__((unused)))
88 __gthread_getspecific (__gthread_key_t __key __attribute__((unused)))
94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)),
95 const void *__ptr __attribute__((unused)))
102 __gthread_mutex_destroy (__gthread_mutex_t *__mutex __attribute__((unused)))
108 __gthread_recursive_mutex_destroy (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
138 __gthread_recursive_mutex_lock (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
gthr-gcn.h 66 __gthread_once (__gthread_once_t *__once __attribute__((unused)),
67 void (*__func) (void) __attribute__((unused)))
73 __gthread_key_create (__gthread_key_t *__key __attribute__((unused)),
74 void (*__dtor) (void *) __attribute__((unused)))
88 __gthread_getspecific (__gthread_key_t __key __attribute__((unused)))
94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)),
95 const void *__ptr __attribute__((unused)))
102 __gthread_mutex_destroy (__gthread_mutex_t *__mutex __attribute__((unused)))
108 __gthread_recursive_mutex_destroy (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
138 __gthread_recursive_mutex_lock (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-generic.h 55 set_fpu_trap_exceptions (int trap __attribute__((unused)),
56 int notrap __attribute__((unused)))
75 set_fpu_rounding_mode (int round __attribute__((unused)))
81 support_fpu_underflow_control (int kind __attribute__((unused)))
95 set_fpu_underflow_mode (int gradual __attribute__((unused)))
  /src/crypto/external/apache2/openssl/dist/providers/fips/include/
fipscommon.h 13 #define OSSL_FIPS_PARAM(structname, paramname, unused) \
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
compiler.h 14 #define inline __inline __attribute__((unused))
  /src/external/mpl/dhcp/
Makefile.inc 10 -Wno-format-security -Wno-error=unused-const-variable
  /src/external/gpl2/lvm2/dist/lib/error/
errseg.c 45 static int _errseg_add_target_line(struct dev_manager *dm __attribute((unused)),
46 struct dm_pool *mem __attribute((unused)),
47 struct cmd_context *cmd __attribute((unused)),
48 void **target_state __attribute((unused)),
49 struct lv_segment *seg __attribute((unused)),
51 uint32_t *pvmove_mirror_count __attribute((unused)))
57 const struct lv_segment *seg __attribute((unused)),
58 unsigned *attributes __attribute((unused)))
75 const struct lv_segment *seg __attribute((unused)),
  /src/external/gpl2/lvm2/dist/lib/zero/
zero.c 44 static int _zero_add_target_line(struct dev_manager *dm __attribute((unused)),
45 struct dm_pool *mem __attribute((unused)),
46 struct cmd_context *cmd __attribute((unused)),
47 void **target_state __attribute((unused)),
48 struct lv_segment *seg __attribute((unused)),
50 uint32_t *pvmove_mirror_count __attribute((unused)))
56 const struct lv_segment *seg __attribute((unused)),
57 unsigned *attributes __attribute((unused)))
72 const struct lv_segment *seg __attribute((unused)),

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>