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

1 2

  /src/games/adventure/
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)
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)
  /src/crypto/external/bsd/openssh/dist/
session.h 41 int forced; member in struct:Session
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);
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...]
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/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);
nta.c 47 bool forced; member in struct:dns_nta
359 nta->forced = force;
672 n->forced ? "forced" : "regular", tbuf);
view.c 2480 bool forced; local
2511 forced = false;
2512 } else if (strcmp(type, "forced") == 0) {
2513 forced = true;
2537 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t);
view.c 2480 bool forced; local
2511 forced = false;
2512 } else if (strcmp(type, "forced") == 0) {
2513 forced = true;
2537 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t);
  /src/external/mit/xorg/lib/libxcb/files/
screensaver.h 213 uint8_t forced; member in struct:xcb_screensaver_notify_event_t
screensaver.h 213 uint8_t forced; member in struct:xcb_screensaver_notify_event_t
  /src/external/mpl/bind/dist/lib/dns/
nta.c 60 bool forced; member in struct:dns__nta
325 nta->forced = force;
588 n->forced ? "forced" : "regular", tbuf);
nta.c 60 bool forced; member in struct:dns__nta
325 nta->forced = force;
588 n->forced ? "forced" : "regular", tbuf);
view.c 2122 bool forced; local
2153 forced = false;
2154 } else if (strcmp(type, "forced") == 0) {
2155 forced = true;
2179 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t);
view.c 2122 bool forced; local
2153 forced = false;
2154 } else if (strcmp(type, "forced") == 0) {
2155 forced = true;
2179 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t);
  /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);
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);
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 587 * Returns true if the mode was forced.
3275 * Returns true if the mode was forced.
3297 bool forced; local
3302 forced = dwc2_force_mode_if_needed(hsotg, true);
3309 if (forced)
3326 bool forced; local
3332 forced = dwc2_force_mode_if_needed(hsotg, false);
3337 if (forced)
3388 * be forced, if necessary, to read these values.
dwc2_core.c 587 * Returns true if the mode was forced.
3275 * Returns true if the mode was forced.
3297 bool forced; local
3302 forced = dwc2_force_mode_if_needed(hsotg, true);
3309 if (forced)
3326 bool forced; local
3332 forced = dwc2_force_mode_if_needed(hsotg, false);
3337 if (forced)
3388 * be forced, if necessary, to read these values.
  /src/external/gpl3/binutils/dist/bfd/
elf32-score7.c 53 /* Are we forced local? This will only be set if we have converted
1091 /* Look up the hash table to check whether the symbol was forced local. */
1464 /* If this was a global symbol forced into the primary GOT, we
1467 of the symbols that required a forced got entry. */
1972 symbol is defined locally, or was forced to be local.
2157 bool forced; local
2159 /* The special case is when the symbol is forced to be local. We need the
2161 forced = ! score_elf_local_relocation_p (input_bfd, rel,
2164 symbol + addend, forced);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-score7.c 53 /* Are we forced local? This will only be set if we have converted
1080 /* Look up the hash table to check whether the symbol was forced local. */
1453 /* If this was a global symbol forced into the primary GOT, we
1456 of the symbols that required a forced got entry. */
1961 symbol is defined locally, or was forced to be local.
2146 bool forced; local
2148 /* The special case is when the symbol is forced to be local. We need the
2150 forced = ! score_elf_local_relocation_p (input_bfd, rel,
2153 symbol + addend, forced);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-score7.c 53 /* Are we forced local? This will only be set if we have converted
1080 /* Look up the hash table to check whether the symbol was forced local. */
1463 /* If this was a global symbol forced into the primary GOT, we
1466 of the symbols that required a forced got entry. */
1971 symbol is defined locally, or was forced to be local.
2156 bool forced; local
2158 /* The special case is when the symbol is forced to be local. We need the
2160 forced = ! score_elf_local_relocation_p (input_bfd, rel,
2163 symbol + addend, forced);

Completed in 224 milliseconds

1 2