Home
last modified time | relevance | path

Searched refs:flavours (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c1081 } 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 Dmach-o.c1282 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 Dmach-o.h428 bfd_mach_o_thread_flavour *flavours; member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c1283 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 Dmach-o.h428 bfd_mach_o_thread_flavour *flavours; member
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A DREADME21 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 Delf32cr16.sc45 /* Many sections come in three flavours. There is the 'real' section,
H A Delf32crx.sc41 /* Many sections come in three flavours. There is the 'real' section,
H A Dvisium.sc7 # Many sections come in three flavours. There is the 'real' section,
H A Dxstormy16.sc36 # Many sections come in three flavours. There is the 'real' section,
H A Delf_chaos.sc50 # Many sections come in three flavours. There is the 'real' section,
H A Diq2000.sc45 # Many sections come in three flavours. There is the 'real' section,
H A Delfarc.sc45 # Many sections come in three flavours. There is the 'real' section,
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Delf32crx.sc41 /* Many sections come in three flavours. There is the 'real' section,
H A Delf32cr16.sc45 /* Many sections come in three flavours. There is the 'real' section,
H A Dvisium.sc7 # Many sections come in three flavours. There is the 'real' section,
H A Dxstormy16.sc36 # Many sections come in three flavours. There is the 'real' section,
H A Delf_chaos.sc50 # Many sections come in three flavours. There is the 'real' section,
H A Diq2000.sc45 # Many sections come in three flavours. There is the 'real' section,
H A Delfarc.sc45 # Many sections come in three flavours. There is the 'real' section,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Daoutx.texi5 BFD supports a number of different flavours of a.out format,
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Daoutx.texi4 BFD supports a number of different flavours of a.out format,
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dlock.m4263 dnl flavours option weak result
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/
H A Dlock.m4241 dnl flavours option weak result
/netbsd-src/external/gpl2/mkhybrid/dist/
H A DChangeLog.mkhybrid34 flavours.

1234