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

/freebsd-9.3-release/sbin/restore/
H A Drestore.h135 #define FORCE 0x0001 macro
H A Dmain.c230 setdirmodes(FORCE);
247 setdirmodes(FORCE);
H A Dinteractive.c257 setdirmodes(FORCE);
H A Ddirs.c631 if ((flags & FORCE) == 0 && ep->e_flags & EXISTED) {
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in58 my $FORCE = "";
161 $FORCE="Y" if (defined($opt{F}));
328 if ( $FORCE ne "" || verifySHA($LEAPFILE, $VERBOSE) || ( $EXPIRES lt ( $PREFETCH * 86400 + time() ) )) {
419 print "FORCE is <$FORCE>\n";
H A Dupdate-leap.sh161 FORCE="Y"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A DMakefile.am298 doxygen: FORCE
300 FORCE:
H A DMakefile.in2467 doxygen: FORCE
2469 FORCE:
/freebsd-9.3-release/contrib/dtc/
H A DMakefile166 $(VERSION_FILE): Makefile FORCE
245 FORCE:
/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A DMakefile27 FORCE.update:
28 update: FORCE.update
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A DMakefile27 FORCE.update:
28 update: FORCE.update
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A DMakefile27 FORCE.update:
28 update: FORCE.update
/freebsd-9.3-release/sys/ufs/ufs/
H A Dquota.h189 #define FORCE 0x01 /* force usage changes independent of limits */ macro
H A Dufs_inode.c137 (void)chkiq(ip, -1, NOCRED, FORCE);
H A Dufs_vnops.c897 (void) chkdq(ip, -change, cred, CHOWN|FORCE);
917 (void) chkdq(ip, change, cred, FORCE|CHOWN);
918 (void) chkiq(ip, 1, cred, FORCE|CHOWN);
H A Dufs_quota.c195 if ((flags & FORCE) == 0 &&
337 if ((flags & FORCE) == 0 &&
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h190 #define FORCE 0x4 /* children don't exist, and we pretend made */ macro
H A Dmake.c323 * (such as a typically used FORCE source) has been made and
329 if (gn->flags & FORCE)
332 oodate = (gn->flags & FORCE) ? TRUE : FALSE;
674 * set the FORCE flag on the parents.
749 pgn->flags |= FORCE;
H A Dcompat.c625 pgn->flags |= Make_Recheck(gn) == 0 ? FORCE : 0;
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.h203 #define FORCE 8 macro
H A Dtip.c420 } else if (!cumode && gch == character(value(FORCE)))
/freebsd-9.3-release/sys/sys/
H A Dmount.h713 #define VFS_UNMOUNT(MP, FORCE) ({ \
717 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_balloc.c514 (void) chkdq(ip, -btodb(deallocated), cred, FORCE);
1083 (void) chkdq(ip, -btodb(deallocated), cred, FORCE);
H A Dffs_alloc.c217 (void) chkdq(ip, -btodb(size), cred, FORCE);
416 (void) chkdq(ip, -btodb(nsize - osize), cred, FORCE);
H A Dffs_snapshot.c1712 (void) chkdq(ip, DIP(ip, i_blocks), KERNCRED, FORCE);

Completed in 137 milliseconds