Home
last modified time | relevance | path

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

12345678910>>...12

/dflybsd-src/contrib/less/
H A Dforwback.c214 public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank) in forw() argument
253 force = TRUE; in forw()
267 force = TRUE; in forw()
311 if (!force && position(TOP) != NULL_POSITION) in forw()
387 public void back(int n, POSITION pos, lbool force, lbool only_last) in back() argument
413 if (!force) in back()
452 public void forward(int n, lbool force, lbool only_last) in forward() argument
468 if (pos == NULL_POSITION && (!force || empty_lines(2, sc_height-1))) in forward()
493 forw(n, pos, force, only_last, 0); in forward()
500 public void backward(int n, lbool force, lbool only_last) in backward() argument
[all …]
/dflybsd-src/contrib/nvi2/ex/
H A Dex_quit.c31 int force; in ex_quit() local
33 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_quit()
36 if (file_m2(sp, force) || ex_ncheck(sp, force)) in ex_quit()
39 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_quit()
H A Dex_write.c60 int force; in ex_wq() local
67 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_wq()
69 if (ex_ncheck(sp, force)) in ex_wq()
72 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_wq()
99 int force; in ex_xit() local
108 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_xit()
110 if (ex_ncheck(sp, force)) in ex_xit()
113 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_xit()
H A Dex_util.c33 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, recno_t lno1, recno_t lno2, int force) in ex_cinit() argument
41 if (force) in ex_cinit()
93 ex_ncheck(SCR *sp, int force) in ex_ncheck() argument
102 if (!force && sp->ccnt != sp->q_ccnt + 1 && in ex_ncheck()
/dflybsd-src/contrib/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
270 vgreduce --removemissing --force $vg
298 vgreduce --removemissing --force $vg
322 vgreduce --removemissing --force $vg
335 vgreduce --removemissing --force $vg
350 vgreduce --removemissing --force $vg
[all …]
/dflybsd-src/usr.bin/brandelf/
H A Dbrandelf.c66 int ch, change = 0, force = 0, listed = 0; in main() local
73 force = 1; in main()
89 if (force) in main()
108 if (!force && (type = elftype(strtype)) == -1) { in main()
118 if ((fd = open(argv[0], change || force ? O_RDWR : O_RDONLY, 0)) < 0) { in main()
134 if (!change && !force) { in main()
/dflybsd-src/sys/dev/drm/
H A Ddrm_probe_helper.c265 drm_helper_probe_detect_ctx(struct drm_connector *connector, bool force) in drm_helper_probe_detect_ctx() argument
277 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx()
279 ret = connector->funcs->detect(connector, force); in drm_helper_probe_detect_ctx()
311 bool force) in drm_helper_probe_detect() argument
318 return drm_helper_probe_detect_ctx(connector, force); in drm_helper_probe_detect()
325 return funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
327 return connector->funcs->detect(connector, force); in drm_helper_probe_detect()
425 if (connector->force) { in drm_helper_probe_single_connector_modes()
426 if (connector->force == DRM_FORCE_ON || in drm_helper_probe_single_connector_modes()
427 connector->force == DRM_FORCE_ON_DIGITAL) in drm_helper_probe_single_connector_modes()
[all …]
/dflybsd-src/contrib/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()
/dflybsd-src/usr.bin/chkey/
H A Dchkey.c87 int force = 0; in main() local
99 force = 1; in main()
125 if (!force) { in main()
149 if (!force) { in main()
155 force = 1; /* Make this mandatory */ in main()
164 if (force) { in main()
/dflybsd-src/share/i18n/esdb/UTF/
H A DMakefile.inc11 UTF-16BE-var= utf16,big,force
13 UTF-16LE-var= utf16,little,force
17 UTF-32BE-var= utf32,big,force
19 UTF-32LE-var= utf32,little,force
/dflybsd-src/usr.bin/dsynth/
H A Dmount.c52 DoCreateTemplate(int force) in DoCreateTemplate() argument
69 if (force == 1) in DoCreateTemplate()
71 if (force == 0) { in DoCreateTemplate()
76 force = 1; in DoCreateTemplate()
95 force = 1; in DoCreateTemplate()
102 force = 1; in DoCreateTemplate()
108 (force ? "Must-Create" : "Good"), in DoCreateTemplate()
114 if (force) { in DoCreateTemplate()
149 return force; in DoCreateTemplate()
/dflybsd-src/sbin/vinum/
H A Dcommands.c115 if (ioctl(superdev, VINUM_STARTCONFIG, &force)) { /* can't get config? */ in vinum_create()
154 if (ioctl(superdev, VINUM_STARTCONFIG, &force)) /* can't get config? */ in vinum_create()
188 if (ioctl(superdev, VINUM_STARTCONFIG, &force)) { /* can't get config? */ in vinum_read()
257 message->force = force; /* do we want to force the operation? */ in vinum_rm()
409 message->force = 1; /* insist */ in initplex()
463 message->force = 1; /* insist */ in initsd()
500 message->force = 1; /* insist */ in initsd()
606 message->force = 0; /* don't force it */ in vinum_start()
615 message->force = force; /* don't force it, use a larger hammer */ in vinum_start()
662 message->force = force; /* don't force it, use a larger hammer */ in vinum_start()
[all …]
/dflybsd-src/sbin/savecore/
H A Dsavecore.c88 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
289 if (force == 0) in DoFile()
309 if (force == 0) in DoFile()
322 if (force == 0) in DoFile()
351 if (force == 0) in DoFile()
584 checkfor = compress = clear = force = keep = verbose = 0; in main()
604 force = 1; in main()
613 if (checkfor && (clear || force || keep)) in main()
/dflybsd-src/contrib/cvs-1.12/src/
H A Dremove.c34 static int force; variable
63 force = 1; in cvsremove()
89 if (force) in cvsremove()
161 if (force) in remove_fileproc()
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldelf.c250 ldelf_try_needed (struct dt_needed *needed, int force, int is_linux) in ldelf_try_needed() argument
291 if (!force) in ldelf_try_needed()
388 ldelf_search_needed (const char *path, struct dt_needed *n, int force, in ldelf_search_needed() argument
397 return ldelf_try_needed (n, force, is_linux); in ldelf_search_needed()
583 if (ldelf_try_needed (&needed, force, is_linux)) in ldelf_search_needed()
686 ldelf_check_ld_elf_hints (const struct bfd_link_needed_list *l, int force, in ldelf_check_ld_elf_hints() argument
732 return ldelf_search_needed (ld_elf_hints, &needed, force, FALSE, elfsize); in ldelf_check_ld_elf_hints()
896 ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, in ldelf_check_ld_so_conf() argument
935 return ldelf_search_needed (ld_so_conf, &needed, force, TRUE, elfsize); in ldelf_check_ld_so_conf()
1142 int force; in ldelf_after_open() local
[all …]
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_crypto.h212 struct mbuf *m, int force) in ieee80211_crypto_demic() argument
215 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1); in ieee80211_crypto_demic()
223 struct ieee80211_key *k, struct mbuf *m, int force) in ieee80211_crypto_enmic() argument
226 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1); in ieee80211_crypto_enmic()
/dflybsd-src/usr.sbin/autofs/
H A Dautomount.c45 unmount_by_statfs(const struct statfs *sb, bool force) in unmount_by_statfs() argument
52 if (force) in unmount_by_statfs()
222 unmount_automounted(bool force) in unmount_automounted() argument
246 unmount_by_statfs(&(mntbuf[i]), force); in unmount_automounted()
/dflybsd-src/usr.bin/compress/
H A Dcompress.c56 static int eval, force, verbose; variable
96 force = 1; in main()
193 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) in compress()
237 if (!force && sb.st_size >= isb.st_size) { in compress()
283 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) in decompress()
/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumstate.c855 if (data->force != 0) /* are we going to use force? */ in start_object()
942 status = set_drive_state(objindex, drive_down, data->force); in stop_object()
946 status = set_sd_state(objindex, sd_down, data->force); in stop_object()
950 status = set_plex_state(objindex, plex_down, data->force); in stop_object()
954 status = set_volume_state(objindex, volume_down, data->force); in stop_object()
996 set_sd_state(msg->index, sd_initializing, msg->force); in setstate()
1012 set_plex_state(msg->index, plex_initializing, msg->force); in setstate()
1020 set_sd_state(plex->sdnos[sdno], sd_initializing, msg->force); in setstate()
1045 set_sd_state(msg->index, sd_initialized, msg->force); in setstate()
H A Dvinumconfig.c1699 remove_drive_entry(message.index, message.force); in remove()
1704 remove_sd_entry(message.index, message.force, message.recurse); in remove()
1709 remove_plex_entry(message.index, message.force, message.recurse); in remove()
1714 remove_volume_entry(message.index, message.force, message.recurse); in remove()
1726 remove_drive_entry(int driveno, int force) in remove_drive_entry() argument
1736 if (force) { /* do it at any cost */ in remove_drive_entry()
1740 remove_sd_entry(sdno, force, 0); in remove_drive_entry()
1754 remove_sd_entry(int sdno, int force, int recurse) in remove_sd_entry() argument
1766 if (force) { /* do it at any cost */ in remove_sd_entry()
1807 remove_plex_entry(int plexno, int force, int recurse) in remove_plex_entry() argument
[all …]
/dflybsd-src/contrib/nvi2/common/
H A Dexf.c617 file_end(SCR *sp, EXF *ep, int force) in file_end() argument
674 if (ep->db->close != NULL && ep->db->close(ep->db) && !force) { in file_end()
1277 file_m1(SCR *sp, int force, int flags) in file_m1() argument
1295 if (!force && file_aw(sp, flags)) in file_m1()
1297 } else if (ep->refcnt <= 1 && !force) { in file_m1()
1304 return (file_m3(sp, force)); in file_m1()
1315 file_m2(SCR *sp, int force) in file_m2() argument
1329 if (F_ISSET(ep, F_MODIFIED) && ep->refcnt <= 1 && !force) { in file_m2()
1335 return (file_m3(sp, force)); in file_m2()
1345 file_m3(SCR *sp, int force) in file_m3() argument
[all …]
/dflybsd-src/sbin/kldconfig/
H A Dkldconfig.c142 addpath(struct pathhead *pathq, char *path, int force, int insert) in addpath() argument
176 if (force) in addpath()
203 rempath(struct pathhead *pathq, char *path, int force, int insert __unused) in rempath() argument
232 if (force) in rempath()
/dflybsd-src/usr.sbin/resident/
H A Dresident.c107 int force = 0; in main() local
112 force = 1; in main()
167 if (force) in main()
/dflybsd-src/contrib/openresolv/
H A Dresolvconf.in477 $force || report=true
725 force=false
729 f) force=true;;
843 if ! ${force}; then
849 ${force}
1021 elif ! ${force}; then
1031 $force
/dflybsd-src/usr.sbin/gifconfig/
H A Dgifconfig.c524 phys_status(int force) in phys_status() argument
537 force = 0; /*fool gcc*/ in phys_status()
581 force = 0; /*fool gcc*/ in phys_status()
612 in_status(int force) in in_status() argument
623 if (!force) in in_status()
654 in6_status(int force) in in6_status() argument
667 if (!force) in in6_status()

12345678910>>...12