Home
last modified time | relevance | path

Searched refs:kflags (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlmroapi.pod19 U16 kflags;
41 =item kflags
44 direct as the parameter I<kflags> to C<hv_common()>.
/openbsd-src/gnu/usr.bin/perl/
H A Dmro_core.c45 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 Dhv.h80 U16 kflags; /* For the hash API - set HVhek_UTF8 if name is UTF-8 */ member
H A Ddump.c2324 (meta->mro_which->kflags & HVhek_UTF8)), in Perl_do_sv_dump()
/openbsd-src/sys/dev/pci/
H A Dif_wpireg.h362 uint16_t kflags; member
H A Dif_wpi.c2744 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 Dif_iwnreg.h619 uint16_t kflags; member
662 uint16_t kflags; member
H A Dif_iwn.c5661 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 Dmro.xs373 | ((meta->kflags & HVhek_UTF8) ? SVf_UTF8 : 0));
/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcs.c22 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 DChangeLog-972401 * rcs.c (kflags): Move out of RCS_check_kflag, and make file
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs2340 mymro.kflags = 0;