Home
last modified time | relevance | path

Searched refs:fmtD (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libterminfo/
H A Dtermcap.c294 static const char fmtD[] = "%p0%p0%{2}%*%-"; variable
358 if (l + sizeof(fmtD) > len) in strval()
360 memcpy(ip, fmtD, sizeof(fmtD) - 1); in strval()
364 ip += sizeof(fmtD) - 1; in strval()
365 l += sizeof(fmtD) - 1; in strval()