OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUFSZ
(Results
1 - 20
of
20
) sorted by relevancy
/src/games/hack/
hack.do_name.c
120
char buf[
BUFSZ
];
178
char buf[
BUFSZ
];
243
char buf[
BUFSZ
];
276
static char buf[
BUFSZ
]; /* %% */
337
static char buf[
BUFSZ
]; /* %% */
hack.rip.c
91
char buf[
BUFSZ
];
hack.topl.c
73
static char toplines[
BUFSZ
];
215
char pbuf[
BUFSZ
];
hack.engrave.c
210
char buf[
BUFSZ
];
340
if (len >
BUFSZ
- 20)
341
sp[
BUFSZ
- 20] = 0;
hack.pager.c
92
char bufr[
BUFSZ
+ 6];
101
while (fgets(buf,
BUFSZ
, fp))
hack.h
88
#define
BUFSZ
256 /* for getlin buffers */
hack.objnam.c
104
static char buf[
BUFSZ
];
171
static char bufr[
BUFSZ
];
347
bpmax =
BUFSZ
- PREFIX;
413
bpmax =
BUFSZ
- PREFIX;
hack.options.c
242
char buf[
BUFSZ
];
hack.tty.c
217
* Read a line closed with '\n' into the array char bufp[
BUFSZ
].
257
if (bufp - obufp <
BUFSZ
- 1 && bufp - obufp < COLNO)
hack.invent.c
388
char buf[
BUFSZ
];
389
char lets[
BUFSZ
];
557
char buf[
BUFSZ
];
710
static char li[
BUFSZ
];
733
char any[
BUFSZ
];
764
char stuff[
BUFSZ
];
hack.end.c
135
static char buf[
BUFSZ
];
494
char linebuf[
BUFSZ
];
509
char linebuf[
BUFSZ
];
hack.fight.c
101
char buf[
BUFSZ
];
195
char buf[
BUFSZ
];
hack.cmd.c
253
char buf[
BUFSZ
];
hack.eat.c
338
static char msgbuf[
BUFSZ
];
hack.trap.c
481
char buf[
BUFSZ
];
hack.vault.c
183
char buf[
BUFSZ
];
hack.read.c
256
char buf[
BUFSZ
];
hack.zap.c
249
char buf[
BUFSZ
];
hack.shk.c
785
char buf[
BUFSZ
];
/src/sys/external/bsd/drm2/dist/drm/
drm_mm.c
110
#define
BUFSZ
4096
130
buf = kmalloc(
BUFSZ
, GFP_KERNEL);
142
stack_trace_snprint(buf,
BUFSZ
, entries, nr_entries, 0);
151
#undef
BUFSZ
Completed in 21 milliseconds
Indexes created Tue Oct 21 15:09:54 GMT 2025