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

1234567891011>>

/freebsd-11.0-release/contrib/gperf/
H A DMakefile.in34 all : force
37 install : force
40 installdirs : force
43 uninstall : force
46 check : force
49 mostlyclean : force
52 clean : force
55 distclean : force
59 maintainer-clean : force
63 force
[all...]
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_quit.c35 int force; local
37 force = FL_ISSET(cmdp->iflags, E_C_FORCE);
40 if (file_m2(sp, force) || ex_ncheck(sp, force))
43 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
/freebsd-11.0-release/contrib/openbsm/
H A Dautogen.sh3 libtoolize --copy --force
/freebsd-11.0-release/lib/libdevctl/
H A Ddevctl.h35 int devctl_detach(const char *device, bool force);
40 int devctl_set_driver(const char *device, const char *driver, bool force);
42 int devctl_delete(const char *device, bool force);
H A Ddevctl.c73 devctl_detach(const char *device, bool force) argument
76 return (devctl_simple_request(DEV_DETACH, device, force ?
110 devctl_set_driver(const char *device, const char *driver, bool force) argument
121 if (force)
134 devctl_delete(const char *device, bool force) argument
137 return (devctl_simple_request(DEV_DELETE, device, force ?
/freebsd-11.0-release/contrib/ofed/libibverbs/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-11.0-release/contrib/ofed/libmlx4/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-11.0-release/contrib/ofed/libmthca/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-11.0-release/contrib/ofed/libsdp/
H A Dautogen.sh5 libtoolize --force --copy
/freebsd-11.0-release/contrib/openpam/
H A Dautogen.sh7 libtoolize --copy --force
/freebsd-11.0-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-11.0-release/contrib/less/
H A Dforwback.c121 * "force" means display the n lines even if we hit end of file.
128 forw(n, pos, force, only_last, nblank)
131 int force;
172 force = 1;
188 force = 1;
228 * is still empty, or "force" is true.
229 * Even if force is true, stop when the last
232 if (!force && position(TOP) != NULL_POSITION)
305 back(n, pos, force, only_last)
308 int force;
[all...]
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-11.0-release/contrib/ofed/management/libibcommon/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-11.0-release/contrib/ofed/management/libibmad/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-11.0-release/contrib/ofed/management/libibumad/
H A Dautogen.sh8 libtoolize --force --copy
/freebsd-11.0-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-11.0-release/share/examples/tests/tests/atf/
H A Dcp_test.sh93 atf_test_case force
118 atf_add_test_case force
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/freebsd-11.0-release/contrib/sendmail/rmail/
H A DMakefile.m421 RMAIL=ifdef(`confFORCE_RMAIL', `force-install', `defeat-install')
28 @echo " systems. You can force the install using"
29 @echo " 'Build force-install'."
31 force-install: install-rmail ifdef(`confNO_MAN_BUILD',, `install-docs')
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn_phy_common.h35 extern void bwn_phy_force_clock(struct bwn_mac *mac, int force);
/freebsd-11.0-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-11.0-release/usr.sbin/devctl/
H A Ddevctl.c137 bool force; local
140 force = false;
144 force = true;
154 if (devctl_detach(av[0], force) < 0)
171 bool force; local
174 force = false;
178 force = true;
188 if (devctl_disable(av[0], force) < 0)
241 bool force; local
244 force
287 bool force; local
[all...]
/freebsd-11.0-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-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp56 DynamicLoaderWindowsDYLD::CreateInstance(Process *process, bool force) argument
58 bool should_create = force;

Completed in 239 milliseconds

1234567891011>>