Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A D0001-Disable-use-of-syslog-for-sysroot.patch50 #if !defined(MAXHOSTNAMELEN) || (MAXHOSTNAMELEN < 64)
51 #undef MAXHOSTNAMELEN
52 #define MAXHOSTNAMELEN 256
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/protocols/
H A Dtimed.h44 #define MAXHOSTNAMELEN 64 macro
54 char tsp_name[MAXHOSTNAMELEN];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/protocols/
H A Dtimed.h44 #define MAXHOSTNAMELEN 64 macro
54 char tsp_name[MAXHOSTNAMELEN];
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D06_fix_gethostbyname.patch11 char dot_name[MAXHOSTNAMELEN + 1];
19 if (strchr(name, '.') == 0 || strlen(name) >= MAXHOSTNAMELEN - 1) {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dparam.h53 #if !defined MAXHOSTNAMELEN && defined HOST_NAME_MAX
54 # define MAXHOSTNAMELEN HOST_NAME_MAX macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dparam.h53 #if !defined MAXHOSTNAMELEN && defined HOST_NAME_MAX
54 # define MAXHOSTNAMELEN HOST_NAME_MAX macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSlib.h336 #if !defined(MAXHOSTNAMELEN)
337 #define MAXHOSTNAMELEN 32 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c70 #if !defined(MAXHOSTNAMELEN)
71 #define MAXHOSTNAMELEN 32 macro
619 if ((hostname = malloc(MAXHOSTNAMELEN + 1))) { in DoSubstitution()
620 if (gethostname(hostname, MAXHOSTNAMELEN) == 0) { in DoSubstitution()
621 hostname[MAXHOSTNAMELEN] = '\0'; in DoSubstitution()
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dparam.h13 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dparam.h20 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dparam.h17 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dparam.h17 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dparam.h17 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dparam.h29 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/
H A DCVE-2022-28321-0002.patch68 char netmask_string[MAXHOSTNAMELEN + 1];
82 netmask_string, MAXHOSTNAMELEN);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/
H A D0002-Fix-build-issues-found-with-musl.patch24 char hs_hostname[MAXHOSTNAMELEN];
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c43 char str[MAXHOSTNAMELEN]; in rtrs_srv_disconnect_store()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DTo-aviod-buffer-overflow-in-telnet.patch60 -#ifndef MAXHOSTNAMELEN
61 -#define MAXHOSTNAMELEN 64
62 -#endif MAXHOSTNAMELEN
71 -static char _hostname[MAXHOSTNAMELEN];
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch358 + * MAXHOSTNAMELEN replacement
367 +#ifdef MAXHOSTNAMELEN
368 + return MAXHOSTNAMELEN;
/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c1792 #ifdef MAXHOSTNAMELEN
1793 #define SI_HOSTNAME_MAXLEN MAXHOSTNAMELEN
/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c801 #ifdef MAXHOSTNAMELEN in zmodem_rx()
802 char hn[MAXHOSTNAMELEN]; in zmodem_rx()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc.h1253 char os_host_name[MAXHOSTNAMELEN];
H A Dlpfc_ct.c1507 char tmp[MAXHOSTNAMELEN] = {0}; in lpfc_vport_symbolic_node_name()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-126441 name length: ‘MAXHOSTNAMELEN’. It is defined in ‘sys/param.h’.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-126441 name length: ‘MAXHOSTNAMELEN’. It is defined in ‘sys/param.h’.