NG_TYPESIZ
strlcpy(ni->type, here->type->name, NG_TYPESIZ);
strlcpy(ni->type, here->type->name, NG_TYPESIZ);
hook->peer->node->type->name, NG_TYPESIZ);
strlcpy(np->type, node->type->name, NG_TYPESIZ);
strlcpy(tp->type_name, type->name, NG_TYPESIZ);
char *path, filename[NG_TYPESIZ + 3];
if (tp->version != NG_VERSION || namelen == 0 || namelen >= NG_TYPESIZ) {
NG_TYPESIZ
char type[NG_TYPESIZ]; /* peer type */
char type[NG_TYPESIZ]; /* peer type */
char type_name[NG_TYPESIZ]; /* name of type */
|| (namelen >= NG_TYPESIZ)) {
NG_TYPESIZ
char type[NG_TYPESIZ]; /* peer type */
char type[NG_TYPESIZ]; /* peer type */
char type_name[NG_TYPESIZ]; /* name of type */
#define NG_TYPELEN (NG_TYPESIZ - 1)
char filename[NG_TYPESIZ + 3];
char nodetype[NG_TYPESIZ + NG_NODESIZ];
char modname[NG_TYPESIZ + 3];