| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | hp-symtab.h | 310 unsigned int unused: 17; member 336 unsigned int unused: 21; member 398 unsigned int unused: 1; member 424 unsigned int unused: 20; member 450 unsigned int unused: 10; member 491 unsigned int unused: 14; member 567 unsigned int unused: 17; member 603 unsigned int unused: 15; member 639 unsigned int unused: 19; member 661 unsigned int unused: 21; member [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | hp-symtab.h | 310 unsigned int unused: 17; member 336 unsigned int unused: 21; member 398 unsigned int unused: 1; member 424 unsigned int unused: 20; member 450 unsigned int unused: 10; member 491 unsigned int unused: 14; member 567 unsigned int unused: 17; member 603 unsigned int unused: 15; member 639 unsigned int unused: 19; member 661 unsigned int unused: 21; member [all …]
|
| /openbsd/src/usr.bin/ssh/ |
| D | sntrup761.c | 40 __attribute__((unused)) 49 __attribute__((unused)) 56 __attribute__((unused)) 74 __attribute__((unused)) 92 __attribute__((unused)) 98 __attribute__((unused)) 104 __attribute__((unused)) 110 __attribute__((unused)) 126 __attribute__((unused)) 142 __attribute__((unused)) [all …]
|
| /openbsd/src/usr.sbin/vmd/ |
| D | vioscsi.h | 77 u_int8_t unused[7]; member 94 u_int8_t unused[5]; member 102 u_int8_t unused[2]; member 143 u_int8_t unused[2]; member 150 u_int8_t unused[3]; member 157 u_int8_t unused[2]; member 183 u_int8_t unused; member 195 u_int8_t unused[4]; member 207 u_int8_t unused[3]; member 219 u_int8_t unused[3]; member [all …]
|
| /openbsd/src/sys/scsi/ |
| D | cd.h | 39 u_int8_t unused[5]; member 51 u_int8_t unused; member 60 u_int8_t unused[6]; member 70 u_int8_t unused; member 83 u_int8_t unused[2]; member 96 u_int8_t unused; member 106 u_int8_t unused; member 123 u_int8_t unused; member 134 u_int8_t unused[2]; member 143 u_int8_t unused[4]; member [all …]
|
| D | scsi_all.h | 56 u_int8_t unused[3]; member 67 u_int8_t unused[1]; member 75 u_int8_t unused[2]; member 104 u_int8_t unused; member 114 u_int8_t unused[4]; member 124 u_int8_t unused[2]; member 132 u_int8_t unused[5]; member 140 u_int8_t unused[2]; member 148 u_int8_t unused[2]; member 156 u_int8_t unused[2]; member [all …]
|
| D | scsi_tape.h | 97 u_int8_t unused[3]; member 106 u_int8_t unused[2]; member 120 u_int8_t unused[3]; member 128 u_int8_t unused[3]; member
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/ |
| D | attrib4.C | 5 __attribute__((unused)) 9 __attribute__((unused)) 14 __attribute__((unused)) 18 __attribute__((unused)) 26 __attribute__((unused)); // OK 30 __attribute__((unused)) // parse error before '__attribute__' in C++
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | stublib.c | 32 void __register_frame_info (const void * __attribute__((unused)), 33 struct object * __attribute__((unused))); 41 void *__deregister_frame_info (const void * __attribute__((unused))); 50 void __cxa_finalize (void * __attribute__((unused))); 58 void _Jv_RegisterClasses (void * __attribute__((unused)));
|
| /openbsd/src/lib/libcrypto/chacha/ |
| D | chacha.c | 28 ctx->unused = 0; in ChaCha_set_key() 37 ctx->unused = 0; in ChaCha_set_iv() 49 if (ctx->unused > 0) { in ChaCha() 50 k = ctx->ks + 64 - ctx->unused; in ChaCha() 51 l = (len > ctx->unused) ? ctx->unused : len; in ChaCha() 54 ctx->unused -= l; in ChaCha()
|
| /openbsd/src/usr.bin/find/ |
| D | function.c | 184 c_amin(char *arg, char ***ignored, int unused) in c_amin() argument 211 c_atime(char *arg, char ***ignored, int unused) in c_atime() argument 239 c_cmin(char *arg, char ***ignored, int unused) in c_cmin() argument 266 c_ctime(char *arg, char ***ignored, int unused) in c_ctime() argument 292 c_depth(char *ignore, char ***ignored, int unused) in c_depth() argument 346 c_delete(char *ignore, char ***ignored, int unused) in c_delete() argument 389 c_empty(char *ignore, char ***ignored, int unused) in c_empty() argument 544 c_exec(char *unused, char ***argvp, int isok) in c_exec() argument 738 c_execdir(char *ignored, char ***argvp, int unused) in c_execdir() argument 804 c_flags(char *flags_str, char ***ignored, int unused) in c_flags() argument [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/porting/ |
| D | args_assert.t | 57 my %unused; 60 $unused{$_}++ unless $used{$_}; 63 if (keys %unused) { 64 fail("$_ is declared but not used") foreach sort keys %unused;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | unwind-sjlj.c | 189 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) in _Unwind_GetCFA() 243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() 249 _Unwind_FindEnclosingFunction (void *pc __attribute__((unused))) in _Unwind_FindEnclosingFunction() 256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase() 262 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase() 285 _Unwind_FrameState *fs __attribute__((unused)) ) in uw_update_context() 304 uw_install_context (struct _Unwind_Context *current __attribute__((unused)), in uw_install_context()
|
| D | crtstuff.c | 214 __attribute__ ((unused, section(JCR_SECTION_NAME), aligned(sizeof(void*)))) 475 __attribute__ ((unused, aligned(sizeof(func_ptr)))) 479 __attribute__((unused, section(".dtors"), aligned(sizeof(func_ptr)))) 496 __attribute__ ((unused, section(EH_FRAME_SECTION_NAME), 504 __attribute__ ((unused, section(JCR_SECTION_NAME),
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | pragma-darwin.c | 38 #pragma unused (x, y) in main() 56 #pragma unused /* { dg-error "missing '.' after '#pragma unused" } */ in unused_err_test() 57 #pragma unused (a /* { dg-error "missing '.' after '#pragma unused" } */ in unused_err_test() 58 #pragma unused (b) foo /* { dg-warning "junk at end of '#pragma unused'" } */ in unused_err_test()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-som.c | 54 obj_som_compiler (unused) in obj_som_compiler() argument 55 int unused; in obj_som_compiler() 131 obj_som_version (unused) in obj_som_version() argument 132 int unused; in obj_som_version() 177 obj_som_copyright (unused) in obj_som_copyright() argument 178 int unused; in obj_som_copyright()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/ |
| D | 20020220-1.c | 8 foo (const char *x __attribute__((unused)), in foo() 9 __complex__ long double y __attribute__((unused)), in foo() 10 __complex__ long double z __attribute__((unused))) in foo()
|
| /openbsd/src/gnu/llvm/lldb/examples/summaries/ |
| D | unicode_strings.py | 16 def utf8_summary(value, unused): argument 28 def utf16_summary(value, unused): argument 42 def utf32_summary(value, unused): argument
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbSymUid.cpp | 24 uint64_t unused : 44; member 31 uint64_t unused : 12; member 38 uint64_t unused : 27; member 45 uint64_t unused : 27; member 52 uint64_t unused : 12; member
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | crtstuff.c | 205 __attribute__ ((unused, section(JCR_SECTION_NAME), aligned(sizeof(void*)))) 450 __attribute__ ((unused, aligned(sizeof(func_ptr)))) 454 __attribute__((unused, section(".dtors"), aligned(sizeof(func_ptr)))) 462 __attribute__ ((unused, mode(SI), section(EH_FRAME_SECTION_NAME), 470 __attribute__ ((unused, section(JCR_SECTION_NAME),
|
| D | unwind-sjlj.c | 215 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() 228 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase() 234 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase() 257 _Unwind_FrameState *fs __attribute__((unused)) ) in uw_update_context()
|
| /openbsd/src/regress/usr.sbin/rpki-client/ |
| D | test-ip.c | 40 test(const char *res, uint16_t afiv, size_t sz, size_t unused, ...) in test() argument 54 va_start(ap, unused); in test() 59 addr.prefixlen = sz * 8 - unused; in test()
|
| /openbsd/src/lib/libc/yp/ |
| D | _yp_check.c | 39 char *unused; in _yp_check() local 42 if (yp_get_default_domain(&unused)) in _yp_check()
|
| /openbsd/src/regress/gnu/egcs/gcc-builtins/ |
| D | vsprintf-2.c | 5 test_vsprintf(int unused, ...) in test_vsprintf() argument 11 va_start(ap, unused); in test_vsprintf()
|
| D | vsprintf-3.c | 5 test_vsprintf(int unused, ...) in test_vsprintf() argument 11 va_start(ap, unused); in test_vsprintf()
|