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

12

/ast/src/cmd/kshlib/dbm/
H A DMakefile1 :PACKAGE: ast ksh93:force
/ast/src/lib/libcmd/
H A Dchmod.c163 register int force = 0; local
193 force = 1;
279 if (!force)
301 else if (!force)
305 if (!force)
309 if (!force)
313 if (!force)
317 if (!force)
H A Drm.c35 " standard input is a terminal, and the \b--force\b option is not"
50 "[f:force?Ignore nonexistent files, ignore no file operands specified,"
57 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
88 int force; /* force actions */ member in struct:State_s
115 if (!state->force)
135 else if (!state->force)
148 if (!state->force)
233 if (!state->force)
240 else if (!state->force)
[all...]
H A Dcp.c90 "[f:force?Replace existing destination files.]"
163 int force; /* force approval */ member in struct:State_s
352 else if (state->link == link && !state->force)
451 if (!rm || !state->force)
457 if (state->force)
472 else if (state->force)
792 state->force = 1;
802 state->force = 0;
/ast/src/cmd/3d/
H A Dtouch.c35 * if force>0 then file will be created if it doesn't exist
36 * if force<0 then times are taken verbatim
73 touch(const char* file, time_t atime, time_t mtime, int force) argument
88 if (force >= 0)
110 n = utime(file, (force < 0 || atime || mtime) ? &ut : (struct utimbuf*)0);
140 if (!force) return(-1);
149 return((force < 0 || atime || mtime) ? utime(file, &ut) : 0);
H A Dlib.c50 * if force!=0 then state.table.fd set to TABLE_FD
55 keep(const char* buf, size_t siz, int force) argument
59 if (force && state.in_2d || siz > sizeof(state.table.buf))
102 if (force) CLOSE(TABLE_FD);
121 if (force) CLOSE(TABLE_FD);
484 fileinit(int fd, struct stat* st, Mount_t* mp, int force) argument
492 if (!force && (f->flags & FILE_ERROR) || !st && FSTAT(fd, st = &sb) || (ffd = FCNTL(fd, F_GETFD, NiL)) == -1 || (ffl = FCNTL(fd, F_GETFL, NiL)) == -1)
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh42 [f:force?Force binary catalog generation even when the current binary is newer
85 typeset all cache dialect=- exec force omit op show verbose
94 f) force=1 ;;
136 if [[ $force || ! $name -nt $file ]]
/ast/src/cmd/pack/
H A Dpack.c63 "[f:force?Pack the file even if the packed size is larger than the original.]"
96 int nfile=0, npack=0, force=0, verbose=0; local
105 force++;
129 force++;
168 else if(!force && block(huffisize(hp)) <= block(huffosize(hp)+dsize))
/ast/src/lib/libast/path/
H A Dpathprobe.c107 int force; local
215 force = 0;
286 force = 1;
297 if (!force)
305 force = 0;
312 if (force)
/ast/src/lib/libtk/generic/
H A DtkFocus.c54 static void SetFocus _ANSI_ARGS_((TkWindow *winPtr, int force));
138 } else if ((c == 'f') && (strncmp(argv[1], "-force", length) == 0)) {
141 argv[0], " -force window\"", (char *) NULL);
178 "\": must be -displayof, -force, or -lastfor", (char *) NULL);
402 SetFocus(winPtr, force)
405 int force; /* If non-zero, set the X focus to this
450 * input focus or "force" has been specified.
455 if (force || ((dispPtr->focusWinPtr != NULL)
486 ChangeXFocus(topLevelPtr, force);
498 dispPtr->forceFocus = force;
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dvcs_marker.c25 int rs_marker(rp, from, to, st, expire, force)
31 int force;
54 if (!force && (dump = getmarker(dir, buf)))
/ast/src/lib/libast/astsa/
H A Doptlib.h84 int force; /* force this style */ member in struct:Optstate_s
/ast/src/lib/libast/misc/
H A Doptlib.h90 int force; /* force this style */ member in struct:Optstate_s
/ast/src/cmd/cs/
H A Dmbb.c118 data(register State_t* state, register Connection_t* to, char* s, size_t n, int force) argument
120 if (!force && n > 1 && state->backlog && ++state->count >= state->backlog)
130 note(Css_t* css, register Connection_t* to, int log, char* s, size_t n, int force, Cssdisc_t* disc) argument
135 if ((force || to->blocked[log] < 0) && (z = data(state, to, s, n, force)) != n)
137 if (!force && !state->logged)
/ast/src/cmd/nmake/
H A Dstate.c40 * force causes the rule to be created
41 * force<0 canon's name first
45 catrule(register char* s1, register char* s2, register char* s3, int force) argument
55 if (!(r = getrule(s1)) && force)
57 if (force < 0)
244 * force>0 causes the state rule to be created
245 * force<0 prevents a state bind
249 staterule(int op, register Rule_t* r, char* var, int force) argument
259 int nobind = force < 0;
297 if (!force)
426 rulestate(register Rule_t* r, int force) argument
446 varstate(register Rule_t* r, int force) argument
478 auxiliary(char* s, int force) argument
[all...]
H A Dmetarule.c34 * force causes the rule to be created
38 metarule(char* in, char* out, int force) argument
46 if (force)
90 metainfo(int type, char* s1, char* s2, int force) argument
96 if (!(r = getrule(s1)) && force)
H A DMakefile1 :PACKAGE: ast cpp:force --clobber=!(nmake)
H A Dbind.c655 bindalias(register Rule_t* r, register Rule_t* x, char* path, Rule_t* d, int force) argument
671 if (!force && !((r->dynamic|x->dynamic)&D_bound) && !d && !strchr(x->name, '/'))
777 * force forces the rule to be allocated
782 localrule(register Rule_t* r, int force) argument
791 return force ? 0 : r;
804 if (!(x = getrule(s)) && force)
808 if (x && !x->view && (x != r || force))
837 if (!(x = getrule(v)) && force)
842 if (x && !x->view && (force || x != r))
H A Doption.c110 { "force", OPT_force, (char*)&state.force, 0,
1992 if (!state.mam.options && state.force)
2021 if (state.force)
H A Drule.c597 else if (r == internal.bind || r == internal.force)
605 if (r == internal.force)
932 if (a == internal.force) return n & P_force;
1473 ATTR(force, ".FORCE", P_force|P_immediate);
H A Dmake.h238 #define BIND_FORCE (1<<1) /* force bindfile current time */
240 #define BIND_RULE (1<<3) /* force bindfile makerule */
296 #define P_implicit (1<<13) /* force implicit prereq checks */
540 Rule_t* force; /* .FORCE rule pointer */ member in struct:Internal_s
774 unsigned char compileonly; /* only compile (force) */
783 unsigned char force; /* force target updates */ member in struct:State_s
784 unsigned char forceread; /* force makefiles to be read */
785 unsigned char forcescan; /* force implicit prereq scan */
793 unsigned char intermediate; /* force intermediat
[all...]
H A Dmake.c1000 if (must || r->time < tevent && (!(r4 = staterule(PREREQS, r, NiL, 0)) || r4->time < tevent) || (r->property & P_force) || prereqchange(r, r->prereqs, r0, r0->prereqs) || state.force)
1097 else if ((r->property & (P_attribute|P_functional|P_ignore|P_target)) == P_target && (state.force || r0 && !r0->time))
1247 else if (state.force && (!(r->property & P_dontcare) || r->action || r2))
/ast/src/cmd/mailx/
H A Dlocal.c822 * if force>0 then file will be created if it doesn't exist
823 * if force<0 then times are taken verbatim
831 touch(const char* file, time_t atime, time_t mtime, int force) argument
840 if (!force || close(open(file, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY|O_cloexec, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)))
844 if (force >= 0)
H A Dsend.c619 int force; local
625 force = (flags & GRULE) ? state.editheaders : 0;
670 else if (force & lp->type)
/ast/src/cmd/INIT/
H A Dpackage.sh146 [+force?Force the action to override saved state.]
561 force=0
615 force) force=1
740 ${bB}package force ...${eB} is specified. Package content is verified using ${bB}${checksum}${eB}.
899 ${bB}package force ...${eB} is specified. Package content is verified using ${bB}${checksum}${eB}.
972 force Force the action to override saved state.
1423 debug|environment|force|never|only|quiet|show|DEBUG)
3710 ERROR) case $force in
4771 case $force i
[all...]

Completed in 107 milliseconds

12