Home
last modified time | relevance | path

Searched refs:MAXNAMELEN (Results 1 – 5 of 5) sorted by relevance

/sys/fs/o2fs/
Do2fs.h23 #define MAXNAMELEN 255 macro
109 uint8_t name[MAXNAMELEN+1]; // Null terminated
/lib/liblwip/src/netif/ppp/
Dppp_impl.h296 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 */
Dauth.c99 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/
Dnewfs_o2fs.c186 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory()
195 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory()
/lib/liblwip/src/include/lwip/
Dopt.h1773 #ifndef MAXNAMELEN
1774 #define MAXNAMELEN 256 /* max length of hostname or name for auth */ macro