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

12

/freebsd-9.3-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-9.3-release/crypto/openssl/test/
H A Dtest.cnf32 # For type CA, the listed attributes must be the same, and the optional
41 organizationalUnitName = optional
43 emailAddress = optional
49 countryName = optional
50 stateOrProvinceName = optional
51 localityName = optional
52 organizationName = optional
53 organizationalUnitName = optional
55 emailAddress = optional
H A DCAss.cnf61 countryName = optional
62 stateOrProvinceName = optional
63 localityName = optional
64 organizationName = optional
65 organizationalUnitName = optional
67 emailAddress = optional
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dgen_free.c97 m->optional ? "" : "&", name,
101 if(m->optional)
104 if(m->optional)
H A Dgen_decode.c232 decode_type (const char *name, const Type *t, int optional, argument
237 if (optional)
245 if (optional) {
339 asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&",
343 decode_type (s, m->type, m->optional, forwstr, m->gen_name);
377 asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&", name, m->gen_name);
380 if(m->optional)
406 if(m->optional)
498 if(optional) {
537 if(optional)
[all...]
H A Dgen_copy.c114 m->optional ? "" : "&", from,
119 m->optional ? "" : "&", to,
123 if(m->optional){
130 if(m->optional){
H A Dsymbol.h91 int optional; member in struct:member
H A Dgen_encode.c267 asprintf (&s, "%s(%s)->%s", m->optional ? "" : "&", name, m->gen_name);
271 if (m->optional)
425 asprintf(&s2, "%s(%s)->u.%s", m->optional ? "" : "&",
429 if (m->optional)
435 if(m->optional)
H A Dgen_length.c152 m->optional ? "" : "&", name,
156 if (m->optional)
H A Dparse.y418 $$->optional = 0;
759 $$->optional = 0;
765 $$->optional = 1;
771 $$->optional = 0;
796 $$->optional = 0;
H A Dgen.c452 if(m->optional)
627 } else if (m->optional) {
707 } else if (m->optional) {
/freebsd-9.3-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-9.3-release/contrib/sendmail/contrib/
H A Detrn.pl69 my $optional = /^Fw-o/;
79 die "$cwfile is not readable" unless $optional;
/freebsd-9.3-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-9.3-release/lib/libc++/
H A DMakefile28 optional.cpp\
178 optional
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h196 /// @param optional - Determines whether to assert that the
210 void handleOperand(bool optional,
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec16 can provide randomly generated passwords. All features are optional
/freebsd-9.3-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
/freebsd-9.3-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-9.3-release/usr.sbin/sysinstall/
H A DinstallUpgrade.c53 Boolean optional; member in struct:_hitList
142 if (!h->optional)
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common10 described by the term. A term enclosed with [...] is optional,
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man152 $reference->{optional}\n.PP
H A Dmdoc2texi93 ',', $reference->{optional}
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man178 $reference->{optional}\n.PP

Completed in 145 milliseconds

12