Searched refs:optional (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.0-release/usr.sbin/mtree/test/
H A Dtest05.sh5 # Test for 'optional' keyword.
9 mkdir -p ${TMP}/mr ${TMP}/mr/optional-dir ${TMP}/mr/some-dir
10 touch ${TMP}/mr/optional-file ${TMP}/mr/some-file
13 rm -rf ${TMP}/mr/optional-file ${TMP}/mr/optional-dir
14 mtree -p ${TMP}/mr -K optional < ${TMP}/_ > /dev/null
19 echo "ERROR 'optional' keyword failed" 1>&2
/freebsd-10.0-release/sys/arm/xilinx/
H A Dfiles.zynq726 dev/cadence/if_cgem.c optional if_cgem
27 dev/sdhci/sdhci_fdt.c optional sdhci
28 arm/xilinx/zy7_ehci.c optional ehci
29 arm/xilinx/uart_dev_cdnc.c optional uart
30 arm/xilinx/zy7_gpio.c optional gpio
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk18 LOCAL_MODULE_TAGS := optional
/freebsd-10.0-release/etc/rc.d/
H A Dsendmail90 countryName = optional
91 stateOrProvinceName = optional
92 localityName = optional
93 organizationName = optional
94 organizationalUnitName = optional
96 emailAddress = optional
113 unstructuredName = An optional company name
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dgen_free.c97 m->optional ? "" : "&", name,
100 if(m->optional)
103 if(m->optional)
H A Dgen_decode.c211 decode_type (const char *name, const Type *t, int optional, argument
217 if (optional)
225 if (optional) {
329 if (asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&",
332 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL,
367 if (asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&", name, m->gen_name) < 0 || s == NULL)
369 if(m->optional)
394 if(m->optional)
504 if(optional) {
551 if(optional)
[all...]
H A Dgen_copy.c114 m->optional ? "" : "&", from,
120 m->optional ? "" : "&", to,
125 if(m->optional){
132 if(m->optional){
H A Dsymbol.h92 int optional; member in struct:member
H A Dgen_encode.c267 if (asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&", name, m->gen_name) < 0 || s == NULL)
270 if (m->optional)
424 if (asprintf(&s2, "%s(%s)->u.%s", m->optional ? "" : "&",
427 if (m->optional)
433 if(m->optional)
H A Dgen_length.c153 m->optional ? "" : "&", name,
156 if (m->optional)
H A Dgen_template.c466 template_members(struct templatehead *temp, const char *basetype, const char *name, const Type *t, int optional, int isstruct, int need_offset) argument
470 if (optional && t->type != TTag && t->type != TType)
471 errx(1, "%s...%s is optional and not a (TTag or TType)", basetype, name);
479 optional ? "|A1_FLAG_OPTIONAL" : "",
483 "A1_OP_TYPE %s", optional ? "|A1_FLAG_OPTIONAL" : "");
606 template_members(temp, newbasename, m->gen_name, m->type, m->optional, isstruct, 1);
638 optional ? "|A1_FLAG_OPTIONAL" : "");
803 int optional, int isstruct, int need_offset)
811 template_members(&tl->template, basetype, name, type, optional, isstruct, need_offset);
797 generate_template_type(const char *varname, const char **dupname, const char *symname, const char *basetype, const char *name, Type *type, int optional, int isstruct, int need_offset) argument
H A Dasn1parse.y435 $$->optional = 0;
781 $$->optional = 0;
787 $$->optional = 1;
793 $$->optional = 0;
818 $$->optional = 0;
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcskeep.c276 getval(fp, target, optional)
279 int optional;
288 return get0val(c, fp, target, optional);
292 get0val(c, fp, target, optional)
296 int optional;
333 if (!got1 && optional)
H A Drcssyn.c480 getkeyval(keyword, token, optional)
483 int optional;
486 * where token is one of <id> or <num>. optional indicates whether
487 * <token> is optional. A pointer to
498 if (!optional)
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Detrn.pl69 my $optional = /^Fw-o/;
79 die "$cwfile is not readable" unless $optional;
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME116 dev/ixgb/ixgb_hw.c optional ixgb
117 dev/ixgb/ixgb_ee.c optional ixgb
118 dev/ixgb/if_ixgb.c optional ixgb
123 /dev/ixgb/if_ixgb_fx_hw.c optional ixgb
124 /dev/ixgb/if_ixgb_phy.c optional ixgb
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h184 /// @param optional - Determines whether to assert that the
198 void handleOperand(bool optional,
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec16 can provide randomly generated passwords. All features are optional
/freebsd-10.0-release/contrib/gcc/
H A Dreload.h142 /* Nonzero for an optional reload. Optional reloads are ignored unless the
144 unsigned int optional:1; member in struct:reload
H A Dreload.c316 push_secondary_reload (int in_p, rtx x, int opnum, int optional,
372 t_reload = push_secondary_reload (in_p, x, opnum, optional, class,
451 rld[s_reload].optional &= optional;
484 rld[s_reload].optional = optional;
845 technically this is a non-optional input-output reload, but IN is
908 enum machine_mode outmode, int strict_low, int optional,
1223 || (optional && type == RELOAD_FOR_OUTPUT))
1299 || (optional !
314 push_secondary_reload(int in_p, rtx x, int opnum, int optional, enum reg_class reload_class, enum machine_mode reload_mode, enum reload_type type, enum insn_code *picode, secondary_reload_info *prev_sri) argument
901 push_reload(rtx in, rtx out, rtx *inloc, rtx *outloc, enum reg_class class, enum machine_mode inmode, enum machine_mode outmode, int strict_low, int optional, int opnum, enum reload_type type) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dppcfbsd-tdep.c265 int optional; /* If non-zero, this insn may be absent. */ member in struct:insn_pattern
274 matched. If PATTERN[i] is optional, and the instruction wasn't
277 PATTERN contains optional instructions which aren't present in
292 else if (pattern[i].optional)
345 /* addis r12, r12, 1 <optional> */
351 /* addis r12, r12, 1 <optional> */
/freebsd-10.0-release/sys/boot/common/
H A Dhelp.common10 described by the term. A term enclosed with [...] is optional,
/freebsd-10.0-release/usr.sbin/makefs/
H A Dmtree.c627 if (strcmp(keyword, "optional") == 0) {
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh73 dev/${1}/${1}.c optional ${1}
/freebsd-10.0-release/crypto/openssl/
H A Dconfig540 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
555 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`

Completed in 115 milliseconds

12