| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| nfc_pw_token.c | 41 struct wpabuf *buf = NULL, *ndef = NULL; local 57 ndef = ndef_build_wifi(buf); 58 if (ndef == NULL) 65 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(ndef), 66 wpabuf_len(ndef)); 67 printf("#NDEF=%s\n", txt); 76 wpabuf_free(ndef);
|
| ctrl_iface.c | 1557 int ndef; local 1566 ndef = 0; 1567 else if (os_strcmp(cmd, "NDEF") == 0) 1568 ndef = 1; 1572 buf = wpas_wps_nfc_config_token(wpa_s, ndef, pos); 1590 int ndef; local 1595 ndef = 0; 1596 else if (os_strcmp(cmd, "NDEF") == 0) 1597 ndef = 1; 1601 buf = wpas_wps_nfc_token(wpa_s, ndef); 1705 int ndef; local 1788 int ndef; local 2150 int ndef; local [all...] |
| /src/games/atc/ |
| grammar.y | 100 | ndef 117 ndef: label
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_enc.c | 33 * Top level i2d equivalents: the 'ndef' variant instructs the encoder to use 85 int i, seqcontlen, seqlen, ndef = 1; local 149 ndef = 2; 186 seqlen = ASN1_object_size(ndef, seqcontlen, tag); 190 ASN1_put_object(out, ndef, seqcontlen, tag, aclass); 201 if (ndef == 2) 217 int i, ret, ttag, tclass, ndef, len; local 261 /* if template and arguments require ndef, use it */ 263 ndef = 2; 265 ndef = 1 467 int ndef = 0; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_enc.c | 33 * Top level i2d equivalents: the 'ndef' variant instructs the encoder to use 87 int i, seqcontlen, seqlen, ndef = 1; local 151 ndef = 2; 188 seqlen = ASN1_object_size(ndef, seqcontlen, tag); 192 ASN1_put_object(out, ndef, seqcontlen, tag, aclass); 203 if (ndef == 2) 220 int i, ret, ttag, tclass, ndef, len; local 264 /* if template and arguments require ndef, use it */ 266 ndef = 2; 268 ndef = 1 474 int ndef = 0; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_enc.c | 32 * Top level i2d equivalents: the 'ndef' variant instructs the encoder to use 86 int i, seqcontlen, seqlen, ndef = 1; local 148 ndef = 2; 185 seqlen = ASN1_object_size(ndef, seqcontlen, tag); 189 ASN1_put_object(out, ndef, seqcontlen, tag, aclass); 200 if (ndef == 2) 216 int i, ret, flags, ttag, tclass, ndef; local 261 /* if template and arguments require ndef, use it */ 263 ndef = 2; 265 ndef = 1 453 int ndef = 0; local [all...] |
| /src/external/historical/nawk/dist/ |
| run.c | 236 int i, ncall, ndef; local 254 ndef = (int) fcn->fval; /* args in defn */ 255 DPRINTF("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame)); 256 if (ncall > ndef) 258 s, ncall, ndef); 259 if (ncall + ndef > NARGS) 260 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); 275 for ( ; i < ndef; i++) { /* add null args for ones not provided */ 289 frp->nargs = ndef; /* number defined with (excess are locals) */ 296 for (i = 0; i < ndef; i++) [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 473 struct element *def, *ndef; local 478 TAILQ_FOREACH_SAFE(def, &opt_def->value.list_value, ndef) {
|
| /src/external/bsd/wpa/dist/hostapd/ |
| ctrl_iface.c | 267 int ndef; local 272 ndef = 0; 273 else if (os_strcmp(cmd, "NDEF") == 0) 274 ndef = 1; 278 buf = hostapd_wps_nfc_config_token(hapd, ndef); 295 int ndef) 300 buf = hostapd_wps_nfc_token_gen(hapd, ndef); 323 if (os_strcmp(cmd, "NDEF") == 0) 346 int ndef; local 354 ndef = 0 [all...] |