Searched refs:yes (Results 451 - 475 of 477) sorted by relevance

<<11121314151617181920

/freebsd-10-stable/contrib/bmake/mk/
H A Dgendirdeps.mk77 # yes, I mean :U with no value
H A Dmeta.stage.mk343 .if ${MK_STALE_STAGED} == "yes"
/freebsd-10-stable/contrib/binutils/gas/
H A DMakefile.am124 valid=yes ;; \
130 valid=yes ;; \
134 mips | alpha) valid=yes ;; \
136 elf) valid=yes ; \
142 alpha) valid=yes ;; \
146 vax) valid=yes ;; \
159 i386 | cris) valid=yes ;; \
163 i386 | mips) valid=yes ;; \
167 mips) valid=yes ;; \
169 elf) valid=yes ;; \
[all...]
/freebsd-10-stable/lib/libedit/
H A Dterm.c690 if (EL_HAS_AUTO_MARGINS) { /* yes */
1384 if (strcmp(how, "yes") == 0)
1460 static char yes[] = "yes"; local
1463 *(char **)how = yes;
1513 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1516 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1520 "yes" : "no");
1524 "yes" : "no");
/freebsd-10-stable/share/mk/
H A Dbsd.lib.mk159 .if ${MK_SYMVER} == "yes" && !empty(VERSION_MAP)
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh949 yes | sed 200000q | sort -T + >/dev/null || atf_fail "program failed"
/freebsd-10-stable/usr.sbin/etcupdate/
H A Detcupdate.sh592 NEWALIAS_WARN=yes
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot413 local yes no defaultno extra_args format
415 yes=ok no=cancel defaultno=default-no
419 yes=yes no=no defaultno=defaultno
457 --$yes-label "$msg_yes" \
/freebsd-10-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh125 #_DEBUG_STACKS='yes'; # enable stack output in each function
129 #_DEBUG_LM='yes'; # enable landmark messages
133 #_DEBUG_KEEP_FILES='yes' # enable file keeping in temporary dir
137 #_DEBUG_PRINT_PARAMS='yes'; # enable printing of all parameters
141 #_DEBUG_PRINT_SHELL='yes'; # enable printing of the shell name
145 #_DEBUG_PRINT_TMPDIR='yes'; # enable printing of the temporary dir
149 #_DEBUG_USER_WITH_STACK='yes'; # enable stack dump in error_user()
156 # _DEBUG_STACKS='yes';
157 # _DEBUG_LM='yes';
158 _DEBUG_KEEP_FILES='yes';
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_lib.c808 void SSL_set_read_ahead(SSL *s, int yes) argument
810 s->read_ahead = yes;
H A Dssl.h1855 void SSL_set_read_ahead(SSL *s, int yes);
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c542 isc__socket_ipv6only(isc_socket_t *sock, isc_boolean_t yes);
5720 isc__socket_ipv6only(isc_socket_t *sock0, isc_boolean_t yes) { argument
5723 int onoff = yes ? 1 : 0;
5725 UNUSED(yes);
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak567 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\libisc.pdb" /map:"$(INTDIR)\libisc.map" /debug /machine:I386 /def:".\libisc.def" /out:"../../../Build/Debug/libisc.dll" /implib:"$(OUTDIR)\libisc.lib" /pdbtype:sept
2052 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
H A Dsocket.c3782 isc__socket_ipv6only(isc_socket_t *sock, isc_boolean_t yes) { argument
3784 int onoff = yes ? 1 : 0;
3786 UNUSED(yes);
/freebsd-10-stable/contrib/binutils/binutils/
H A DMakefile.am128 *k*) failcom='fail=yes';; \
136 dot_seen=yes; \
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm509 subs \order, \order, #3 @ yes, 3 is intended here
/freebsd-10-stable/contrib/binutils/libiberty/
H A DMakefile.in303 *k*) failcom='fail=yes';; \
311 dot_seen=yes; \
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A DMakefile.in286 *k*) failcom='fail=yes';; \
294 dot_seen=yes; \
/freebsd-10-stable/
H A DMakefile.inc11022 NO_INSTALLEXTRAKERNELS?= yes
1124 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1155 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1181 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1194 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c1626 /* Handle generic options of the form -mfoo=yes/no.
1630 whether the option value is 'yes' or 'no' respectively. */
1636 else if (!strcmp (value, "yes"))
1912 if (! strcmp (arg, "yes") || ! strcmp (arg, "single"))
12895 bool yes = false;
12896 diddle_return_value (is_altivec_return_reg, &yes);
12897 if (yes)
12960 bool *yes = (bool *) xyes;
12962 *yes = true;
12865 bool yes = false; local
12930 bool *yes = (bool *) xyes; local
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c11132 int yes;
11145 yes = (*l != NULL);
11147 return yes;
11123 int yes; local
/freebsd-10-stable/contrib/binutils/ld/
H A DMakefile.am1843 *k*) failcom='fail=yes';; \
1851 dot_seen=yes; \
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6239 \toks0 = {\do}% yes, so just \do
6389 % Oh yes, they do; otherwise, @ifset (and anything else that uses
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex6113 \toks0 = {\do}% yes, so just \do
6260 % Oh yes, they do; otherwise, @ifset (and anything else that uses
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c714 uni_print_entry(cx, "pass", "%s", hdr->pass ? "yes" : "no");
4339 MKT(UNI_BEARER_CLIP, yes),

Completed in 501 milliseconds

<<11121314151617181920