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

1234567891011

/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_quit.c36 int force; local
38 force = FL_ISSET(cmdp->iflags, E_C_FORCE);
41 if (file_m2(sp, force) || ex_ncheck(sp, force))
44 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
H A Dex_util.c38 ex_cinit(cmdp, cmd_id, naddr, lno1, lno2, force, ap)
40 int cmd_id, force, naddr;
50 if (force)
126 ex_ncheck(sp, force)
128 int force;
137 if (!force && sp->ccnt != sp->q_ccnt + 1 &&
/freebsd-9.3-release/contrib/openbsm/
H A Dautogen.sh6 libtoolize --copy --force
/freebsd-9.3-release/contrib/ofed/libibverbs/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-9.3-release/contrib/ofed/libmlx4/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-9.3-release/contrib/ofed/libmthca/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-9.3-release/contrib/ofed/libsdp/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-9.3-release/contrib/openpam/
H A Dautogen.sh7 libtoolize --copy --force
/freebsd-9.3-release/contrib/less/
H A Dforwback.c115 * "force" means display the n lines even if we hit end of file.
122 forw(n, pos, force, only_last, nblank)
125 int force;
160 force = 1;
176 force = 1;
213 * is still empty, or "force" is true.
214 * Even if force is true, stop when the last
218 if (!force && position(TOP) != NULL_POSITION)
291 back(n, pos, force, only_last)
294 int force;
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-9.3-release/contrib/ofed/management/libibcommon/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-9.3-release/contrib/ofed/management/libibmad/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-9.3-release/contrib/ofed/management/libibumad/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dautogunk.sh18 libtoolize --copy --force
/freebsd-9.3-release/share/i18n/esdb/UTF/
H A DMakefile10 UTF-16BE-var= utf16,big,force
12 UTF-16LE-var= utf16,little,force
14 UTF-16-INTERNAL-var= utf16,internal,force
16 UTF-16-SWAPPED-var= utf16,swapped,force
20 UTF-32BE-var= utf32,big,force
22 UTF-32LE-var= utf32,little,force
24 UTF-32-INTERNAL-var= utf32,internal,force
26 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd-9.3-release/contrib/ntp/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
/freebsd-9.3-release/contrib/cvs/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
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/freebsd-9.3-release/sbin/kldunload/
H A Dkldunload.c56 int c, fileid, force, opt; local
108 force = LINKER_UNLOAD_FORCE;
110 force = LINKER_UNLOAD_NORMAL;
112 if (kldunloadf(fileid, force) < 0)
/freebsd-9.3-release/usr.bin/brandelf/
H A Dbrandelf.c67 int ch, change = 0, force = 0, listed = 0; local
74 force = 1;
90 if (force)
109 if (!force && (type = elftype(strtype)) == -1) {
119 if ((fd = open(argv[0], change || force ? O_RDWR : O_RDONLY, 0)) < 0) {
135 if (!change && !force) {
/freebsd-9.3-release/contrib/sendmail/mail.local/
H A DMakefile13 force-install: FRC
/freebsd-9.3-release/contrib/sendmail/rmail/
H A DMakefile13 force-install: FRC
/freebsd-9.3-release/sbin/reboot/
H A Dnextboot.sh31 force="NO"
70 force="YES"
96 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then
/freebsd-9.3-release/usr.bin/chkey/
H A Dchkey.c92 int force = 0; local
101 force = 1;
127 if (!force) {
151 if (!force) {
156 force = 1; /* Make this mandatory */
165 if (force) {
/freebsd-9.3-release/contrib/ofed/management/
H A DMakefile8 if [ ! -z "$(force)" -o ! -x $(dir)/configure ] ; then \
16 automake: force=1 macro

Completed in 120 milliseconds

1234567891011