Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/gnu/bits/
Dutmpx.h37 #define __UT_HOSTSIZE 256 macro
65 char ut_host[__UT_HOSTSIZE]
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/
Dutmpx.h37 #define __UT_HOSTSIZE 256 macro
65 char ut_host[__UT_HOSTSIZE]
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dutmpx-convert.h45 memcpy (to->ut_host, from->ut_host, __UT_HOSTSIZE); in utmpx_convert64to32()
73 memcpy (to->ut_host, from->ut_host, __UT_HOSTSIZE); in utmpx_convert32to64()
Dutmpx32.h36 char ut_host[__UT_HOSTSIZE]; /* Hostname for remote login. */