| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | mount_fs.c | 1081 } flavours[] = { variable 1115 for (l = 0, i = 0; i < sizeof(flavours) / sizeof(flavours[0]); i++) in set_nfs4_security() 1116 if (strcmp(flavours[i].name, s) == 0) { in set_nfs4_security() 1117 nap->auth_flavours[l++] = flavours[i].num; in set_nfs4_security() 1121 if (i == sizeof(flavours) / sizeof(flavours[0])) in set_nfs4_security() 1199 for (j = 0; j < sizeof(flavours) / sizeof(flavours[0]); j++) in print_nfs4_security() 1200 if (flavours[j].num == nap->auth_flavours[i]) { in print_nfs4_security() 1201 xstrlcpy(num, flavours[j].name, sizeof(num)); in print_nfs4_security() 1205 if (j == sizeof(flavours) / sizeof(flavours[0])) { in print_nfs4_security()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | mach-o.c | 1282 BFD_ASSERT ((cmd->flavours[i].size % 4) == 0); in bfd_mach_o_write_thread() 1283 BFD_ASSERT (cmd->flavours[i].offset in bfd_mach_o_write_thread() 1286 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread() 1287 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread() 1293 offset += cmd->flavours[i].size + sizeof (raw); in bfd_mach_o_write_thread() 4237 cmd->flavours = bfd_alloc (abfd, amt); in bfd_mach_o_read_thread() 4238 if (cmd->flavours == NULL) in bfd_mach_o_read_thread() 4250 cmd->flavours[nflavours].flavour = bfd_h_get_32 (abfd, raw.flavour); in bfd_mach_o_read_thread() 4251 cmd->flavours[nflavours].offset = command->offset + offset + sizeof (raw); in bfd_mach_o_read_thread() 4252 cmd->flavours[nflavours].size = bfd_h_get_32 (abfd, raw.count) * 4; in bfd_mach_o_read_thread() [all …]
|
| H A D | mach-o.h | 428 bfd_mach_o_thread_flavour *flavours; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | mach-o.c | 1283 BFD_ASSERT ((cmd->flavours[i].size % 4) == 0); in bfd_mach_o_write_thread() 1284 BFD_ASSERT (cmd->flavours[i].offset == in bfd_mach_o_write_thread() 1287 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread() 1288 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread() 1294 offset += cmd->flavours[i].size + sizeof (raw); in bfd_mach_o_write_thread() 4215 cmd->flavours = bfd_alloc (abfd, amt); in bfd_mach_o_read_thread() 4216 if (cmd->flavours == NULL) in bfd_mach_o_read_thread() 4228 cmd->flavours[nflavours].flavour = bfd_h_get_32 (abfd, raw.flavour); in bfd_mach_o_read_thread() 4229 cmd->flavours[nflavours].offset = command->offset + offset + sizeof (raw); in bfd_mach_o_read_thread() 4230 cmd->flavours[nflavours].size = bfd_h_get_32 (abfd, raw.count) * 4; in bfd_mach_o_read_thread() [all …]
|
| H A D | mach-o.h | 428 bfd_mach_o_thread_flavour *flavours; member
|
| /netbsd-src/external/bsd/libfido2/dist/fuzz/ |
| H A D | README | 21 To run under ASAN/MSAN/UBSAN, libfido2 needs to be linked against flavours of
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | elf32cr16.sc | 45 /* Many sections come in three flavours. There is the 'real' section,
|
| H A D | elf32crx.sc | 41 /* Many sections come in three flavours. There is the 'real' section,
|
| H A D | visium.sc | 7 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | xstormy16.sc | 36 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | elf_chaos.sc | 50 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | iq2000.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | elfarc.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | elf32crx.sc | 41 /* Many sections come in three flavours. There is the 'real' section,
|
| H A D | elf32cr16.sc | 45 /* Many sections come in three flavours. There is the 'real' section,
|
| H A D | visium.sc | 7 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | xstormy16.sc | 36 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | elf_chaos.sc | 50 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | iq2000.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
| H A D | elfarc.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | aoutx.texi | 5 BFD supports a number of different flavours of a.out format,
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | aoutx.texi | 4 BFD supports a number of different flavours of a.out format,
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
| H A D | lock.m4 | 263 dnl flavours option weak result
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
| H A D | lock.m4 | 241 dnl flavours option weak result
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | ChangeLog.mkhybrid | 34 flavours.
|