Searched refs:nfc (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c313 char nfc[80], nfd[80]; local
331 strncpy(nfc, buff, sizeof(nfc)-1);
332 nfc[sizeof(nfc)-1] = '\0';
346 nfc, 0);
361 nfd, nfc, line);
370 nfc, line);
379 nfc, line);
388 nfd, nfc, lin
524 char nfc[80], nfd[80]; local
[all...]
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py14 import nfc namespace
15 import nfc.ndef namespace
16 import nfc.llcp namespace
17 import nfc.handover namespace
110 class HandoverServer(nfc.handover.HandoverServer):
120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
121 if not request.type == 'urn:nfc:wkt:Hr':
125 request = nfc.ndef.HandoverRequestMessage(request)
126 except nfc.ndef.DecodeError as e:
141 sel = nfc
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
138 class HandoverServer(nfc.handover.HandoverServer):
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
150 if not request.type == 'urn:nfc:wkt:Hr':
154 request = nfc.ndef.HandoverRequestMessage(request)
155 except nfc.ndef.DecodeError as e:
170 sel = nfc
[all...]
H A Dp2p-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
154 message = nfc.ndef.HandoverRequestMessage(version="1.2")
164 datamsg = nfc.ndef.Message(data)
178 datamsg = nfc.ndef.Message(data)
188 client = nfc.handover.HandoverClient(llc)
193 except nfc.llcp.ConnectRefused:
215 if message.type != "urn:nfc
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c150 int nfc = 0; local
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
203 nfc = 1;
215 nfc = 1;
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2829 return (u_composition_table[m].nfc);
3019 uint32_t nfc; local
3079 } else if ((nfc = get_nfc(uc, uc2)) != 0) {
3082 UPDATE_UC(nfc);
3107 if ((nfc = get_nfc(uc, ucx[i])) == 0) {
3113 * nfc is composed of uc and ucx[i].
3115 UPDATE_UC(nfc);
3216 if (u_decomposition_table[m].nfc < uc)
3218 else if (u_decomposition_table[m].nfc > uc)
H A Darchive_string_composition.h47 uint32_t nfc; member in struct:unicode_composition_table
1352 uint32_t nfc; member in struct:unicode_decomposition_table
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c798 dt_pfconv_t *pfc, *nfc; local
805 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) {
806 nfc = pfc->pfc_next;

Completed in 95 milliseconds