Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 25 of 185) sorted by relevance

12345678

/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-debug-graph2.mk19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
23 all: made-target error-target aborted-target
H A Dopt-debug-graph3.mk19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
23 all: made-target error-target aborted-target
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D28970.log7 Mon Feb 16 14:38:53 PST 2009 test run aborted for bug 28970, id 324
18 Mon Feb 16 14:46:36 PST 2009 test run aborted for bug 28970, id 162
29 Mon Feb 16 14:54:03 PST 2009 test run aborted for bug 28970, id 121
40 Mon Feb 16 15:01:27 PST 2009 test run aborted for bug 28970, id 111
46 Mon Feb 16 15:05:04 PST 2009 test run aborted for bug 28970, id 106
62 Mon Feb 16 15:15:54 PST 2009 test run aborted for bug 28970, id 105
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D28970.log7 Mon Feb 16 14:38:53 PST 2009 test run aborted for bug 28970, id 324
18 Mon Feb 16 14:46:36 PST 2009 test run aborted for bug 28970, id 162
29 Mon Feb 16 14:54:03 PST 2009 test run aborted for bug 28970, id 121
40 Mon Feb 16 15:01:27 PST 2009 test run aborted for bug 28970, id 111
46 Mon Feb 16 15:05:04 PST 2009 test run aborted for bug 28970, id 106
62 Mon Feb 16 15:15:54 PST 2009 test run aborted for bug 28970, id 105
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dftp.errors31 426 ABORT Connection closed; transfer aborted
33 451 SERVER Requested action aborted: local error in processing
44 551 PROTO Requested action aborted. Page type unknown
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dftp.errors32 426 ABORT Connection closed; transfer aborted
34 451 SERVER Requested action aborted: local error in processing
45 551 PROTO Requested action aborted. Page type unknown
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_fuchsia.cpp114 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument
116 if (!aborted) { in ThreadCreateHook()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtems.cc156 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument
158 if (!aborted) { in ThreadCreateHook()
H A Dasan_fuchsia.cc159 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument
161 if (!aborted) { in ThreadCreateHook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtems.cc158 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument
160 if (!aborted) { in ThreadCreateHook()
H A Dasan_fuchsia.cc161 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument
163 if (!aborted) { in ThreadCreateHook()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp198 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() argument
200 if (!aborted) { in ThreadCreateHook()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmaps.ref6 unknown: maps_find: whatever: foobar: search aborted
/netbsd-src/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_dmablit.h65 int aborted; member
/netbsd-src/usr.sbin/sysinst/
H A Dmenus.entropy60 /* arg is an int*, set to SET_RETRY when the menu is aborted */
122 /* arg is an int*, set to SET_RETRY when the menu is aborted */
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dintro.doc125 storage. The transaction still must eventually be aborted to close
132 be terminated (committed or aborted) when the view is no longer
138 first one is committed or aborted. This has no effect on read-only
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod42 presents no valid SCTs the handshake will be aborted.
69 The TLS handshake is aborted if the verification mode is not B<SSL_VERIFY_NONE>
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod42 presents no valid SCTs the handshake will be aborted.
69 The TLS handshake is aborted if the verification mode is not B<SSL_VERIFY_NONE>
/netbsd-src/games/larn/
H A Ddata.c173 char aborted[] = " aborted"; variable
H A Dheader.h352 extern char aborted[], spelweird[MAXMONST + 8][SPNUM];
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d4883 ref bool aborted)
4903 (bool flag) { aborted = true; }
4905 if (aborted) return cast(size_t) 0;
4948 Tid fromTid, ref bool aborted) in _receiveAsyncLines()
4976 (bool flag) { aborted = true; } in _receiveAsyncLines()
4978 if (aborted) return cast(size_t) 0; in _receiveAsyncLines()
5058 bool aborted = false; variable
5092 fromTid, aborted);
5097 fromTid, aborted);
5130 if (aborted && (code == CurlError.aborted_by_callback ||
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.16.rst
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d4969 ref bool aborted) in _async()
4991 (bool flag) { aborted = true; } in _async()
4993 if (aborted) return cast(size_t) 0; in _async()
5037 Tid fromTid, ref bool aborted) in _async()
5068 (bool flag) { aborted = true; } in _async()
5070 if (aborted) return cast(size_t) 0; in _async()
5200 bool aborted = false; in _async() local
5234 fromTid, aborted); in _async()
5239 fromTid, aborted); in _async()
5272 if (aborted && (code == CurlError.aborted_by_callback || in _async()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dplugins.inc.rst84 be aborted. More details can be found in the file
/netbsd-src/external/gpl2/xcvs/dist/
H A DMINOR-BUGS27 cvs [init aborted]: cannot open CVS/Root: No such file or directory

12345678