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

1 2

  /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 in typeref:typename:char[2048]
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 in typeref:typename:char[2048]
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 in typeref:typename:char[2048]
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 in typeref:typename:char[2048]
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 in typeref:typename:char[2048]
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 in typeref:typename:char[2048]
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 in typeref:typename:char[2048]
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 in function:main
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/tests/lib/libc/locale/
t_io.c 56 wchar_t ibuf[] = { local in function:ATF_TC_BODY
65 ATF_REQUIRE_ERRNO(EILSEQ, wprintf(L"%ls\n", ibuf) < 0);
77 wchar_t ibuf[] = { local in function:ATF_TC_BODY
88 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0);
99 wchar_t ibuf[] = { local in function:ATF_TC_BODY
108 ATF_REQUIRE_EQ(wprintf(L"%ls\n", ibuf), 2);
119 wchar_t ibuf[] = { local in function:ATF_TC_BODY
129 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2);
132 struct ibuf { struct
141 struct ibuf *ib = vp
    [all...]
  /src/sbin/clri/
clri.c 79 void *ibuf; local in function:main
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/sys/dev/ir/
sir.c 100 uint8_t ibuf[CHUNK]; local in function:irda_sir_frame
120 error = uiomove(ibuf, n, uio);
124 cp = ibuf;
  /src/usr.bin/mail/
quit.c 141 FILE *ibuf; local in function:edstop
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 in function:quit
    [all...]
cmd1.c 502 FILE *ibuf; local in function:top_core
511 ibuf = setinput(mp);
515 if (readline(ibuf, buffer, (int)sizeof(buffer), 0) < 0)
send.c 124 FILE *ibuf; local in function:sendmessage
146 ibuf = setinput(mp);
163 if (fgets(line, (int)sizeof(line), ibuf) == NULL)
289 if (fgets(line, (int)sizeof(line), ibuf) == NULL) {
312 if ((linelen = fread(line, sizeof(*line), linelen, ibuf)) == 0) {
325 if ((c = getc(ibuf)) != EOF && putc(c, obuf) == EOF)
  /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 in function:getether
  /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 in typeref:typename:unsigned char[256]
223 icnt = read(huntsocket, ibuf, sizeof ibuf);
230 iptr = ibuf;
  /src/usr.sbin/rtadvd/
advcap.c 126 char ibuf[BUFSIZ]; local in function:getent
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
  /src/sys/arch/amiga/dev/
msc.c 577 volatile u_char *ibuf, *cbuf; local in function:mscmint
673 ibuf = &msc->board->InBuf[msc->port][0];
675 /* data types of bytes in ibuf */
684 switch (ibuf[bufpos++]) {
691 msc->unit, ibuf[(bufpos-1)&0xff]);
699 tp->t_linesw->l_rint((int)ibuf[bufpos++], tp);
744 ibuf = &msc->board->InBuf[msc->port][0];
746 /* data types of bytes in ibuf */
755 switch (ibuf[bufpos++]) {
758 ibuf[(bufpos-1)&0xff])
    [all...]
  /src/usr.sbin/cpuctl/
cpuctl.c 321 char ibuf[16], *ts; local in function:cpu_list
345 strcpy(ibuf, "?");
347 snprintf(ibuf, sizeof(ibuf), "%d", cs.cs_intrcnt - 1);
355 intr, ts, ibuf);
  /src/usr.bin/gzip/
unxz.c 48 uint8_t ibuf[BUFSIZ]; local in function:unxz
54 strm.next_in = ibuf;
55 memcpy(ibuf, pre, prelen);
56 strm.avail_in = read(i, ibuf + prelen, sizeof(ibuf) - prelen);
78 strm.next_in = ibuf;
79 strm.avail_in = read(i, ibuf, sizeof(ibuf));
114 if (strm.avail_in != 0 || read(i, ibuf, 1))
  /src/usr.sbin/sysinst/
run.c 417 char ibuf[MAXBUF]; local in function:launch_subwin
549 n = read(i, ibuf, sizeof ibuf - 1);
555 ibuf[n] = 0;
556 cp = ibuf;
558 (void)write(master, ibuf, (size_t)n);
562 pktdata = ibuf[0];
565 memcpy(&rtt, ibuf, sizeof(rtt));
  /src/usr.bin/elf2aout/
elf2aout.c 579 char ibuf[4096]; local in function:copy
590 if (cur > (int)sizeof ibuf)
591 cur = sizeof ibuf;
593 if ((count = read(in, ibuf, (size_t)cur)) != cur) {
600 if ((count = write(out, ibuf, (size_t)cur)) != cur)
  /src/sys/dev/hid/
hidkbd.c 349 hidkbd_apple_translate(void *vsc, uint8_t *ibuf, u_int ilen,
355 spos = ibuf + kbd->sc_keycodeloc.pos / 8;
366 hidkbd_apple_munge(void *vsc, uint8_t *ibuf, u_int ilen)
370 if (!hid_get_data(ibuf, ilen, &kbd->sc_fn))
373 hidkbd_apple_translate(vsc, ibuf, ilen, apple_fn_trans,
378 hidkbd_apple_tb_munge(void *vsc, uint8_t *ibuf, u_int ilen)
382 if (!hid_get_data(ibuf, ilen, &kbd->sc_fn))
385 hidkbd_apple_munge(vsc, ibuf, ilen);
387 hidkbd_apple_translate(vsc, ibuf, ilen, apple_tb_trans,
392 hidkbd_apple_iso_munge(void *vsc, uint8_t *ibuf, u_int ilen
480 u_int16_t ibuf[MAXKEYS]; \/* chars events *\/ local in function:hidkbd_decode
    [all...]

Completed in 25 milliseconds

1 2