Searched refs:force (Results 26 - 50 of 411) sorted by relevance

1234567891011>>

/freebsd-12-stable/sbin/reboot/
H A Dnextboot.sh34 force="NO"
78 force="YES"
104 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h33 CreateInstance(lldb_private::Process *process, bool force);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dbeacon.h26 void sta_track_expire(struct hostapd_iface *iface, int force);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_write.c64 int force; local
71 force = FL_ISSET(cmdp->iflags, E_C_FORCE);
73 if (ex_ncheck(sp, force))
76 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
103 int force; local
112 force = FL_ISSET(cmdp->iflags, E_C_FORCE);
114 if (ex_ncheck(sp, force))
117 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
H A Dex_util.c37 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, recno_t lno1, recno_t lno2, int force) argument
45 if (force)
97 ex_ncheck(SCR *sp, int force) argument
106 if (!force && sp->ccnt != sp->q_ccnt + 1 &&
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c188 setconnmode(force)
189 int force;
196 newmode = getconnmode()|(force?MODE_FORCE:0);
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dpropset-cmd.c72 if (!opt_state->force)
127 &rev, opt_state->force, ctx,
184 opt_state->depth, opt_state->force,
H A Dexport-cmd.c118 opt_state->force, opt_state->ignore_externals,
121 if (err && err->apr_err == SVN_ERR_WC_OBSTRUCTED_UPDATE && !opt_state->force)
124 "the directory or use --force to overwrite"));
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h27 bool force);
29 bool force);
52 bool force);
66 typedef lldb::PlatformSP (*PlatformCreateInstance)(bool force,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h30 static DynamicLoader *CreateInstance(Process *process, bool force);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
H A DPlatformOpenBSD.cpp40 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { argument
42 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force,
46 bool create = force;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h170 int ReadGPR(bool force);
172 int ReadFPU(bool force);
174 int ReadEXC(bool force);
195 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_x86_64.h175 int ReadGPR(bool force);
177 int ReadFPU(bool force);
179 int ReadEXC(bool force);
200 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_arm.h218 int ReadGPR(bool force);
220 int ReadFPU(bool force);
222 int ReadEXC(bool force);
224 int ReadDBG(bool force);
251 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_arm64.h185 int ReadGPR(bool force);
187 int ReadFPU(bool force);
189 int ReadEXC(bool force);
191 int ReadDBG(bool force);
218 int ReadRegisterSet(uint32_t set, bool force);
/freebsd-12-stable/contrib/gperf/
H A DMakefile.devel40 doc/gperf.1 : force
43 force :
/freebsd-12-stable/contrib/gperf/lib/
H A DMakefile.in108 clean : force
116 force :
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h46 nvlist_t *make_root_vdev(zpool_handle_t *zhp, int force, int check_rep,
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h53 int zfsctl_destroy_snapshot(const char *snapname, int force);
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh45 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION_COMPAT" \
67 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION" \
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dgzip-env.sh32 for badopt in -- -c --stdout -d --decompress -f --force -h --help -k --keep \
/freebsd-12-stable/contrib/gperf/doc/
H A DMakefile.in109 install : all force
123 installdirs : force
131 uninstall : force
143 clean : force
152 force :
/freebsd-12-stable/contrib/gperf/src/
H A DMakefile.in123 install : all force
127 installdirs : force
130 uninstall : force
137 clean : force
145 force :
/freebsd-12-stable/sys/geom/raid/
H A Dg_raid_ctl.c155 int *nargs, *force; local
177 force = gctl_get_paraml(req, "force", sizeof(*force));
178 if (force != NULL && *force)

Completed in 229 milliseconds

1234567891011>>