OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lth
(Results
1 - 8
of
8
) sorted by relevancy
/src/games/hack/
alloc.c
86
enlarge(char *ptr, unsigned
lth
)
90
if (!(nptr = realloc(ptr,
lth
)))
91
panic("Cannot reallocate %d bytes",
lth
);
hack.do_name.c
123
size_t
lth
;
local
153
lth
= strlen(buf) + 1;
154
if (
lth
> 63) {
156
lth
= 63;
158
mtmp2 = newmonst(mtmp->mxlth +
lth
);
162
mtmp2->mnamelth =
lth
;
177
size_t
lth
;
local
184
lth
= strlen(buf) + 1;
185
if (
lth
> 63) {
187
lth
= 63
[
all
...]
hack.engrave.c
138
size_t
lth
;
local
144
lth
= strlen(ep->engr_txt);
145
if (
lth
&& cnt > 0) {
147
pos = rn2(
lth
);
153
while (
lth
&& ep->engr_txt[
lth
- 1] == ' ')
154
ep->engr_txt[--
lth
] = 0;
367
unsigned
lth
;
local
370
mread(fd, &
lth
, sizeof(unsigned));
371
if (
lth
== 0
[
all
...]
hack.pager.c
307
int curline,
lth
;
local
313
lth
= CO - maxlen - 2; /* Use full screen width */
314
if (linect < LI &&
lth
>= 10) { /* in a corner */
320
curs(
lth
, curline);
327
curs(
lth
, curline);
332
docorner(
lth
, curline - 1);
hack.pri.c
705
cornbot(int
lth
)
707
if ((unsigned)
lth
< sizeof(oldbot)) {
708
oldbot[
lth
] = 0;
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c
265
static int parse_lvds_manufacturer_table_header(struct drm_device *dev, struct nvbios *bios, struct lvdstableheader *
lth
)
277
memset(
lth
, 0, sizeof(struct lvdstableheader));
314
lth
->lvds_ver = lvds_ver;
315
lth
->headerlen = headerlen;
316
lth
->recordlen = recordlen;
354
struct lvdstableheader
lth
;
local
405
ret = parse_lvds_manufacturer_table_header(dev, bios, &
lth
);
409
if (
lth
.lvds_ver == 0x30 ||
lth
.lvds_ver == 0x40) {
411
lth
.headerlen + 1
528
struct lvdstableheader
lth
;
local
[
all
...]
/src/dist/pf/
README.NetBSD
56
ftp ftp://ftp.df.
lth
.se/pub/OpenBSD/${VERSION}/src.tar.gz
59
ftp ftp://ftp.df.
lth
.se/pub/OpenBSD/${VERSION}/sys.tar.gz
/src/sys/dev/ic/
mpt_mpilib.h
3816
#define SET_LAN_PACKET_LENGTH(x,
lth
) \
3818
(((
lth
) << LAN_REPLY_PACKET_LENGTH_SHIFT) & \
Completed in 33 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026