Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py589 terminated = True
595 terminated = False
597 return terminated, done_trying
625 terminated = self.returncode is not None
629 return terminated, done_trying
642 terminated = self.returncode is not None
644 return terminated, done_trying
652 terminated = self.returncode is not None
654 return terminated, done_trying
/openbsd/src/gnu/usr.bin/perl/t/comp/
Dopsubs.t163 like( $@, qr/^Substitution replacement not terminated/, "s('unqualified') doesn't work" );
170 like( $@, qr/^Transliteration replacement not terminated/, "tr('unqualified') doesn't work" );
177 like( $@, qr/^Transliteration replacement not terminated/, "y('unqualified') doesn't work" );
188 <kane-xs> Transliteration replacement not terminated at -e line 1.
/openbsd/src/gnu/usr.bin/perl/t/op/
Ddor.t63 like( $@, qr/^Search pattern not terminated/,
69 like( $@, qr/^Search pattern not terminated/,
Dheredoc.t39 "blank-terminated heredoc at EOF"
45 "blank-terminated heredoc at EOF and no semicolon"
51 "crlf-terminated heredoc"
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
Dfixed-font-in-item7 In podlators 4.06 and earlier, italic was terminated with \f(CW, which
21 In podlators 4.06 and earlier, italic was terminated with \ef(CW, which
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py164 self.terminated = False
672 self.terminated = True
677 self.terminated = True
692 if self.terminated:
749 self.terminated = True
754 self.terminated = True
/openbsd/src/regress/usr.bin/make/
Dmk338 # note the non-terminated brace
/openbsd/src/usr.bin/file/magdir/
Dgcc8 # The version field is annoying. It's 3 characters, not zero-terminated.
Dmsdos660 # Note that this isn't a null-terminated string; the length is actually
661 # (16.L). Assuming a null-terminated string happens to work usually, but it
682 # Note that this isn't a null-terminated string; the length is actually
683 # (16.L). Assuming a null-terminated string happens to work usually, but it
697 # Note that this isn't a null-terminated string; the length is actually
698 # (16.L). Assuming a null-terminated string happens to work usually, but it
Dtex12 # zero terminated. [but we do anyway, christos]
/openbsd/src/usr.bin/ssh/
Dsftp.c1170 u_int *terminated) in makeargv() argument
1184 if (terminated != NULL) in makeargv()
1185 *terminated = 1; in makeargv()
1275 if (terminated != NULL) in makeargv()
1276 *terminated = 0; in makeargv()
1877 int terminated) in complete_cmd_parse() argument
1932 if (!terminated) in complete_cmd_parse()
1974 char *file, int remote, int lastarg, char quote, int terminated) in complete_match() argument
2082 if (!terminated && quote != '\0') in complete_match()
2104 u_int cursor, len, terminated, ret = CC_ERROR; in complete() local
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dkill.t83 $q->enqueue(0, 'Thread terminated normally');
168 ok($thr->kill('TERM') == $thr, 'Ignore signal to terminated thread');
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
Dfwd-proto-1.m23 harness to match correctly on the "compilation terminated" message
/openbsd/src/games/hunt/
DREADME.protocol97 text message are terminated with the \n (LF) character.
101 S: {char[]: lines of text, each terminated with <LF>}
113 All fixed sized octet strings are ASCII encoded, NUL terminated.
134 nul-terminated.)
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpty_spawn.py309 self.terminated = False
669 self.terminated = True
688 self.terminated = True
Dpopen_spawn.py168 self.terminated = True
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfttrace.c356 int terminated; /* 1 if thread has terminated. */ member
615 new_p->terminated = 0; in create_thread_info()
848 if (NULL == p || p->terminated) in is_pseudo_thread()
862 return p->terminated; in is_terminated()
995 p->terminated = 1; in del_tthread()
1967 if (p->terminated) in check_thread_consistency()
3966 if (p->terminated) in threads_continue_all_but_one()
4098 if (p->terminated) in threads_continue_all_with_signals()
4236 if (p->terminated) in threads_continue_one_with_signal()
4365 if (k->terminated) in child_resume()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-xc16x.texi38 The string is terminated with a null byte.
/openbsd/src/gnu/usr.bin/binutils/gdb/osf-share/
Dcma_tcb_defs.h251 cma_t_boolean terminated; /* Set if terminated */ member
/openbsd/src/regress/bin/ksh/
Dread.t13 # - a here-document isn't terminated after newline ????
/openbsd/src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
Dnull.t19 # if $_ is not NULL-terminated, test may fail.
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m88k.texi44 copying @var{str} into the object file. The string is not terminated
/openbsd/src/lib/libc/db/hash/
DREADME68 terminated (both the keys and the data).
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dformat.texi80 a NULL-terminated list of the names of the formats that matched,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dformat.texi83 a NULL-terminated list of the names of the formats that matched,

12345678910>>...13