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

1 2

  /src/sbin/disklabel/
printlabel.c 115 char sbuf[64], obuf[64]; local in function:showpartition
123 (void)snprintf(obuf, sizeof(obuf),
130 'a' + i, sbuf, obuf);
  /src/lib/libc/compat/net/
compat_ns_ntoa.c 52 static char obuf[40]; local in function:ns_ntoa
61 sprintf(obuf, "%x", ntohl(net.long_e));
62 cp = spectHex(obuf);
83 return (obuf);
  /src/tests/crypto/opencrypto/
h_aesctr2.c 56 unsigned char obuf[24]; local in function:main
76 co.dst = obuf;
77 co.dst_len = sizeof(obuf);
85 co.len = sizeof(obuf);
86 co.src = obuf;
  /src/tests/lib/libc/locale/
t_io.c 85 wchar_t obuf[20]; local in function:ATF_TC_BODY
88 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0);
127 wchar_t obuf[20]; local in function:ATF_TC_BODY
129 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2);
  /src/distrib/utils/more/
output.c 130 static char obuf[1024]; variable in typeref:typename:char[1024]
131 static char *ob = obuf;
141 n = ob - obuf;
144 if (write(1, obuf, n) != n)
146 ob = obuf;
156 ob = obuf;
166 if (ob >= &obuf[sizeof(obuf)])
  /src/lib/libc/gdtoa/test/
dtest.c 58 static char ibuf[2048], obuf[1024]; variable in typeref:typename:char[2048][1024]
108 se = g_dfmt(obuf, &u.f, ndig, sizeof(obuf));
110 ndig, (int)(se-obuf), se ? obuf : "<null>");
ftest.c 57 static char ibuf[2048], obuf[1024]; variable in typeref:typename:char[2048][1024]
112 se = g_ffmt(obuf, &u.f, ndig, sizeof(obuf));
114 ndig, (int)(se-obuf), se ? obuf : "<null>");
xLtest.c 59 static char ibuf[2048], obuf[2048]; variable in typeref:typename:char[2048][2048]
129 se = g_xLfmt(obuf, u.bits, ndig, sizeof(obuf));
131 ndig, (int)(se-obuf), se ? obuf : "<null>");
xtest.c 59 static char ibuf[2048], obuf[2048]; variable in typeref:typename:char[2048][2048]
127 se = g_xfmt(obuf, u.bits, ndig, sizeof(obuf));
129 ndig, (int)(se-obuf), se ? obuf : "<null>");
Qtest.c 59 static char ibuf[2048], obuf[2048]; variable in typeref:typename:char[2048][2048]
138 se = g_Qfmt(obuf, u.bits, ndig, sizeof(obuf));
140 (int)(se-obuf), se ? obuf : "<null>");
ddtest.c 58 static char ibuf[2048], obuf[1024]; variable in typeref:typename:char[2048][1024]
140 se = g_ddfmt(obuf, u.dd, ndig, sizeof(obuf));
142 ndig, (int)(se-obuf), se ? obuf : "<null>");
  /src/games/hack/
hack.main.c 94 static char obuf[BUFSIZ]; /* BUFSIZ is defined in stdio.h */ variable in typeref:typename:char[]
181 setbuf(stdout, obuf);
  /src/lib/libc/net/
iso_addr.c 116 static char obuf[64]; local in function:iso_ntoa
117 char *out = obuf;
137 return(obuf + 1);
linkaddr.c 140 static char obuf[64]; local in function:link_ntoa
141 char *out = obuf;
151 if (out >= obuf + sizeof(obuf) - 1) \
152 return obuf; \
158 * obuf wil be fully init'd to 0 by default. But after
159 * obuf has been returned to userspace the first time,
164 * if (out < obuf + sizeof(obuf) - ((ch) != '\0'))
169 obuf[sizeof(obuf) - 1] = '\0'
    [all...]
  /src/usr.bin/mail/
