OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufmax
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/hack/
hack.objnam.c
174
size_t
bufmax
= sizeof(bufr) - PREFIX;
local
191
strlcpy(buf, dn,
bufmax
);
194
strlcpy(buf, an,
bufmax
);
219
strlcpy(buf, an,
bufmax
);
222
Snprintf(buf,
bufmax
, "%sheavy iron ball",
236
strlcat(buf, un,
bufmax
);
239
strlcat(buf, an,
bufmax
);
242
strlcpy(buf, dn,
bufmax
);
243
strlcat(buf, " potion",
bufmax
);
256
strlcat(buf, an,
bufmax
);
[
all
...]
/src/sbin/atactl/
atactl.c
1233
extract_string(char *buf, size_t
bufmax
,
1244
if (needswap && j <
bufmax
-1) {
1247
if (j <
bufmax
-1) {
1250
if (!needswap && j <
bufmax
-1) {
/src/usr.sbin/sysinst/
disks.c
169
ata_extract_string(char *buf, size_t
bufmax
,
180
if (needswap && j <
bufmax
-1) {
183
if (j <
bufmax
-1) {
186
if (!needswap && j <
bufmax
-1) {
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026