| /netbsd/src/external/bsd/am-utils/dist/libamu/ |
| 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/gdb/dist/bfd/ |
| 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 …]
|
| D | mach-o.h | 428 bfd_mach_o_thread_flavour *flavours; member
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| 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 …]
|
| D | mach-o.h | 428 bfd_mach_o_thread_flavour *flavours; member
|
| /netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/ |
| D | elf32cr16.sc | 45 /* Many sections come in three flavours. There is the 'real' section,
|
| D | elf32crx.sc | 41 /* Many sections come in three flavours. There is the 'real' section,
|
| D | visium.sc | 7 # Many sections come in three flavours. There is the 'real' section,
|
| D | xstormy16.sc | 36 # Many sections come in three flavours. There is the 'real' section,
|
| D | elf_chaos.sc | 50 # Many sections come in three flavours. There is the 'real' section,
|
| D | iq2000.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
| D | elfarc.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
| D | mep.sc | 62 # Many sections come in three flavours. There is the 'real' section,
|
| D | elfxtensa.sc | 71 # Many sections come in three flavours. There is the 'real' section,
|
| D | elf64hppa.sc | 71 # Many sections come in three flavours. There is the 'real' section,
|
| D | epiphany_4x4.sc | 70 # Many sections come in three flavours. There is the 'real' section,
|
| D | elf64bpf.sc | 80 # Many sections come in three flavours. There is the 'real' section,
|
| D | arclinux.sc | 79 # Many sections come in three flavours. There is the 'real' section,
|
| D | elf.sc | 88 # Many sections come in three flavours. There is the 'real' section,
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | aoutx.texi | 4 BFD supports a number of different flavours of a.out format,
|
| D | coffcode.texi | 2 BFD supports a number of different flavours of coff format.
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/ |
| D | lock.m4 | 241 dnl flavours option weak result
|
| /netbsd/src/external/bsd/ppp/dist/ |
| D | README | 28 (There is also code to support various old flavours of Unix in the git
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| D | README.md | 162 necessarily interoperable and don't have different flavours, only different
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | od-macho.c | 1023 bfd_mach_o_thread_flavour *flavour = &thread->flavours[j]; in dump_thread()
|