HomeSort by: relevance | last modified time | path
    Searched refs:forced (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/sim/ppc/
dc-stupid 24 array,expand-forced: 6: 9: 6: 9:BO: 0xfc000000:0x40000000
dc-complex 24 array,expand-forced: 6:10: 6:10:BO: 0xfc000000:0x40000000
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dc-stupid 24 array,expand-forced: 6: 9: 6: 9:BO: 0xfc000000:0x40000000
dc-complex 24 array,expand-forced: 6:10: 6:10:BO: 0xfc000000:0x40000000
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-inline-secondary.conf 15 * An inline-signing secondary should be forced to have a file option
  /src/sys/arch/m68k/m68k/
mmu_enable.s 84 jmp Lmmuenabled:l | forced not be pc-relative
89 jmp Lmmuenabled:l | forced not be pc-relative
118 jmp Lmmuenabled:l | forced not be pc-relative
  /src/external/gpl2/groff/dist/src/roff/troff/
div.h 58 virtual void space(vunits distance, int forced = 0) = 0;
87 void space(vunits distance, int forced = 0);
126 void space(vunits distance, int forced = 0);
env.h 337 void possibly_break_line(int start_here = 0, int forced = 0);
div.cpp 449 void top_level_diversion::space(vunits n, int forced)
452 if (!forced)
756 generate a break as usual, then the line forced out may spring a trap
761 outputting of the line forced out by the break till after we have read
  /src/games/adventure/
extern.h 75 int forced(int);
subr.c 127 forced(int locc) function
157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) {
167 if (loc == 0 || forced(loc) || bitset(newloc, 3))
201 || newloc == dloc[i] || forced(newloc)
389 if (forced(k = oldloc))
407 if (forced(ll) && k == j->tloc)
main.c 110 if (!forced(loc) && dark()) {
124 if (forced(loc))
  /src/crypto/external/bsd/openssh/dist/
session.h 41 int forced; member in struct:Session
log.c 428 int forced = 0; local
441 forced = 1;
446 if (forced)
453 do_log(level, forced, suffix, fmt2, args);
457 sshlogdirect(LogLevel level, int forced, const char *fmt, ...)
462 do_log(level, forced, NULL, fmt, args);
session.c 597 * to be forced, execute that instead.
603 const char *forced = NULL, *tty = NULL; local
609 forced = "(config)";
613 forced = "(key-option)";
615 s->forced = 0;
616 if (forced != NULL) {
617 s->forced = 1;
624 "forced-command %s '%.900s'", forced, command);
1016 /* ignore _PATH_SSH_USER_RC for subsystems and admin forced commands *
    [all...]
  /src/usr.bin/make/unit-tests/
posix1.mk 141 # forced a dependency on member even when no such dependency was specified
167 # was a bug which forced dependencies based on inference rules on all
178 # as a bait for a regression into the forced dependencies discussed earlier.
  /src/external/mpl/bind/dist/lib/dns/
nta.c 60 bool forced; member in struct:dns__nta
317 nta->forced = force;
567 n->forced ? "forced" : "regular", tbuf);
  /src/external/gpl3/gcc/dist/libgcc/
unwind.inc 131 is not a forced unwind. Further, note where we found a handler. */
202 /* Raise an exception for forced unwinding. */
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind.inc 131 is not a forced unwind. Further, note where we found a handler. */
202 /* Raise an exception for forced unwinding. */
  /src/external/mit/xorg/lib/libxcb/files/
screensaver.h 213 uint8_t forced; member in struct:xcb_screensaver_notify_event_t
  /src/share/mk/
bsd.hostprog.mk 162 # Override YACC/LEX rules so nbtool_config.h can be forced as the 1st include
  /src/external/bsd/jemalloc/dist/src/
hpa.c 516 * Execution of deferred work is forced if it's triggered by an explicit
521 bool forced) {
523 if (!forced && shard->opts.deferral_allowed) {
533 size_t max_ops = (forced ? (size_t)-1 : 16);
640 hpa_shard_maybe_do_deferred_work(tsdn, shard, /* forced */ false);
864 hpa_shard_maybe_do_deferred_work(tsdn, shard, /* forced */ false);
1002 /* forced */ true);
1012 hpa_shard_maybe_do_deferred_work(tsdn, shard, /* forced */ true);
  /src/external/gpl2/xcvs/dist/src/
server.c 966 bool forced = false; local
971 forced = true;
977 forced = true;
980 if (forced && !quiet
5487 bool forced = false; local
5500 forced = true;
5505 forced = true;
5508 if (forced && !quiet
5524 bool forced = false; local
5531 forced = true
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nta.c 47 bool forced; member in struct:dns_nta
359 nta->forced = force;
672 n->forced ? "forced" : "regular", tbuf);
  /src/sys/arch/arm/sunxi/
sunxi_hdmi.c 686 const char *forced = sc->sc_display_mode == DISPLAY_MODE_AUTO ? local
687 "auto-detected" : "forced";
689 display_mode == DISPLAY_MODE_HDMI ? "HDMI" : "DVI", forced);

Completed in 66 milliseconds

1 2 3