| /src/external/bsd/nvi/dist/ex/ |
| ex_quit.c | 40 int force; local 42 force = FL_ISSET(cmdp->iflags, E_C_FORCE); 45 if (file_m2(sp, force) || ex_ncheck(sp, force)) 48 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgremove.c | 25 force_t force; local 34 force = arg_count(cmd, force_ARG); 36 if ((force == PROMPT) && 44 if (!remove_lvs_in_vg(cmd, vg, force)) {
|
| /src/sbin/gpt/ |
| create.c | 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active) 82 if (!force) { 131 int force = 0; local 141 force = 1; 160 return create(gpt, parts, force, primary_only, active);
|
| migrate.c | 239 migrate(gpt_t gpt, u_int parts, int force, int slice, int active) 313 if (!force) { 349 int force = 0; local 361 force = 1; 378 return migrate(gpt, parts, force, slice, active);
|
| restore.c | 175 restore(gpt_t gpt, const char *infile, int force) 197 if (!force) { 204 if (!force) { 394 int force = 0; local 403 force = 1; 413 return restore(gpt, infile, force);
|
| /src/sys/arch/alpha/stand/common/ |
| bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
| /src/sys/arch/sbmips/stand/common/ |
| bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
| /src/external/gpl2/xcvs/dist/src/ |
| remove.c | 36 static int force; variable 65 force = 1; 91 if (force) 163 if (force)
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-archive.h | 59 int force; // -F member in class:er_archive
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-archive.h | 59 int force; // -F member in class:er_archive
|
| /src/sys/arch/x68k/stand/newdisk/ |
| newdisk.c | 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0; variable 85 force = 1; 114 if (strncmp(buf, "X68SCSI1", 8) == 0 && !force)
|
| /src/sys/net/agr/ |
| if_agrether.c | 212 bool force = true; local 214 agr_vlan_del(port, &force);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ExecutionDomainFix.cpp | 91 void ExecutionDomainFix::force(int rx, unsigned domain) { function in class:ExecutionDomainFix 101 // force the new value into domain. This costs a domain crossing. 189 // We are already collapsed, but predecessor is not. Force it. 200 force(rx, pdv->getFirstDomain()); 266 force(rx, domain); 270 // Kill all defs and force them. 277 force(rx, domain); 319 // If the collapsed operands force a single domain, propagate the collapse. 353 // Force the first dv to match the current instruction.
|
| /src/lib/libc/locale/ |
| nb_lc_template.h | 113 int force) 141 if (force) { 176 int ret, force; local 184 ret = (force = !__isforcemapping(alias)) \ 186 force) \ 188 force); \ 189 _DIAGASSERT(!ret || !force); \
|
| /src/sbin/svhlabel/ |
| svhlabel.c | 295 int force; /* force label update */ local 300 force = 0; 307 force = 1; 345 if (! changed && ! force)
|
| /src/sys/arch/alpha/stand/setnetbootinfo/ |
| setnetbootinfo.c | 50 int verbose, force, unset; variable 84 /* set force flag in network boot block */ 85 force = 1; 112 if (unset && (force || host != NULL || addr != NULL)) 116 if (force || host != NULL || addr != NULL) 161 printf("ethernet address: %s (%s), force = %d\n", 162 ether_ntoa(ether_addr), host ? host : addr, force); 218 netbbinfop->force = force;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/ |
| hwsq.h | 16 bool force; member in struct:hwsq_reg 28 .force = 0, 41 .force = 0, 54 .force = 0, 115 reg->force = true; 122 if (temp != ((temp & ~mask) | data) || reg->force)
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| ThreadSafetyTIL.cpp | 51 SExpr* Future::force() { function in class:Future
|
| /src/distrib/sets/ |
| Makefile | 295 REGPKG.force?= # -f, or empty 304 ${REGPKG.verbose} ${REGPKG.force} ${REGPKG.sloppy} \
|
| /src/sbin/apmlabel/ |
| apmlabel.c | 301 int force; /* force label update */ local 306 force = 0; 313 force = 1; 347 if (! changed && ! force)
|
| /src/sbin/mbrlabel/ |
| mbrlabel.c | 288 int force; /* force label update */ local 295 force = 0; 303 force = 1; 351 if (! changed && ! force)
|
| /src/sys/arch/evbppc/nintendo/dev/ |
| exi.c | 148 bool force; local 154 force = chan == 0 && dev == 1; 155 if (!force) {
|
| /src/sys/dev/raidframe/ |
| rf_compat32.c | 72 int force; /* if !0, ignore many fatal member in struct:RF_Config_s32 75 "force" is used to override cases where the component labels would 122 k_cfg->force = k_cfg32->force;
|
| /src/usr.bin/compress/ |
| compress.c | 68 static int eval, force, verbose; variable 108 force = 1; 211 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) 267 if (!force && sb.st_size >= isb.st_size) { 309 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
|