HOSTNAMELEN       552 ext/auxsys/auxsyslib.c #ifndef HOSTNAMELEN
HOSTNAMELEN       562 ext/auxsys/auxsyslib.c char buf[HOSTNAMELEN]; int r;
HOSTNAMELEN       563 ext/auxsys/auxsyslib.c SCM_SYSCALL(r, gethostname(buf, HOSTNAMELEN));
HOSTNAMELEN       582 ext/auxsys/auxsyslib.c char buf[HOSTNAMELEN]; int r;
HOSTNAMELEN       583 ext/auxsys/auxsyslib.c SCM_SYSCALL(r, getdomainname(buf, HOSTNAMELEN));