Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/amd/libamu/
Dmount_fs.c1076 } flavours[] = { variable
1110 for (l = 0, i = 0; i < sizeof(flavours) / sizeof(flavours[0]); i++) in set_nfs4_security()
1111 if (strcmp(flavours[i].name, s) == 0) { in set_nfs4_security()
1112 nap->auth_flavours[l++] = flavours[i].num; in set_nfs4_security()
1116 if (i == sizeof(flavours) / sizeof(flavours[0])) in set_nfs4_security()
1194 for (j = 0; j < sizeof(flavours) / sizeof(flavours[0]); j++) in print_nfs4_security()
1195 if (flavours[j].num == nap->auth_flavours[i]) { in print_nfs4_security()
1196 xstrlcpy(num, flavours[j].name, sizeof(num)); in print_nfs4_security()
1200 if (j == sizeof(flavours) / sizeof(flavours[0])) { in print_nfs4_security()
/freebsd-12-stable/contrib/binutils/ld/scripttempl/
Delf32cr16.sc30 /* Many sections come in three flavours. There is the 'real' section,
Dmep.sc57 # Many sections come in three flavours. There is the 'real' section,
Delf.sc63 # Many sections come in three flavours. There is the 'real' section,
/freebsd-12-stable/crypto/openssl/crypto/engine/
DREADME162 necessarily interoperable and don't have different flavours, only different
/freebsd-12-stable/contrib/binutils/ld/
DChangeLog-00011223 between different object flavours with relocations in input.
1268 between different object flavours.
/freebsd-12-stable/contrib/binutils/bfd/doc/
Dbfdint.texi329 A general description of the type of target. The following flavours are
/freebsd-12-stable/contrib/file/magic/Magdir/
Dfilesystems2272 # Files-11 On-Disk Structure (File system for various RSX-11 and VMS flavours).
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-00018176 endianess before checking bfd flavours.
DChangeLog-91932790 various flavours of overflow checking.
DChangeLog-02035772 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
DChangeLog-94951223 (arch_info_struct): Define various flavours of PowerPC.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200418356 pointer type only come in PTR+OFFSET flavours.