quit.c 79 FILE *obuf; local in function:writeback
82 if ((obuf = Fopen(mailname, "ref+")) == NULL) {
89 (void)putc(c, obuf);
90 (void)fflush(obuf);
91 if (ferror(obuf)) {
93 (void)Fclose(obuf);
101 if (sendmessage(mp, obuf, NULL, NULL, NULL) < 0) {
103 (void)Fclose(obuf);
110 (void)putc(c, obuf);
112 (void)fflush(obuf);
140 FILE *obuf; local in function:edstop
269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; local in function:quit
    [all...]
cmd1.c 260 show_msgnum(FILE *obuf, struct message *mp, struct message *parent)
264 (void)fprintf(obuf, "Message %s:\n", sget_msgnum(mp, parent));
268 FILE *obuf; member in struct:type1_core_args_s
280 show_msgnum(args->obuf, mp, args->parent);
283 (void)mime_sendmessage(mp, args->obuf, args->igtab, NULL, NULL);
286 (void)mime_sendmessage(mp, args->obuf, args->igtab, NULL, *args->mip);
290 (void)sendmessage(mp, args->obuf, args->igtab, NULL, NULL);
327 FILE *volatile obuf; /* avoid longjmp clobbering */ local in function:type1
337 if ((obuf = last_registered_file(0)) == NULL)
338 obuf = stdout
452 FILE *volatile obuf; \/* void longjmp clobbering *\/ local in function:pipecmd
    [all...]
  /src/usr.sbin/grfconfig/
grfconfig.c 128 char *obuf, tbuf[_POSIX2_LINE_MAX], *tbuf2; local in function:main
141 obuf = buf;
143 while ((*tbuf2 = *obuf) != '\0') {
151 obuf++;
154 obuf = tbuf;
168 "definition file: `%s'\n", obuf);
207 "mode #%d: `%s'", gv->mode_num, obuf);
210 if (strstr(obuf, "default") != NULL) {
216 if (strstr(obuf, grf_flagp->grf_flag_name) != NULL) {
255 "values", obuf);
    [all...]
  /src/usr.sbin/sdpd/
sdpd.h 110 uint8_t * obuf; /* output buffer */ member in struct:server
  /src/tests/lib/libc/sys/
t_select.c 92 char obuf[sizeof(oset) + 3], nbuf[sizeof(nset) + 3]; local in function:child
131 prmask(&oset, obuf, sizeof(obuf)));
  /src/lib/libterminfo/
compile.c 71 char *obuf, type, flag, *buf, *delim, *name, *nbuf; local in function:_ti_promote
79 obuf = tic->name;
83 tic->name = obuf;
86 free(obuf);
89 obuf = buf = tic->alias;
108 free(obuf);
110 obuf = tic->nums.buf;
111 cap = obuf;
127 free(obuf);
129 obuf = tic->extras.buf
    [all...]
  /src/sbin/dump/
rcache.c 275 char *obuf = buf; local in function:bread
384 rawread(oblkno, obuf, osize);
426 rawread(oblkno, obuf, osize);
  /src/sys/dev/acpi/wmi/
wmi_dell.c 133 ACPI_BUFFER obuf; local in function:wmi_dell_attach
149 memset(&obuf, 0, sizeof(obuf));
150 rv = acpi_wmi_data_query(parent, WMI_DELL_GUID_DESC, 0, &obuf);
156 obj = obuf.Pointer;
  /src/usr.bin/ul/
ul.c 149 struct CHAR *obuf = NULL; local in function:filter
151 alloc_buf(&obuf, &obuf_size);
165 alloc_buf(&obuf, &obuf_size);
192 reverse(obuf, obuf_size);
205 fwd(obuf, obuf_size);
210 reverse(obuf, obuf_size);
221 if (obuf[col].c_char)
222 obuf[col].c_mode |= UNDERL | mode;
224 obuf[col].c_char = '_';
231 alloc_buf(&obuf, &obuf_size)
    [all...]
  /src/usr.sbin/srtconfig/
srtconfig.c 110 char obuf[64]; local in function:query_n
118 printf(" %s",inet_ntop(r.af,&r.srcmatch,&obuf[0],sizeof(obuf)));
126 printf(" %s",inet_ntop(AF_INET6,&r.dst.sin6.sin6_addr,&obuf[0],sizeof(obuf)));
  /src/sys/dev/raidframe/
rf_pq.c 89 QDelta(char *dest, char *obuf, char *nbuf, unsigned length,
250 char *obuf, *nbuf; local in function:rf_RegularONQFunc
262 obuf = (char *) node->params[2 * i + 1].p;
274 QDelta(qpbuf, obuf, nbuf, rf_RaidAddressToByte(raidPtr, old->numSector), coeff);
313 char *obuf, *nbuf; local in function:rf_SimpleONQFunc
324 obuf = (char *) node->params[2 * i + 1].p;
335 QDelta(qbuf, obuf, nbuf, rf_RaidAddressToByte(raidPtr, old->numSector), coeff);
361 char *obuf, *qpbuf; local in function:RegularQSubr
371 obuf = (char *) node->params[2 * i + 1].p;
380 rf_IncQ((unsigned long *) qpbuf, (unsigned long *) obuf, rf_RaidAddressToByte(raidPtr, old->numSector), coeff)
404 char *obuf, *qpbuf; local in function:DegrQSubr
600 char *obuf, *qpbuf; local in function:rf_PQ_DegradedWriteQFunc
    [all...]

Completed in 29 milliseconds

1 2