Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 2277) sorted by relevance

12345678910>>...92

/netbsd/external/bsd/less/dist/
H A Dforwback.c129 int force;
164 force = 1;
178 force = 1;
293 back(n, pos, force, only_last) in back() argument
296 int force;
315 if (!force)
346 forward(n, force, only_last) in forward() argument
348 int force;
398 backward(n, force, only_last) in backward() argument
400 int force;
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D26-tls13_client_auth.conf16 test-11 = 11-client-auth-TLSv1.3-request-force-client-post-handshake
17 test-12 = 12-client-auth-TLSv1.3-request-force-server-post-handshake
18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake
388 [11-client-auth-TLSv1.3-request-force-client-post-handshake]
391 [11-client-auth-TLSv1.3-request-force-client-post-handshake-ssl]
421 [12-client-auth-TLSv1.3-request-force-server-post-handshake]
424 [12-client-auth-TLSv1.3-request-force-server-post-handshake-ssl]
454 [13-client-auth-TLSv1.3-request-force-both-post-handshake]
457 [13-client-auth-TLSv1.3-request-force-both-post-handshake-ssl]
461 [13-client-auth-TLSv1.3-request-force-both-post-handshake-server]
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D26-tls13_client_auth.cnf16 test-11 = 11-client-auth-TLSv1.3-request-force-client-post-handshake
17 test-12 = 12-client-auth-TLSv1.3-request-force-server-post-handshake
18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake
388 [11-client-auth-TLSv1.3-request-force-client-post-handshake]
391 [11-client-auth-TLSv1.3-request-force-client-post-handshake-ssl]
421 [12-client-auth-TLSv1.3-request-force-server-post-handshake]
424 [12-client-auth-TLSv1.3-request-force-server-post-handshake-ssl]
454 [13-client-auth-TLSv1.3-request-force-both-post-handshake]
457 [13-client-auth-TLSv1.3-request-force-both-post-handshake-ssl]
461 [13-client-auth-TLSv1.3-request-force-both-post-handshake-server]
[all …]
/netbsd/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/external/gpl3/gcc.old/dist/contrib/
H A Ddownload_prerequisites46 force=0
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} -gt 0 ]; then rm -f "${linkname}"; fi
/netbsd/external/gpl3/gcc/dist/contrib/
H A Ddownload_prerequisites46 force=0
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}"; fi
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_quit.c40 int force; in ex_quit() local
42 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_quit()
45 if (file_m2(sp, force) || ex_ncheck(sp, force)) in ex_quit()
48 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_quit()
H A Dex_write.c70 int force; in ex_wq() local
77 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_wq()
79 if (ex_ncheck(sp, force)) in ex_wq()
82 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_wq()
109 int force; in ex_xit() local
118 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_xit()
120 if (ex_ncheck(sp, force)) in ex_xit()
123 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_xit()
/netbsd/external/gpl3/gcc/dist/c++tools/
H A Dresolver.cc78 module_resolver::set_repo (std::string &&r, bool force) in set_repo() argument
80 if (force || repo.empty ()) in set_repo()
83 force = true; in set_repo()
85 return force; in set_repo()
90 bool force) in add_mapping() argument
94 force = true; in add_mapping()
95 else if (force) in add_mapping()
98 return force; in add_mapping()
102 module_resolver::read_tuple_file (int fd, char const *prefix, bool force) in read_tuple_file() argument
186 add_mapping (std::move (module), std::move (file), force); in read_tuple_file()
H A Dresolver.h64 bool set_repo (std::string &&repo, bool force = false);
66 bool force = false);
69 int read_tuple_file (int fd, char const *prefix, bool force = false);
71 bool force = false)
74 force);
/netbsd/external/bsd/openldap/dist/tests/progs/
H A Dslapd-read.c50 char **attrs, int noattrs, int nobind, int maxloop, int force );
54 char *filter, char **attrs, int noattrs, int nobind, int force );
90 int force = 0; in main() local
121 force++; in main()
162 noattrs, nobind, force ); in main()
166 noattrs, nobind, config->loops, force ); in main()
175 char **srchattrs, int noattrs, int nobind, int force ) in do_random() argument
234 srchattrs, noattrs, nobind, 1, force ); in do_random()
253 char **attrs, int noattrs, int nobind, int maxloop, int force ) in do_read() argument
305 if ( ( force < 2 && first > 0 ) || abs(first) == 1 ) { in do_read()
[all …]
H A Dslapd-search.c51 int innerloop, int force );
56 char **attrs, int noattrs, int nobind, int force );
96 int force = 0; in main() local
130 force++; in main()
181 attrs, noattrs, nobind, force ); in main()
186 config->loops, force ); in main()
197 char **srchattrs, int noattrs, int nobind, int force ) in do_random() argument
272 1, force ); in do_random()
299 int innerloop, int force ) in do_search() argument
354 if ( ( force < 2 && first > 0 ) || abs(first) == 1 ) { in do_search()
[all …]
H A Dslapd-bind.c49 do_bind( struct tester_conn_args *config, char *dn, int maxloop, int force,
54 int force, int noinit, int action_type, void *action );
87 int force = 0; in main() local
168 force++; in main()
192 filter, pwattr, force, noinit, -1, NULL ); in main()
195 config->loops, force, noinit, NULL, &config->pass, -1, NULL ); in main()
206 do_bind( struct tester_conn_args *config, char *dn, int maxloop, int force, in do_bind() argument
308 if ( ( force < 2 && first > 0 ) || abs(first) == 1 ) { in do_bind()
374 int force, int noinit, int action_type, void *action ) in do_base() argument
508 if ( do_bind( config, dns[j], 1, force, noinit, &ld, pass, in do_base()
[all …]
H A Dslapd-mtread.c63 int force, int idx );
68 int force, int idx );
73 int force, int idx );
96 int force = 0; variable
207 force++; in main()
376 noattrs, nobind, force, idx ); in do_onethread()
379 noattrs, nobind, force, idx ); in do_onethread()
383 nobind, config->loops, force, idx ); in do_onethread()
507 int force, int idx ) in do_random() argument
585 int force, int idx ) in do_random2() argument
[all …]
/netbsd/external/gpl2/lvm2/dist/test/
H A Dt-mirror-vgreduce-removemissing.sh136 vgreduce --removemissing --force $vg
157 vgreduce --removemissing --force $vg
185 vgreduce --force --removemissing $vg
213 vgreduce --removemissing --force $vg
241 vgreduce --removemissing --force $vg
322 vgreduce --removemissing --force $vg
335 vgreduce --removemissing --force $vg
350 vgreduce --removemissing --force $vg
362 vgreduce --removemissing --force $vg
380 vgreduce --removemissing --force $vg
[all …]
/netbsd/external/bsd/ntp/dist/scripts/build/
H A Dgenver7 force=0
13 force=1
53 case "$force$rc" in
69 case "$force$rc" in
87 case "$force$rc" in
/netbsd/external/gpl2/gettext/bin/gettextize/
H A Dgettextize26 force=0
46 -f | --force | --f* )
48 force=1 ;;
99 if test -d intl && test $force -eq 0; then
105 if test -f po/Makefile.in.in && test $force -eq 0; then
111 if test -f NLS && test $force -eq 0; then
/netbsd/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c50 int verbose, force, unset; variable
85 force = 1; in main()
112 if (unset && (force || host != NULL || addr != NULL)) in main()
116 if (force || host != NULL || addr != NULL) in main()
162 ether_ntoa(ether_addr), host ? host : addr, force); in main()
218 netbbinfop->force = force; in main()
/netbsd/lib/libc/locale/
H A Dnb_lc_template.h113 int force) in _PREFIX()
141 if (force) { in _PREFIX()
176 int ret, force; in _PREFIX() local
184 ret = (force = !__isforcemapping(alias)) \ in _PREFIX()
186 force) \ in _PREFIX()
188 force); \ in _PREFIX()
189 _DIAGASSERT(!ret || !force); \ in _PREFIX()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_probe_helper.c281 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx()
283 ret = connector->funcs->detect(connector, force); in drm_helper_probe_detect_ctx()
315 bool force) in drm_helper_probe_detect() argument
329 return funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
331 return connector->funcs->detect(connector, force); in drm_helper_probe_detect()
429 if (connector->force) { in drm_helper_probe_single_connector_modes()
430 if (connector->force == DRM_FORCE_ON || in drm_helper_probe_single_connector_modes()
431 connector->force == DRM_FORCE_ON_DIGITAL) in drm_helper_probe_single_connector_modes()
435 if (connector->funcs->force) in drm_helper_probe_single_connector_modes()
436 connector->funcs->force(connector); in drm_helper_probe_single_connector_modes()
[all …]
/netbsd/sbin/gpt/
H A Dcreate.c72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active) in create() argument
80 if (!force) { in create()
129 int force = 0; in cmd_create() local
139 force = 1; in cmd_create()
158 return create(gpt, parts, force, primary_only, active); in cmd_create()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.h16 bool force; member
28 .force = 0, in hwsq_stride()
41 .force = 0, in hwsq_reg2()
54 .force = 0, in hwsq_reg()
115 reg->force = true; in hwsq_nuke()
122 if (temp != ((temp & ~mask) | data) || reg->force) in hwsq_mask()
/netbsd/distrib/sets/
H A Dregpkg132 force=false
150 -f) force=true ;;
168 if ${force}; then
231 ${force} || bomb
422 if ${update} || ${force}; then
544 ${force} || bomb
575 ${force} || bomb
848 ${force} || bomb
952 ${force} || ${update} || bomb
962 if ${force}; then
[all …]
/netbsd/external/gpl2/lvm2/dist/tools/
H A Dvgremove.c25 force_t force; in vgremove_single() local
34 force = arg_count(cmd, force_ARG); in vgremove_single()
36 if ((force == PROMPT) && in vgremove_single()
44 if (!remove_lvs_in_vg(cmd, vg, force)) { in vgremove_single()
/netbsd/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c145 if (force) in check_slice()
168 if (!wholedisk && !force && in check_slice()
248 if (check_slice(name, force, B_TRUE, isspare) != 0) in check_disk()
275 err = check_disk(path, desc, force, isspare); in check_device()
280 return (check_slice(path, force, B_FALSE, isspare)); in check_device()
340 state == POOL_STATE_SPARE || !force) { in check_file()
371 return (check_file(path, force, isspare)); in check_device()
1133 ret = check_device(path, force, isspare); in is_device_in_use()
1135 ret = check_file(path, force, isspare); in is_device_in_use()
1141 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
[all …]

12345678910>>...92