Searched refs:force (Results 1 - 25 of 710) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_quit.c40 int force; local
42 force = FL_ISSET(cmdp->iflags, E_C_FORCE);
45 if (file_m2(sp, force) || ex_ncheck(sp, force))
48 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dloop_misalign.d3 #name: force loop misalignment
H A Dentry_misalign.d3 #name: force entry instruction misalignment
/netbsd-current/external/bsd/flex/dist/
H A Dautogen.sh50 "$LIBTOOLIZE" --install --force
51 autoreconf --install --force
/netbsd-current/crypto/external/cpl/trousers/dist/
H A Dbootstrap.sh3 libtoolize --force -c || exit 1
/netbsd-current/external/bsd/openpam/dist/
H A Dautogen.sh3 libtoolize --copy --force
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dvgremove.c25 force_t force; local
34 force = arg_count(cmd, force_ARG);
36 if ((force == PROMPT) &&
44 if (!remove_lvs_in_vg(cmd, vg, force)) {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dproperty-bti-pac4-a.d4 #ld: -z force-bti -e main
7 #warning: .*property-bti-pac4.*: warning: BTI turned on by -z force-bti.*
H A Dproperty-bti-pac4-b.d4 #ld: -m [aarch64_choose_ilp32_emul] -z force-bti -e main
7 #warning: .*property-bti-pac4.*: warning: BTI turned on by -z force-bti.*
/netbsd-current/external/bsd/ntp/dist/scripts/build/
H A Dgenver5 # -f would be 'force the update'
7 force=0
13 force=1
53 case "$force$rc" in
69 case "$force$rc" in
87 case "$force$rc" in
/netbsd-current/sbin/chkconfig/
H A Dchkconfig.sh93 if [ ${force} -ne 1 ]; then
103 if [ ${force} -ne 1 ]; then
146 if [ ${force} -eq 1 ]; then
160 if [ ${force} -eq 1 ]; then
173 force=0
179 force=1
202 if [ ${force} -eq 1 ]; then
/netbsd-current/crypto/dist/ipsec-tools/
H A Dbootstrap19 ${LIBTOOLIZE} --force --copy || exit 1
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Ddescend.sh34 force=$option
86 eval "$command" || if [ -z "$force" ] ; then exit 1; fi
115 || if [ -z "$force" ] ; then exit 1; fi
126 ) || if [ -z "$force" ] ; then exit 1; fi
/netbsd-current/share/i18n/esdb/UTF/
H A DMakefile.inc11 UTF-16BE-var= utf16,big,force
13 UTF-16LE-var= utf16,little,force
17 UTF-32BE-var= utf32,big,force
19 UTF-32LE-var= utf32,little,force
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A Dmmsmallpo.sh10 msgmerge --force-po $language.po $directory.pot -o - | \
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dhtml-top7 ../makeinfo --no-split --force -o html-top.html --html $srcdir/html-top.txi \
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddownload_prerequisites46 force=0
74 --force download again overwriting existing packages
75 --no-force do not download existing packages again (default)
143 --force)
144 force=1
146 --no-force)
147 force=0
220 if [ ${force} -gt 0 ]; then rm -f "${directory}/${ar}"; fi
244 if [ ${force} -gt 0 ]; then rm -rf "${directory}/${package}"; fi
256 if [ ${force}
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dcpu-cortex-m0.d4 # objdump: -d -M force-thumb -mcortex-m0
H A Dcpu-cortex-m0plus.d4 # objdump: -d -M force-thumb -mcortex-m0plus
H A Dcpu-cortex-m1.d4 # objdump: -d -M force-thumb -mcortex-m1
H A Dcpu-cortex-m23.d4 # objdump: -d -M force-thumb -mcortex-m23
H A Dcpu-cortex-m3.d4 # objdump: -d -M force-thumb -mcortex-m3
H A Dcpu-cortex-m33.d4 # objdump: -d -M force-thumb -mcortex-m33
H A Dcpu-cortex-m35p.d4 # objdump: -d -M force-thumb -mcortex-m35p

Completed in 153 milliseconds

1234567891011>>