Searched refs:MAXNAMELEN (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 596 char buf[MAXNAMELEN]; in attr_list_path() 615 char buf[MAXNAMELEN]; in attr_remove_path() 635 char buf[MAXNAMELEN]; in attr_set_path() 669 char buf[MAXNAMELEN]; in creat_path() 794 char buf[MAXNAMELEN]; in fent_to_name() 836 char buf[MAXNAMELEN]; in generate_fname() 923 char buf[MAXNAMELEN]; in lchown_path() 941 char buf1[MAXNAMELEN]; in link_path() 942 char buf2[MAXNAMELEN]; in link_path() 995 char buf[MAXNAMELEN]; in lstat64_path() [all...] |
H A D | xfscompat.h | 1 #define MAXNAMELEN 1024 macro
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | chap-new.h | 75 #define CHAL_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_CHALLENGE_LEN + MAXNAMELEN) 76 #define RESP_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_RESPONSE_LEN + MAXNAMELEN)
|
H A D | ppp_opts.h | 549 * MAXNAMELEN: max length of hostname or name for auth 551 #ifndef MAXNAMELEN 552 #define MAXNAMELEN 256 macro
|
H A D | eap.h | 118 char ea_peer[MAXNAMELEN +1]; /* Peer's name */
|
H A D | ppp.h | 257 char remote_name[MAXNAMELEN + 1]; /* Peer's name for authentication */ 357 char peer_authname[MAXNAMELEN + 1]; /* The name by which the peer authenticated itself to us. */
|
/third_party/lwip/src/netif/ppp/ |
H A D | auth.c | 151 char remote_number[MAXNAMELEN]; 232 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ 359 OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXNAMELEN }, 368 &explicit_user, MAXNAMELEN }, 381 &explicit_remote, MAXNAMELEN }, 401 NULL, MAXNAMELEN }, 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 447 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
|
H A D | eap.c | 665 if (len > MAXNAMELEN) { in eap_send_request() 666 len = MAXNAMELEN; in eap_send_request() 1316 char rhostname[MAXNAMELEN]; in eap_request() 1516 if (rhostnamelen > MAXNAMELEN) { in eap_request() 1517 rhostnamelen = MAXNAMELEN; in eap_request() 1730 char rhostname[MAXNAMELEN]; in eap_response() 1764 if (len > MAXNAMELEN) { in eap_response() 1765 len = MAXNAMELEN; in eap_response()
|
H A D | chap-new.c | 293 char rname[MAXNAMELEN+1]; 441 char rname[MAXNAMELEN+1];
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 1347 * Returning file names larger than MAXNAMELEN (256) bytes in ntfs_fuse_filler() 1352 * Effectively the maximum length of a file name is MAXNAMELEN - in ntfs_fuse_filler() 1355 if (filenamelen > (MAXNAMELEN - 1)) { in ntfs_fuse_filler() 1357 "bytes.\n", filenamelen, MAXNAMELEN - 1); in ntfs_fuse_filler() 1359 memset(&filename[MAXNAMELEN - 1], 0, in ntfs_fuse_filler() 1360 filenamelen - (MAXNAMELEN - 1)); in ntfs_fuse_filler()
|
H A D | lowntfs-3g.c | 1315 * Returning file names larger than MAXNAMELEN (256) bytes in ntfs_fuse_filler() 1320 * Effectively the maximum length of a file name is MAXNAMELEN - in ntfs_fuse_filler() 1323 if (filenamelen > (MAXNAMELEN - 1)) { in ntfs_fuse_filler() 1325 "bytes.\n", filenamelen, MAXNAMELEN - 1); in ntfs_fuse_filler() 1327 memset(&filename[MAXNAMELEN - 1], 0, in ntfs_fuse_filler() 1328 filenamelen - (MAXNAMELEN - 1)); in ntfs_fuse_filler()
|
Completed in 20 milliseconds