| /src/lib/libc/time/ |
| strptime.c | 119 fromzone(const unsigned char **bp, struct tm *tm, int mandatory) 129 if (mandatory) 162 day_offset = -1, week_offset = 0, offs, mandatory; local 460 mandatory = c == 'z'; 480 if (mandatory) 601 if (fromzone(&bp, tm, mandatory)) 634 if (mandatory)
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| svcb.h | 449 SVC_PARAM("mandatory", 0u, MANDATORY_VALUE, 525 if (memcmp(data, "mandatory", 9) == 0) 574 // This SvcParamKey is always automatically mandatory and MUST NOT appear 575 // in its own value-list. Other automatically mandatory keys SHOULD NOT 577 uint64_t mandatory = (1u << ZONE_SVC_PARAM_KEY_MANDATORY); local 585 // The "automatically mandatory" keys (Section 8) are "port" and 588 mandatory = (1u << ZONE_SVC_PARAM_KEY_MANDATORY) | 596 SYNTAX_ERROR(parser, "Invalid mandatory in %s", NAME(type)); 608 SYNTAX_ERROR(parser, "Invalid mandatory of %s", NAME(type)); 610 // check if key appears in automatically mandatory key lis 672 uint64_t mandatory = (1u << ZONE_SVC_PARAM_KEY_MANDATORY); local [all...] |
| /src/sys/arch/hppa/include/ |
| som.h | 89 u_int mandatory : 1; member in struct:som_exec_aux
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_peap.c | 228 wpabuf_put_u8(msg, 0x80); /* Mandatory */ 397 wpabuf_put_u8(msg, 0x80); /* Mandatory */ 509 int tlv_type, mandatory; local 517 mandatory = !!(pos[0] & 0x80); 542 mandatory ? " (mandatory)" : ""); 543 if (mandatory) {
|
| eap_fast.c | 1100 int mandatory, tlv_type, res; local 1110 mandatory = pos[0] & 0x80; 1122 mandatory ? " (mandatory)" : ""); 1128 if (mandatory) { 1130 "mandatory TLV type %d", tlv_type);
|
| eap_teap.c | 1162 int mandatory, res; local 1172 mandatory = pos[0] & 0x80; 1185 mandatory ? " (mandatory)" : ""); 1191 if (mandatory) { 1193 "EAP-TEAP: NAK unknown mandatory TLV type %u",
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_queue.c | 649 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local 680 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first; 693 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL)) 694 mandatory = first; 714 mandatory = last; 728 if (zio->io_type == ZIO_TYPE_WRITE && mandatory != NULL) { 732 IO_GAP(mandatory, dio) <= zfs_vdev_write_gap_limit) { 746 while (last != mandatory && last != first) {
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server_fast.c | 1138 int mandatory, tlv_type, res; local 1147 mandatory = pos[0] & 0x80; 1159 mandatory ? " (mandatory)" : ""); 1165 if (mandatory) { 1167 "mandatory TLV type %d", tlv_type);
|
| eap_server_peap.c | 425 wpabuf_put_u8(buf, 0x80); /* Mandatory */ 715 int tlv_type, mandatory, tlv_len; local 726 mandatory = !!(pos[0] & 0x80); 751 mandatory ? " (mandatory)" : ""); 752 if (mandatory) { 835 int tlv_type, mandatory, tlv_len, vtlv_len; local 849 mandatory = !!(pos[0] & 0x80); 874 if (mandatory) { 882 mandatory = !!(vpos[0] & 0x80) [all...] |
| eap_server_teap.c | 1364 int mandatory, res; local 1373 mandatory = pos[0] & 0x80; 1386 mandatory ? " (mandatory)" : ""); 1392 if (mandatory) { 1394 "EAP-TEAP: NAK unknown mandatory TLV type %u",
|
| /src/external/gpl3/binutils/dist/include/som/ |
| internal.h | 68 unsigned int mandatory : 1; member in struct:som_aux_id
|
| /src/external/gpl3/binutils.old/dist/include/som/ |
| internal.h | 68 unsigned int mandatory : 1; member in struct:som_aux_id
|
| /src/external/gpl3/gdb/dist/include/som/ |
| internal.h | 68 unsigned int mandatory : 1; member in struct:som_aux_id
|
| /src/external/gpl3/gdb.old/dist/include/som/ |
| internal.h | 68 unsigned int mandatory : 1; member in struct:som_aux_id
|
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 687 uint8_t* mandatory = NULL; local 699 mandatory = svcparams[i]; 702 /* Verify that all the SvcParamKeys in mandatory are present */ 703 if(mandatory) { 705 uint16_t mandatory_nkeys = sldns_read_uint16(mandatory + 2) / sizeof(uint16_t); 712 mandatory 1152 if (!strncmp(key, "mandatory", key_len)) 1380 * automatically mandatory MUST NOT appear in its own value-list
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_edid.c | 3721 const struct stereo_mandatory_mode *mandatory; local 3728 mandatory = &stereo_mandatory_modes[i]; 3733 new_mode->flags |= mandatory->flags;
|