HomeSort by: relevance | last modified time | path
    Searched refs:force (Results 1 - 25 of 597) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nvi/dist/ex/
ex_quit.c 40 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);
  /src/external/bsd/flex/dist/
autogen.sh 50 "$LIBTOOLIZE" --install --force
51 autoreconf --install --force
  /src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.h 22 task and force-condition flag, as accepted by the 'break' command,
25 and *FORCE.
37 the -force-condition flag is not found then *FORCE is set to false.
50 gdb::unique_xmalloc_ptr<char> *rest, bool *force);
  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.h 22 task and force-condition flag, as accepted by the 'break' command,
25 and *FORCE.
37 the -force-condition flag is not found then *FORCE is set to false.
50 gdb::unique_xmalloc_ptr<char> *rest, bool *force);
  /src/crypto/external/cpl/trousers/dist/
bootstrap.sh 3 libtoolize --force -c || exit 1
  /src/external/bsd/openpam/dist/
autogen.sh 3 libtoolize --copy --force
  /src/external/gpl2/lvm2/dist/tools/
vgremove.c 25 force_t force; local
34 force = arg_count(cmd, force_ARG);
36 if ((force == PROMPT) &&
44 if (!remove_lvs_in_vg(cmd, vg, force)) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/boards/
cc-with-index-cache.exp 29 file delete -force $env(INDEX_CACHE_DIR)
  /src/external/gpl3/gdb/dist/gdb/testsuite/boards/
cc-with-index-cache.exp 29 file delete -force $env(INDEX_CACHE_DIR)
  /src/external/bsd/ntp/dist/scripts/build/
genver 5 # -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
  /src/sbin/chkconfig/
chkconfig.sh 93 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
  /src/crypto/dist/ipsec-tools/
bootstrap 19 ${LIBTOOLIZE} --force --copy || exit 1
  /src/external/gpl2/gettext/dist/gettext-tools/examples/po/
mmsmallpo.sh 10 msgmerge --force-po $language.po $directory.pot -o - | \
  /src/external/gpl2/texinfo/dist/makeinfo/tests/
html-top 7 ../makeinfo --no-split --force -o html-top.html --html $srcdir/html-top.txi \
  /src/external/gpl2/xcvs/dist/contrib/
descend.sh 21 \040\040-f\040\040Force: ignore errors during descent\n
34 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
  /src/sys/external/bsd/drm2/include/linux/
reboot.h 44 orderly_poweroff(bool force __unused)
  /src/sbin/gpt/
create.c 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
82 if (!force) {
131 int force = 0; local
141 force = 1;
160 return create(gpt, parts, force, primary_only, active);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
cached-source-file.exp 36 file copy -force -- $srcdir/$subdir/$srcfile $newsrc
71 file rename -force -- $bkpsrc $srcfile
85 # Rerun the program. This should not only force GDB to reload the
122 file rename -force -- $bkpsrc $srcfile
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
cached-source-file.exp 36 file copy -force -- $srcdir/$subdir/$srcfile $newsrc
71 file rename -force -- $bkpsrc $srcfile
85 # Rerun the program. This should not only force GDB to reload the
122 file rename -force -- $bkpsrc $srcfile
  /src/sys/external/isc/libsodium/dist/
autogen.sh 35 automake --add-missing --force-missing --include-deps && \
  /src/external/bsd/libevent/dist/
autogen.sh 22 automake --add-missing --force-missing --copy
  /src/external/bsd/ntp/dist/sntp/libevent/
autogen.sh 22 automake --add-missing --force-missing --copy
  /src/external/gpl3/gcc/dist/contrib/
download_prerequisites 49 force=0
69 --force download again overwriting existing packages
70 --no-force do not download existing packages again (default)
139 --force)
140 force=1
142 --no-force)
143 force=0
232 if [ ${force} -gt 0 ]; then rm -f "${directory}/${ar}"; fi
256 if [ ${force} -gt 0 ]; then rm -rf "${directory}/${package}"; fi
279 if [ ${force} -gt 0 ]; then rm -f "${linkname}"; f
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
download_prerequisites 46 force=0
65 --force download again overwriting existing packages
66 --no-force do not download existing packages again (default)
134 --force)
135 force=1
137 --no-force)
138 force=0
224 if [ ${force} -gt 0 ]; then rm -f "${directory}/${ar}"; fi
248 if [ ${force} -gt 0 ]; then rm -rf "${directory}/${package}"; fi
271 if [ ${force} -gt 0 ]; then rm -f "${linkname}"; f
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
call-no-debug.exp 31 {debug no-force}] != ""} {

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>