HomeSort by: relevance | last modified time | path
    Searched refs:HOSTNAMESZ (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
autil.c 504 #ifdef HOSTNAMESZ
506 * ... and some of these restrictions are 32 bytes (HOSTNAMESZ)
507 * If you need to get the definition for HOSTNAMESZ found, you may
510 if (strlen(fs_hostname) >= HOSTNAMESZ)
511 xstrlcpy(fs_hostname + HOSTNAMESZ - 3, "..",
512 sizeof(fs_hostname) - HOSTNAMESZ + 3);
513 #endif /* HOSTNAMESZ */
  /src/external/bsd/am-utils/dist/include/
am_utils.h 79 # ifdef HOSTNAMESZ
80 # define MAXHOSTNAMELEN HOSTNAMESZ
81 # else /* not HOSTNAMESZ */
83 # endif /* not HOSTNAMESZ */
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_hpux11.h 98 #define HOSTNAMESZ 32 /* Max size of hostname in struct nfs_args */

Completed in 17 milliseconds