Searched refs:mandatory (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c212 bool mandatory; local
238 mandatory = FALSE;
244 mandatory = TRUE;
252 || mandatory))
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c509 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local
547 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first;
558 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL))
559 mandatory = first;
579 mandatory = last;
592 if (zio->io_type == ZIO_TYPE_WRITE && mandatory != NULL) {
596 IO_GAP(mandatory, dio) <= zfs_vdev_write_gap_limit) {
610 while (last != mandatory && last != first) {
/freebsd-9.3-release/contrib/openpam/
H A Dtest-driver48 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dmod.c70 ext.mandatory = FALSE;
115 ext.mandatory = FALSE;
157 ext.mandatory = FALSE;
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c653 int tlv_type, mandatory, tlv_len; local
664 mandatory = !!(pos[0] & 0x80);
689 mandatory ? " (mandatory)" : "");
690 if (mandatory) {
771 int tlv_type, mandatory, tlv_len, vtlv_len; local
785 mandatory = !!(pos[0] & 0x80);
810 if (mandatory) {
818 mandatory = !!(vpos[0] & 0x80);
838 mandatory
[all...]
H A Deap_server_fast.c1131 int mandatory, tlv_type, len, res; local
1139 mandatory = pos[0] & 0x80;
1150 tlv_type, len, mandatory ? " (mandatory)" : "");
1156 if (mandatory) {
1158 "mandatory TLV type %d", tlv_type);
H A Deap_server_ttls.c97 int mandatory, size_t len)
104 flags = mandatory ? AVP_FLAGS_MANDATORY : 0;
121 u32 avp_code, int mandatory)
132 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory,
297 "mandatory AVP code %d vendor_id %d - "
96 eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, size_t len) argument
120 eap_ttls_avp_encapsulate(struct wpabuf *resp, u32 avp_code, int mandatory) argument
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dext.c48 * check for unknown extensions and if they where tagged mandatory
55 if (ent->extensions->val[i].mandatory) {
57 "mandatory extension");
257 ext.mandatory = FALSE;
337 ext.mandatory = FALSE;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
81 usage_error "the following mandatory options are missing:$missing_opts"
/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c317 imp_rule, no_obj, before_depend, mandatory, nowerror; local
325 * filename [ standard | mandatory | optional ]
372 std = mandatory = 0;
382 * If an entry is marked "mandatory", config will abort if it's
386 } else if (eq(wd, "mandatory")) {
387 mandatory = 1;
390 "%s: \"%s\" %s must be optional, mandatory or standard\n",
505 if (mandatory) {
506 fprintf(stderr, "%s: mandatory device \"%s\" not found\n",
/freebsd-9.3-release/contrib/gperf/src/
H A Dsearch.cc273 Positions mandatory; local
286 this position is mandatory. */
324 /* Position i is mandatory. */
325 if (!mandatory.contains (i))
326 mandatory.add (i);
337 Positions current = mandatory;
380 if (current.contains (i) && !mandatory.contains (i))
414 if (current.contains (i1) && !mandatory.contains (i1))
416 if (current.contains (i2) && !mandatory.contains (i2) && i2 != i1)
/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Ddlz_dlopen_driver.c200 dl_load_symbol(dlopen_data_t *cd, const char *symbol, isc_boolean_t mandatory) { argument
202 if (ptr == NULL && mandatory) {
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c469 int tlv_type, mandatory; local
477 mandatory = !!(pos[0] & 0x80);
502 mandatory ? " (mandatory)" : "");
503 if (mandatory) {
H A Deap_ttls.c188 int mandatory, size_t len)
195 flags = mandatory ? AVP_FLAGS_MANDATORY : 0;
212 u32 vendor_id, int mandatory,
216 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len);
225 int mandatory)
238 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp));
1170 wpa_printf(MSG_WARNING, "EAP-TTLS: Unsupported mandatory AVP "
187 eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, size_t len) argument
211 eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, const u8 *data, size_t len) argument
224 eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, int mandatory) argument
H A Deap_fast.c1055 int mandatory, tlv_type, len, res; local
1064 mandatory = pos[0] & 0x80;
1075 tlv_type, len, mandatory ? " (mandatory)" : "");
1081 if (mandatory) {
1083 "mandatory TLV type %d", tlv_type);
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl92 format, although this is not mandatory.
108 may someday be deemed mandatory.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1894 return EmitARCRetainBlock(value, /*mandatory*/ false);
1910 /// \param mandatory - If false, emit the call with metadata
1914 bool mandatory) {
1920 // If the copy isn't mandatory, add !clang.arc.copy_on_escape to
1924 if (!mandatory && isa<llvm::Instruction>(result)) {
2140 value = EmitARCRetainBlock(value, /*mandatory*/ true);
2628 result = CGF.EmitARCRetainBlock(result, /*mandatory*/ true);
2747 result = EmitARCRetainBlock(result, /*mandatory*/ true);
2780 value = EmitARCRetainBlock(value, /*mandatory*/ false);
1913 EmitARCRetainBlock(llvm::Value *value, bool mandatory) argument
H A DCodeGenFunction.h2211 llvm::Value *EmitARCRetainBlock(llvm::Value *value, bool mandatory);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1863 % itself. First (mandatory) arg is the url. Perhaps eventually put in
6324 % #1 is (mandatory) image filename; we tack on .eps extension.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1978 % itself. First (mandatory) arg is the url. Perhaps eventually put in
6525 % #1 is (mandatory) image filename; we tack on .eps extension.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1877 % itself. First (mandatory) arg is the url. Perhaps eventually put in
6396 % #1 is (mandatory) image filename; we tack on .eps extension.

Completed in 322 milliseconds