Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.c132 static char buf[KI_LNAMELEN] = {}; in thread_name()
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Dnetbsd-nat.c132 static char buf[KI_LNAMELEN] = {}; in thread_name()
/netbsd/sys/sys/
H A Dsysctl.h379 #define KI_LNAMELEN 20 /* extra 4 for alignment */ macro
606 char l_name[KI_LNAMELEN]; /* CHAR[]: name, may be empty */
/netbsd/bin/ps/
H A Dprint.c1507 v->width = min(v->width, KI_LNAMELEN); in lname()