Searched refs:lth (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/games/hack/
H A Dalloc.c86 enlarge(char *ptr, unsigned lth)
90 if (!(nptr = realloc(ptr, lth)))
91 panic("Cannot reallocate %d bytes", lth);
H A Dhack.do_name.c123 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
[all...]
H A Dhack.engrave.c138 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
[all...]
H A Dhack.pager.c307 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);
H A Dhack.pri.c705 cornbot(int lth) argument
707 if ((unsigned)lth < sizeof(oldbot)) {
708 oldbot[lth] = 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.c265 static int parse_lvds_manufacturer_table_header(struct drm_device *dev, struct nvbios *bios, struct lvdstableheader *lth) argument
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
528 struct lvdstableheader lth; local
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c927 struct sadb_lifetime *lts, *lth, *ltc; local
946 lth = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_HARD];
948 if (lts && lth && ltc) {
959 t = (u_long)lth->sadb_lifetime_addtime;
/netbsd-current/dist/pf/
H A DREADME.NetBSD56 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
/netbsd-current/sys/dev/ic/
H A Dmpt_mpilib.h3816 #define SET_LAN_PACKET_LENGTH(x, lth) \
3818 (((lth) << LAN_REPLY_PACKET_LENGTH_SHIFT) & \

Completed in 301 milliseconds