Searched refs:MAXNAMELEN (Results 1 – 5 of 5) sorted by relevance
| /sys/fs/o2fs/ |
| D | o2fs.h | 23 #define MAXNAMELEN 255 macro 109 uint8_t name[MAXNAMELEN+1]; // Null terminated
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_impl.h | 296 char user [MAXNAMELEN + 1]; /* Username for PAP */ 298 char our_name [MAXNAMELEN + 1]; /* Our name for authentication purposes */ 299 char remote_name[MAXNAMELEN + 1]; /* Peer's name for authentication */
|
| D | auth.c | 99 static char peer_authname[MAXNAMELEN]; 180 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ 253 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN }, 255 "Set name for auth with peer", OPT_STATIC, NULL, MAXNAMELEN }, 260 &explicit_remote, MAXNAMELEN }, 305 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 186 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory() 195 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory()
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 1773 #ifndef MAXNAMELEN 1774 #define MAXNAMELEN 256 /* max length of hostname or name for auth */ macro
|