Lines Matching full:sizeof
143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb);
155 g_assert (nb == sizeof (nbytes));
170 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb);
185 g_assert (nb == sizeof (nbytes));
240 error = g_io_channel_read (channel, &msg, sizeof (MSG), &nb);
296 seqtab = g_malloc (nkiddies * 2 * sizeof (int));
417 (int)(sizeof(i) + sizeof(buflen)), buflen, writefd);
419 write (writefd, &i, sizeof (i));
420 write (writefd, &buflen, sizeof (buflen));