Searched refs:kflags (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dmro_core.c45 which->name, which->length, which->kflags,
96 which->name, which->length, which->kflags,
100 which->kflags);
146 mro->name, mro->length, mro->kflags,
150 "for '%.*s' %d", (int) mro->length, mro->name, mro->kflags);
H A Dhv.h80 U16 kflags; /* For the hash API - set HVhek_UTF8 if name is UTF-8 */ member in struct:mro_alg
H A Ddump.c2325 (meta->mro_which->kflags & HVhek_UTF8)),
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs373 | ((meta->kflags & HVhek_UTF8) ? SVf_UTF8 : 0));
/openbsd-current/sys/dev/pci/
H A Dif_wpireg.h362 uint16_t kflags; member in struct:wpi_node_info
H A Dif_wpi.c2744 uint16_t kflags; local
2750 kflags = WPI_KFLAG_CCMP | WPI_KFLAG_KID(k->k_id);
2755 node.kflags = htole16(kflags);
2781 node.kflags = 0;
H A Dif_iwnreg.h619 uint16_t kflags; member in struct:iwn_node_info
662 uint16_t kflags; member in struct:iwn4965_node_info
H A Dif_iwn.c5661 uint16_t kflags; local
5667 kflags = IWN_KFLAG_CCMP | IWN_KFLAG_MAP | IWN_KFLAG_KID(k->k_id);
5669 kflags |= IWN_KFLAG_GROUP;
5676 node.kflags = htole16(kflags);
5705 node.kflags = htole16(IWN_KFLAG_INVALID);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drcs.c22 static const char *const kflags[] = variable
3205 /* Big enough to hold any of the strings from kflags. */
3211 for (cpp = kflags; *cpp != NULL; cpp++)
4141 for (cpp = kflags; *cpp != NULL; cpp++)
4146 expand = (enum kflag) (cpp - kflags);
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs2258 mymro.kflags = 0;

Completed in 205 milliseconds