HomeSort by: relevance | last modified time | path
    Searched refs:received (Results 1 - 25 of 1337) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/openpam/dist/t/
t_pam_err.h 36 t_pam_success(int received)
39 return t_compare_pam_err(PAM_SUCCESS, received);
t_pam_err.c 47 t_compare_pam_err(int expected, int received)
50 if (expected == received)
56 if (received >= 0 && received < PAM_NUM_ERRORS)
57 t_printv("received %s\n", pam_err_name[received]);
59 t_printv("received %d\n", received);
  /src/tests/lib/libm/
t_fe_round.c 116 long int received; local
131 received = llrint(values[i].input);
134 received = llrintf(values[i].input);
137 received = lrint(values[i].input);
140 received = lrintf(values[i].input);
152 ATF_CHECK_MSG((long int)received == values[i].expected,
156 (long int)received, values[i].expected);
194 double received, ipart, fpart; local
237 received = nearbyint(values[i].input);
241 received = nearbyintf(values[i].input)
352 long double received, ipart, fpart; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
sigprocmask.c 15 You should have received a copy of the GNU General Public License
163 sig_atomic_t received[NSIG]; local
173 received[sig] = pending_array[sig];
178 received[sig] = 0;
181 if (received[sig])
  /src/sys/lib/libsa/
netif.h 62 int received; member in struct:netif_stats
  /src/external/mpl/bind/dist/bin/tests/system/tcp/
tests.sh 37 ntcp10="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')"
38 ntcp20="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
51 ntcp11="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')"
52 ntcp21="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
67 ntcp12="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')"
68 ntcp22="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
break-include.inc 15 You should have received a copy of the GNU General Public License
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
break-include.inc 15 You should have received a copy of the GNU General Public License
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.s 15 # You should have received a copy of the GNU General Public License
  /src/external/mit/libuv/dist/test/
test-udp-reuseport.c 83 static unsigned int received; variable
110 if (received == MAX_UDP_DATAGRAMS) {
152 received++;
266 /* Verify if each receiving socket per event loop received datagrams
267 * and the amount of received datagrams matches the one of sent datagrams.
269 ASSERT_EQ(received, MAX_UDP_DATAGRAMS);
  /src/external/gpl3/gdb.old/dist/gdb/
remote.h 16 You should have received a copy of the GNU General Public License
97 /* The RECEIVED callback is called once a reply has been received from
100 RECEIVED call has returned. If you need to preserve the contents of
103 virtual void received (gdb::array_view<const char> &buf) = 0;
112 target, and calls CALLBACKS->received() with the reply once this is
113 received from the remote target. */
125 stop reply we received. */
  /src/external/gpl3/gdb/dist/gdb/
remote.h 16 You should have received a copy of the GNU General Public License
97 /* The RECEIVED callback is called once a reply has been received from
100 RECEIVED call has returned. If you need to preserve the contents of
103 virtual void received (gdb::array_view<const char> &buf) = 0;
112 target, and calls CALLBACKS->received() with the reply once this is
113 received from the remote target. */
125 stop reply we received. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.s 15 # You should have received a copy of the GNU General Public License
  /src/external/bsd/nsd/dist/
xfrd-tcp.c 1396 ssize_t received; local
1400 received = SSL_read(ssl,
1403 if (received <= 0) {
1404 int err = SSL_get_error(ssl, received);
1413 log_msg(LOG_ERR, "ssl_read returned error SSL_ERROR_SYSCALL with received %zd: %s", received, strerror(errno));
1415 log_msg(LOG_ERR, "ssl_read returned error %d with received %zd", err, received);
1417 if(received == -1) {
1428 } else if(received == 0)
1502 ssize_t received; local
    [all...]
  /src/external/gpl2/gmake/dist/
subproc.bat 16 rem You should have received a copy of the GNU General Public License along
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
genopt.sh 17 # You should have received a copy of the GNU General Public License
39 ; You should have received a copy of the GNU General Public License
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
gen-copyright.sh 17 # You should have received a copy of the GNU General Public License
49 You should have received a copy of the GNU General Public License
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
genopt.sh 17 # You should have received a copy of the GNU General Public License
39 ; You should have received a copy of the GNU General Public License
  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/
crtm1reg-r43.S 19 # You should have received a copy of the GNU General Public License and
crtm1reg-r63.S 19 # You should have received a copy of the GNU General Public License and
crtrunc.S 19 # You should have received a copy of the GNU General Public License and
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
restore_fpu_regs.inc 21 You should have received a copy of the GNU General Public License and
restore_fpu_regs_00.inc 21 You should have received a copy of the GNU General Public License and
save_fpu_regs.inc 21 You should have received a copy of the GNU General Public License and
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
genopt.sh 17 # You should have received a copy of the GNU General Public License
39 ; You should have received a copy of the GNU General Public License

Completed in 130 milliseconds

1 2 3 4 5 6 7 8 91011>>