HomeSort by: relevance | last modified time | path
    Searched defs:ibuf (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/lib/libbluetooth/
sdp-int.h 35 uint8_t *ibuf; /* incoming buffer */ member in struct:sdp_session
  /src/lib/libc/gdtoa/test/
dItest.c 36 static char ibuf[2048]; variable
63 while( (s = fgets(ibuf, sizeof(ibuf), stdin)) !=0) {
67 printf("\nInput: %s", ibuf);
68 i = strtodI(ibuf, &se, dd);
69 printf(cfmt, "strtodI", (int)(se-ibuf), i);
73 j = strtoId(ibuf, &se1, &dd1, &dd2);
76 printf(cfmt, "**** strtoId", (int)(se-ibuf), j);
dtest.c 58 static char ibuf[2048], obuf[1024]; variable
71 while( (s = fgets(ibuf, sizeof(ibuf), stdin)) !=0) {
92 printf("\nInput: %s", ibuf);
96 printf("\nInput: %s", ibuf);
97 i = strtord(ibuf, &se, r, &u.f);
99 if ((u.f != strtod(ibuf, &se1) || se1 != se))
101 i1 = strtopd(ibuf, &se, &f1);
106 (int)(se-ibuf), i, u.f, U u.L[_0], U u.L[_1]);
113 printf("strtoId returns %d,", strtoId(ibuf, &se, fI, &fI[1]))
    [all...]
ftest.c 57 static char ibuf[2048], obuf[1024]; variable
69 while( (s = fgets(ibuf, sizeof(ibuf), stdin)) !=0) {
88 printf("\nInput: %s", ibuf);
93 printf("\nInput: %s", ibuf);
94 i = strtorf(ibuf, &se, r, &u.f);
96 if (u.f != (i1 = strtopf(ibuf, &se1, &f1), f1)
106 if (u.f != strtof(ibuf, &se1) || se != se1)
110 (int)(se-ibuf), u.f, U u.L[0]);
117 printf("strtoIf returns %d,", strtoIf(ibuf, &se, fI, &fI[1]))
    [all...]
xLtest.c 59 static char ibuf[2048], obuf[2048]; variable
86 while((s = fgets(ibuf, sizeof(ibuf), stdin))) {
111 printf("\nInput: %s", ibuf);
117 printf("\nInput: %s", ibuf);
118 i = strtorxL(ibuf, &se, r, u.bits);
119 if (r == 1 && (i != strtopxL(ibuf, &se1, v[0].bits) || se1 != se
123 (int)(se-ibuf), i);
135 strtoIxL(ibuf, &se, v[0].bits, v[1].bits));
136 printf(" consuming %d bytes.\n", (int)(se-ibuf));
    [all...]
xtest.c 59 static char ibuf[2048], obuf[2048]; variable
88 while((s = fgets(ibuf, sizeof(ibuf), stdin))) {
108 printf("\nInput: %s", ibuf);
114 printf("\nInput: %s", ibuf);
115 i = strtorx(ibuf, &se, r, u.bits);
116 if (r == 1 && (i != strtopx(ibuf, &se1, v[0].bits) || se1 != se
120 (int)(se-ibuf), i);
133 strtoIx(ibuf, &se, v[0].bits, v[1].bits));
134 printf(" consuming %d bytes.\n", (int)(se-ibuf));
    [all...]
Qtest.c 59 static char ibuf[2048], obuf[2048]; variable
92 while( (s = fgets(ibuf, sizeof(ibuf), stdin)) !=0) {
120 printf("\nInput: %s", ibuf);
126 printf("\nInput: %s", ibuf);
127 i = strtorQ(ibuf, &se, r, u.bits);
128 if (r == 1 && (strtopQ(ibuf,&se1,v[0].bits) != i
132 (int)(se-ibuf), i);
144 strtoIQ(ibuf, &se, v[0].bits, v[1].bits));
145 printf(" consuming %d bytes.\n", (int)(se-ibuf));
    [all...]
ddtest.c 58 static char ibuf[2048], obuf[1024]; variable
86 while( (s = fgets(ibuf, sizeof(ibuf), stdin)) !=0) {
113 printf("\nInput: %s", ibuf);
118 printf("\nInput: %s", ibuf);
123 i = strtordd(ibuf, &se, r, u.dd);
125 j = strtopdd(ibuf, &se1, ddI);
131 (int)(se-ibuf), i);
145 printf("strtoIdd returns %d,", strtoIdd(ibuf, &se, ddI,&ddI[2]));
146 printf(" consuming %d bytes.\n", (int)(se-ibuf));
    [all...]
  /src/tests/crypto/opencrypto/
h_aesctr2.c 55 unsigned char ibuf[24]; local
69 memcpy(ibuf, iv, 8);
70 memcpy(ibuf + 8, plaintx, 16);
74 co.len = sizeof(ibuf);
75 co.src = ibuf;
81 memset(ibuf, 0, sizeof(ibuf));
87 co.dst = ibuf;
88 co.dst_len = sizeof(ibuf);
  /src/external/bsd/nvi/dist/ipc/
ip_trans.c 42 static char ibuf[2048]; /* Input buffer. */ variable
59 switch (nr = read(fd, ibuf + ibuf_len, sizeof(ibuf) - ibuf_len)) {
70 (void)vi_translate(ipviwin, ibuf, &ibuf_len, NULL);
100 read(ipviwin->ifd, ibuf + ibuf_len, sizeof(ibuf) - ibuf_len)) {
111 (void)vi_translate(ipviwin, ibuf, &ibuf_len, ipbp);
  /src/sbin/clri/
clri.c 79 void *ibuf; local
161 ibuf = malloc(bsize);
162 if (ibuf == NULL) {
180 if ((size_t)read(fd, ibuf, bsize) != bsize)
185 ip2 = &((struct ufs2_dinode *)ibuf)
192 ip1 = &((struct ufs1_dinode *)ibuf)
203 if ((size_t)write(fd, ibuf, bsize) != bsize)
207 free(ibuf);
  /src/tests/lib/libc/locale/
t_io.c 56 wchar_t ibuf[] = { local
65 ATF_REQUIRE_ERRNO(EILSEQ, wprintf(L"%ls\n", ibuf) < 0);
77 wchar_t ibuf[] = { local
88 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0);
99 wchar_t ibuf[] = { local
108 ATF_REQUIRE_EQ(wprintf(L"%ls\n", ibuf), 2);
119 wchar_t ibuf[] = { local
129 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2);
132 struct ibuf { struct
141 struct ibuf *ib = vp
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
example_evp_cipher.c 77 void *ibuf, *obuf; local
132 ibuf = malloc(block_size);
144 while ((ilen = fread(ibuf, 1, block_size, in)) > 0) {
146 ret = EVP_CipherUpdate(&ctx, obuf, &olen, ibuf, ilen);
  /src/external/mpl/dhcp/dist/omapip/
convert.c 42 u_int32_t ibuf; local
44 memcpy (&ibuf, buf, sizeof (u_int32_t));
45 return ntohl (ibuf);
51 int32_t ibuf; local
53 memcpy (&ibuf, buf, sizeof (int32_t));
54 return ntohl (ibuf);
60 unsigned short ibuf; local
62 memcpy (&ibuf, buf, sizeof (u_int16_t));
63 return ntohs (ibuf);
69 short ibuf; local
    [all...]
  /src/sys/dev/ir/
sir.c 100 uint8_t ibuf[CHUNK]; local
120 error = uiomove(ibuf, n, uio);
124 cp = ibuf;
  /src/usr.bin/mail/
quit.c 141 FILE *ibuf; local
174 ibuf = NULL;
186 if ((ibuf = Fopen(mailname, "ref")) == NULL) {
193 (void)fseek(ibuf, (long)mailsize, 0);
194 while ((c = getc(ibuf)) != EOF)
200 (void)Fclose(ibuf);
205 (void)Fclose(ibuf);
207 if ((ibuf = Fopen(tempname, "ref")) == NULL) {
234 gotcha = (c == 0 && ibuf == NULL);
235 if (ibuf != NULL)
269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; local
    [all...]
  /src/usr.sbin/bootp/bootptest/
getether.c 133 struct ifreq ibuf[16];
143 ifc.ifc_len = sizeof(ibuf);
144 ifc.ifc_buf = (caddr_t) ibuf;
151 ifrp = ibuf;
152 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len);
131 struct ifreq ibuf[16]; local
  /src/external/bsd/openldap/dist/servers/slapd/
oidm.c 181 char ibuf[32], *ptr; local
199 idx.bv_val = ibuf;
202 ibuf[0] = '\0';
213 ptr = lutil_strcopy( bva[i].bv_val, ibuf );
syntax.c 420 char ibuf[32]; local
437 idx.bv_val = ibuf;
440 ibuf[0] = '\0';
453 strcpy( bva[i].bv_val, ibuf );
  /src/external/bsd/tmux/dist/compat/
imsg.h 32 struct ibuf { struct
33 TAILQ_ENTRY(ibuf) entry;
63 struct ibuf *buf;
69 struct ibuf *ibuf_open(size_t);
70 struct ibuf *ibuf_dynamic(size_t, size_t);
71 int ibuf_add(struct ibuf *, const void *, size_t);
72 int ibuf_add_ibuf(struct ibuf *, const struct ibuf *);
73 int ibuf_add_zero(struct ibuf *, size_t);
74 int ibuf_add_n8(struct ibuf *, uint64_t)
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
vbuf_print.c 322 VSTRING *ibuf = vstring_alloc(100); local
326 while (vstring_fgets_nonl(ibuf, VSTREAM_IN)) {
327 ARGV *args = argv_split(vstring_str(ibuf), CHARS_SPACE);
383 vstring_free(ibuf);
  /src/games/hunt/hunt/
playit.c 68 * ibuf is the input buffer used for the stream from the driver.
73 static unsigned char ibuf[256], *iptr = ibuf; variable
223 icnt = read(huntsocket, ibuf, sizeof ibuf);
230 iptr = ibuf;
  /src/usr.bin/gzip/
unxz.c 49 uint8_t ibuf[BUFSIZ]; local
71 strm.next_in = ibuf;
72 strm.avail_in = read(i, ibuf, sizeof ibuf);
107 if (strm.avail_in != 0 || read(i, ibuf, 1))
  /src/usr.sbin/rtadvd/
advcap.c 126 char ibuf[BUFSIZ]; local
149 cnt = read(tf, ibuf, BUFSIZ);
156 c = ibuf[i++];
  /src/usr.sbin/sdpd/
sdpd.h 105 uint8_t * ibuf; /* input buffer */ member in struct:server

Completed in 40 milliseconds

1 2 3 4