Searched refs:kflags (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlmroapi.pod | 19 U16 kflags; 41 =item kflags 44 direct as the parameter I<kflags> to C<hv_common()>.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | mro_core.c | 45 which->name, which->length, which->kflags, in Perl_mro_get_private_data() 96 which->name, which->length, which->kflags, in Perl_mro_set_private_data() 100 which->kflags); in Perl_mro_set_private_data() 146 mro->name, mro->length, mro->kflags, in Perl_mro_register() 150 "for '%.*s' %d", (int) mro->length, mro->name, mro->kflags); in Perl_mro_register()
|
| H A D | hv.h | 80 U16 kflags; /* For the hash API - set HVhek_UTF8 if name is UTF-8 */ member
|
| H A D | dump.c | 2324 (meta->mro_which->kflags & HVhek_UTF8)), in Perl_do_sv_dump()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_wpireg.h | 362 uint16_t kflags; member
|
| H A D | if_wpi.c | 2744 uint16_t kflags; in wpi_set_key() local 2750 kflags = WPI_KFLAG_CCMP | WPI_KFLAG_KID(k->k_id); in wpi_set_key() 2755 node.kflags = htole16(kflags); in wpi_set_key() 2781 node.kflags = 0; in wpi_delete_key()
|
| H A D | if_iwnreg.h | 619 uint16_t kflags; member 662 uint16_t kflags; member
|
| H A D | if_iwn.c | 5661 uint16_t kflags; in iwn_set_key() local 5667 kflags = IWN_KFLAG_CCMP | IWN_KFLAG_MAP | IWN_KFLAG_KID(k->k_id); in iwn_set_key() 5669 kflags |= IWN_KFLAG_GROUP; in iwn_set_key() 5676 node.kflags = htole16(kflags); in iwn_set_key() 5705 node.kflags = htole16(IWN_KFLAG_INVALID); in iwn_delete_key()
|
| /openbsd-src/gnu/usr.bin/perl/ext/mro/ |
| H A D | mro.xs | 373 | ((meta->kflags & HVhek_UTF8) ? SVf_UTF8 : 0));
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | rcs.c | 22 static const char *const kflags[] = variable 3209 for (cpp = kflags; *cpp != NULL; cpp++) 4139 for (cpp = kflags; *cpp != NULL; cpp++) 4144 expand = (enum kflag) (cpp - kflags);
|
| H A D | ChangeLog-97 | 2401 * rcs.c (kflags): Move out of RCS_check_kflag, and make file
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
| H A D | APItest.xs | 2340 mymro.kflags = 0;
|