OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scratchbuf
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
po-lex.c
409
unsigned char
scratchbuf
[64];
local
412
char *outptr = (char *) &
scratchbuf
[0];
413
size_t outsize = sizeof (
scratchbuf
);
420
if ((insize < mbf->bufcount) != (outsize < sizeof (
scratchbuf
)))
422
if (outsize == sizeof (
scratchbuf
))
489
size_t outbytes = sizeof (
scratchbuf
) - outsize;
498
if (u8_mbtouc (&mbc->uc,
scratchbuf
, outbytes) < outbytes)
500
/*
scratchbuf
contains an out-of-range Unicode character
write-po.c
487
char
scratchbuf
[64];
local
490
char *outptr = &
scratchbuf
[0];
491
size_t outsize = sizeof (
scratchbuf
);
602
char
scratchbuf
[64];
local
605
char *outptr = &
scratchbuf
[0];
606
size_t outsize = sizeof (
scratchbuf
);
x-csharp.c
240
unsigned char
scratchbuf
[6];
local
243
char *outptr = (char *) &
scratchbuf
[0];
244
size_t outsize = sizeof (
scratchbuf
);
251
if ((insize < bufcount) != (outsize < sizeof (
scratchbuf
)))
253
if (outsize == sizeof (
scratchbuf
))
314
size_t outbytes = sizeof (
scratchbuf
) - outsize;
327
if (u8_mbtouc (&uc,
scratchbuf
, outbytes) < outbytes)
329
/*
scratchbuf
contains an out-of-range Unicode character
x-python.c
259
unsigned char
scratchbuf
[6];
local
262
char *outptr = (char *) &
scratchbuf
[0];
263
size_t outsize = sizeof (
scratchbuf
);
270
if ((insize < bufcount) != (outsize < sizeof (
scratchbuf
)))
272
if (outsize == sizeof (
scratchbuf
))
337
size_t outbytes = sizeof (
scratchbuf
) - outsize;
350
if (u8_mbtouc (&uc,
scratchbuf
, outbytes) < outbytes)
352
/*
scratchbuf
contains an out-of-range Unicode character
/src/external/bsd/top/dist/
display.c
120
static char
scratchbuf
[MAX_COLS];
variable
461
vsnprintf(
scratchbuf
, MAX_COLS, fmt, argp);
462
display_write(x, y, newcolor, eol,
scratchbuf
);
876
p = strcpyend(
scratchbuf
, "cpu.");
880
cpustate_cidx[i++] = color_tag(
scratchbuf
);
888
p = strcpyend(
scratchbuf
, "kernel.");
892
kernel_cidx[i++] = color_tag(
scratchbuf
);
899
p = strcpyend(
scratchbuf
, "memory.");
903
memory_cidx[i++] = color_tag(
scratchbuf
);
911
p = strcpyend(
scratchbuf
, "swap.")
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026