Searched refs:stop_msg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.exp72 set stop_msg ".*Breakpoint .* stop \\(\\) at.*$srcfile:.*static void stop \\(void\\) {}.*"
75 "Continuing\\..*open 1:.*OK$stop_msg" \
79 "Continuing\\..*open 2:.*EEXIST$stop_msg" \
83 "Continuing\\..*open 3:.*EISDIR$stop_msg" \
87 "Continuing\\..*open 4:.*ENOENT$stop_msg" \
95 "Continuing\\..*open 5:.*EACCES$stop_msg" \
99 "Continuing\\..*write 1:.*OK$stop_msg" \
103 "Continuing\\..*write 2:.*EBADF$stop_msg" \
107 "Continuing\\..*write 3:.*EBADF$stop_msg" \
111 "Continuing\\..*read 1:.*OK$stop_msg" \
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.exp64 set stop_msg ".*Breakpoint .* stop \\(\\) at.*$srcfile:.*static void stop \\(void\\) {}.*"
67 "Continuing\\..*open 1:.*OK$stop_msg" \
71 "Continuing\\..*open 2:.*EEXIST$stop_msg" \
75 "Continuing\\..*open 3:.*EISDIR$stop_msg" \
79 "Continuing\\..*open 4:.*ENOENT$stop_msg" \
87 "Continuing\\..*open 5:.*EACCES$stop_msg" \
91 "Continuing\\..*write 1:.*OK$stop_msg" \
95 "Continuing\\..*write 2:.*EBADF$stop_msg" \
99 "Continuing\\..*write 3:.*EBADF$stop_msg" \
103 "Continuing\\..*read 1:.*OK$stop_msg" \
[all...]
/netbsd-current/external/ibm-public/postfix/dist/conf/
H A Dpostfix-script122 stop_msg)
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c5741 char stop_msg[4] = { 'S', 'T', 'O', 'P' }; local
5758 cc = send(dhcp4o6_fd, stop_msg,
5759 sizeof(stop_msg), 0);
5786 (memcmp(buf, stop_msg, sizeof(stop_msg)) == 0)) {
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dnetmgr_test.c84 static isc_region_t stop_msg = { .base = (unsigned char *)&stop_magic, variable
447 isc_nm_send(sendhandle, &stop_msg, connect_send_cb, NULL);

Completed in 261 milliseconds