Home
last modified time | relevance | path

Searched refs:forced (Results 1 – 25 of 163) sorted by relevance

1234567

/openbsd/regress/lib/libssl/handshake/
H A Dhandshake_table.c83 uint8_t forced; member
142 .forced = WITHOUT_CR | WITH_PSK,
354 uint8_t forced) in forced_edges() argument
358 if (forced == 0) in forced_edges()
362 forced_flag = forced & (1U << i); in forced_edges()
374 uint8_t forced; in generate_graphics() local
384 forced = stateinfo[start][child].forced; in generate_graphics()
386 if (forced == 0) in generate_graphics()
389 forced_edges(start, end, forced); in generate_graphics()
431 int forced = stateinfo[current.mt][i].forced; in build_table() local
[all …]
/openbsd/gnu/usr.bin/perl/dist/constant/t/
H A Dconstant.t199 qr/^Constant name 'STDIN' is forced into package main:: a/,
200 qr/^Constant name 'STDOUT' is forced into package main:: at/,
201 qr/^Constant name 'STDERR' is forced into package main:: at/,
202 qr/^Constant name 'ARGV' is forced into package main:: at/,
203 qr/^Constant name 'ARGVOUT' is forced into package main:: at/,
204 qr/^Constant name 'ENV' is forced into package main:: at/,
205 qr/^Constant name 'INC' is forced into package main:: at/,
206 qr/^Constant name 'SIG' is forced into package main:: at/,
/openbsd/usr.bin/ssh/
H A Dlog.c413 int forced = 0; in sshlogv() local
426 forced = 1; in sshlogv()
431 if (forced) in sshlogv()
438 do_log(level, forced, suffix, fmt2, args); in sshlogv()
442 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect() argument
447 do_log(level, forced, NULL, fmt, args); in sshlogdirect()
H A Dsession.h38 int forced; member
H A Dsession.c630 const char *forced = NULL, *tty = NULL; in do_exec() local
636 forced = "(config)"; in do_exec()
640 forced = "(key-option)"; in do_exec()
642 s->forced = 0; in do_exec()
643 if (forced != NULL) { in do_exec()
644 s->forced = 1; in do_exec()
651 "forced-command %s '%.900s'", forced, command); in do_exec()
1824 if (s->forced || s->is_subsystem) { in session_signal_req()
1826 signame, s->forced ? "forced-command" : "subsystem"); in session_signal_req()
H A Dmonitor_wrap.c83 mm_log_handler(LogLevel level, int forced, const char *msg, void *ctx) in mm_log_handler() argument
98 (r = sshbuf_put_u32(log_msg, forced)) != 0 || in mm_log_handler()
H A Dmonitor.c366 u_int len, level, forced; in monitor_read_log() local
399 (r = sshbuf_get_u32(logmsg, &forced)) != 0 || in monitor_read_log()
406 sshlogdirect(level, forced, "%s [%s]", msg, in monitor_read_log()
/openbsd/gnu/usr.bin/perl/t/op/
H A Dmagic.t864 $forced = $ENV{foo} = $chars;
865 ok(!utf8::is_utf8($forced) && $forced eq $bytes, 'ENV store downgrades utf8 in SV');
879 $forced = $ENV{foo} = $chars;
884 env_is($forced => 'widekey', 'ENV store takes utf8-encoded key in setenv');
888 ok(!utf8::is_utf8($forced) && $forced eq $bytes, 'ENV store encodes high utf8 in SV');
/openbsd/games/adventure/
H A Dsubr.c110 forced(int locc) in forced() function
140 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) { in fdwarf()
150 if (loc == 0 || forced(loc) || bitset(newloc, 3)) in fdwarf()
184 || newloc == dloc[i] || forced(newloc) in fdwarf()
365 if (forced(k = oldloc)) in mback()
383 if (forced(ll) && k == j->tloc) in mback()
H A Dextern.h83 int forced(int);
H A Dmain.c164 if (!forced(loc) && dark()) { in main()
175 if (forced(loc)) in main()
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/
H A Dutf8-iso2 ISO-8859-1 encoding with forced UTF-8 output
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dsearch60.t15 ": Testing forced case sensitivity ...\n";
/openbsd/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def465 "no-interleave-forced-only;interleave-forced-only;"
466 "no-vectorize-forced-only;vectorize-forced-only")
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind.inc122 is not a forced unwind. Further, note where we found a handler. */
187 /* Raise an exception for forced unwinding. */
/openbsd/gnu/llvm/llvm/docs/
H A DTransformMetadata.rst59 If a transformation is forced but cannot be carried-out for any reason,
118 transformation chain that could not be applied if it a forced
132 transformation. It is interpreted as forced if
180 Unrolling is interpreted as forced any ``!{!"llvm.loop.unroll.enable"}``
/openbsd/gnu/gcc/gcc/
H A Dunwind.inc130 is not a forced unwind. Further, note where we found a handler. */
196 /* Raise an exception for forced unwinding. */
/openbsd/gnu/gcc/gcc/doc/include/
H A Dgcc-common.texi67 @c forced to the bottom of the page.
/openbsd/usr.bin/vi/docs/internals/
H A Dautowrite38 to the file caused by the autowrite flag is never forced.
/openbsd/games/quiz/datfiles/
H A Dlatin5 impulit:{he }[drove|forced]
/openbsd/gnu/gcc/gcc/config/mips/
H A D4k.md82 ;; additional stall is forced.
/openbsd/gnu/llvm/lld/docs/
H A Dmissingkeyfunction.rst20 function, and the compiler is forced to emit the vtable in every translation unit
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c4756 subsym_substitute (line, forced) in subsym_substitute() argument
4758 int forced;
4841 if ((forced && current_char == ':')
4842 || (!forced && is_name_beginner (current_char)))
4851 if (forced)
4871 forced ? "Forced substitution" : "Substitution", name);
5022 if (forced)
5075 if (forced)
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c4704 subsym_substitute (line, forced) in subsym_substitute() argument
4706 int forced;
4789 if ((forced && current_char == ':')
4790 || (!forced && is_name_beginner (current_char)))
4799 if (forced)
4819 forced ? "Forced substitution" : "Substitution", name);
4970 if (forced)
5023 if (forced)
/openbsd/lib/libc/stdlib/
H A Dmalloc.c1802 int forced; in orealloc() local
1833 forced = mopts.malloc_realloc || pool->mmap_flag; in orealloc()
1834 if (newsz > MALLOC_MAXCHUNK && oldsz > MALLOC_MAXCHUNK && !forced) { in orealloc()
1924 !forced && find_bucket(newsz) == find_bucket(oldsz)) { in orealloc()
1935 } else if (newsz != oldsz || forced) { in orealloc()

1234567