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

1234567891011>>

/freebsd-12-stable/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-12-stable/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-12-stable/contrib/openbsm/
H A Dautogen.sh3 libtoolize --copy --force
/freebsd-12-stable/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);
41 int devctl_clear_driver(const char *device, bool force);
43 int devctl_delete(const char *device, bool force);
H A Ddevctl.c72 devctl_detach(const char *device, bool force) argument
75 return (devctl_simple_request(DEV_DETACH, device, force ?
109 devctl_set_driver(const char *device, const char *driver, bool force) argument
120 if (force)
126 devctl_clear_driver(const char *device, bool force) argument
129 return (devctl_simple_request(DEV_CLEAR_DRIVER, device, force ?
141 devctl_delete(const char *device, bool force) argument
144 return (devctl_simple_request(DEV_DELETE, device, force ?
/freebsd-12-stable/contrib/openpam/
H A Dautogen.sh6 libtoolize --copy --force
/freebsd-12-stable/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-12-stable/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-12-stable/usr.sbin/devctl/
H A Ddevctl.c142 bool force; local
145 force = false;
149 force = true;
159 if (devctl_detach(av[0], force) < 0)
176 bool force; local
179 force = false;
183 force = true;
193 if (devctl_disable(av[0], force) < 0)
246 bool force; local
249 force
280 bool force; local
326 bool force; local
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/freebsd-12-stable/share/examples/tests/tests/atf/
H A Dcp_test.sh95 atf_test_case force
120 atf_add_test_case force
/freebsd-12-stable/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')
H A DMakefile15 force-install: FRC
/freebsd-12-stable/contrib/less/
H A Dforwback.c127 * "force" means display the n lines even if we hit end of file.
134 forw(n, pos, force, only_last, nblank)
137 int force;
178 force = 1;
194 force = 1;
234 * is still empty, or "force" is true.
235 * Even if force is true, stop when the last
238 if (!force && position(TOP) != NULL_POSITION)
311 back(n, pos, force, only_last)
314 int force;
[all...]
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn_phy_common.h36 extern int bwn_phy_force_clock(struct bwn_mac *mac, int force);
/freebsd-12-stable/sbin/kldunload/
H A Dkldunload.c58 int c, fileid, force, opt; local
110 force = LINKER_UNLOAD_FORCE;
112 force = LINKER_UNLOAD_NORMAL;
114 if (kldunloadf(fileid, force) < 0)
/freebsd-12-stable/usr.sbin/pnfsdskill/
H A Dpnfsdskill.c49 { "force", no_argument, NULL, 'f' },
63 int ch, force; local
67 force = 0;
71 force = 1;
82 if (force != 0)
/freebsd-12-stable/usr.bin/brandelf/
H A Dbrandelf.c69 int ch, change = 0, force = 0, listed = 0; local
76 force = 1;
92 if (force)
111 if (!force && (type = elftype(strtype)) == -1) {
121 if ((fd = open(argv[0], change || force ? O_RDWR : O_RDONLY, 0)) < 0) {
137 if (!change && !force) {
/freebsd-12-stable/contrib/sendmail/mail.local/
H A DMakefile.m427 @echo " README file in the mail.local directory. You can force"
28 @echo " the install using 'Build force-install'."
30 force-install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
H A DMakefile15 force-install: FRC
/freebsd-12-stable/contrib/libevent/
H A Dautogen.sh22 automake --add-missing --force-missing --copy
/freebsd-12-stable/sys/contrib/libsodium/
H A Dautogen.sh35 automake --add-missing --force-missing --include-deps && \
/freebsd-12-stable/sys/sys/
H A Dslicer.h61 /* Use NULL and set force to true for deregistering a slicer */
62 void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force);
/freebsd-12-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c98 int ch, change = 0, force = 0, listed = 0; local
110 force = 1;
129 if (force)
161 if ((fd = open(argv[0], (change || force) ? O_RDWR :
168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR :
191 if (!change && !force) {
/freebsd-12-stable/usr.bin/chkey/
H A Dchkey.c92 int force = 0; local
104 force = 1;
130 if (!force) {
154 if (!force) {
160 force = 1; /* Make this mandatory */
169 if (force) {

Completed in 282 milliseconds

1234567891011>>