HomeSort by relevance Sort by last modified time
    Searched defs:MAXNAMELEN (Results 1 - 7 of 7) sorted by null

  /nfsv41/nfs41-gate/usr/src/cmd/ypcmd/mknetid/
mknetid.c 51 #define MAXNAMELEN 256
170 char name[MAXNAMELEN];
217 char name[MAXNAMELEN];
248 char name[MAXNAMELEN];
249 char user[MAXNAMELEN];
289 char name[MAXNAMELEN];
296 if (getname(name, MAXNAMELEN, WHITE, WHITE, lp, "#") != 1) {
364 if (getname(name, MAXNAMELEN, skip, term, lp, com) != 1) {
  /nfsv41/nfs41-gate/usr/src/ucbhead/sys/
param.h 160 * MAXNAMELEN is the length (including the terminating null) of
165 #define MAXNAMELEN 256
  /nfsv41/nfs41-gate/usr/src/uts/common/sys/
param.h 182 * MAXNAMELEN is the length (including the terminating null) of
188 #define MAXNAMELEN 256
  /nfsv41/nfs41-gate/usr/src/uts/common/avs/ns/
contract.h 184 #ifndef MAXNAMELEN
185 #define MAXNAMELEN 1
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
pppd.h 74 #define MAXNAMELEN 256 /* max length of name for auth */
78 #define MAXHOSTNAMELEN MAXNAMELEN /* max length of hostname */
250 extern char user[MAXNAMELEN];/* Our name for authenticating ourselves */
255 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
256 extern char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libparted/common/libparted/fs/xfs/
xfs_types.h 130 * MAXNAMELEN is the length (including the terminating null) of
133 #define MAXNAMELEN 256
  /nfsv41/nfs41-gate/usr/src/grub/grub-0.97/stage2/
shared.h 58 #define MAXNAMELEN 256
63 #define BOOTSIGN_ARGLEN (MAXNAMELEN + 10) /* (<sign>,0,d) */
685 extern char current_rootpool[MAXNAMELEN];
686 extern char current_bootfs[MAXNAMELEN];

Completed in 900 milliseconds