/kernel/linux/linux-5.10/fs/udf/ |
H A D | symlink.c | 33 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char() 42 while (elen < fromlen) { in udf_pc_to_char() 80 if (elen > fromlen) in udf_pc_to_char() 32 udf_pc_to_char(struct super_block *sb, unsigned char *from, int fromlen, unsigned char *to, int tolen) udf_pc_to_char() argument
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | symlink.c | 29 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char() 38 while (elen < fromlen) { in udf_pc_to_char() 76 if (elen > fromlen) in udf_pc_to_char() 28 udf_pc_to_char(struct super_block *sb, unsigned char *from, int fromlen, unsigned char *to, int tolen) udf_pc_to_char() argument
|
/kernel/liteos_a/compat/posix/src/ |
H A D | socket.c | 114 struct sockaddr *from, socklen_t *fromlen) in recvfrom() 117 return lwip_recvfrom(s, mem, len, flags, from, fromlen); in recvfrom() 113 recvfrom(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) recvfrom() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_unicode.h | 58 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
|
H A D | cifs_unicode.c | 159 * @fromlen - source buffer size (in bytes) 164 * in the provided codepage. The tolen and fromlen parameters are to ensure 177 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument 183 int fromwords = fromlen / 2; in cifs_from_utf16()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.c | 161 * @fromlen - source buffer size (in bytes) 166 * in the provided codepage. The tolen and fromlen parameters are to ensure 179 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument 185 int fromwords = fromlen / 2; in cifs_from_utf16()
|
H A D | cifs_unicode.h | 93 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | unicode.c | 141 * @fromlen: source buffer size (in bytes) 146 * in the provided codepage. The tolen and fromlen parameters are to ensure 160 static int smb_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in smb_from_utf16() argument 166 int fromwords = fromlen / 2; in smb_from_utf16()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | sockets_porting.c | 115 struct sockaddr *from, socklen_t *fromlen)
in recvfrom() 118 return lwip_recvfrom(s, mem, len, flags, from, fromlen);
in recvfrom() 114 recvfrom(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) recvfrom() argument
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sockets.c | 110 struct sockaddr *from, socklen_t *fromlen)
in recvfrom() 113 return lwip_recvfrom(s, mem, len, flags, from, fromlen);
in recvfrom() 109 recvfrom(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) recvfrom() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_xdr.h | 834 unsigned int fromlen; member 912 unsigned int fromlen; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_xdr.h | 858 unsigned int fromlen; member 936 unsigned int fromlen; member
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 756 encode_diropargs(xdr, args->fromfh, args->fromname, args->fromlen); in nfs2_xdr_enc_symlinkargs()
|
H A D | proc.c | 407 .fromlen = dentry->d_name.len, in nfs_proc_symlink()
|
H A D | nfs3proc.c | 540 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink()
|
H A D | nfs3xdr.c | 1090 encode_diropargs3(xdr, args->fromfh, args->fromname, args->fromlen); in nfs3_xdr_enc_symlink3args()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 757 encode_diropargs(xdr, args->fromfh, args->fromname, args->fromlen); in nfs2_xdr_enc_symlinkargs()
|
H A D | proc.c | 407 .fromlen = dentry->d_name.len, in nfs_proc_symlink()
|
H A D | nfs3proc.c | 564 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink()
|
H A D | nfs3xdr.c | 1093 encode_diropargs3(xdr, args->fromfh, args->fromname, args->fromlen); in nfs3_xdr_enc_symlink3args()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 3598 int sockfd, fromlen; local 3642 ret = recvfrom(sockfd, msg, MAX_SIZE - 1, 0, (struct sockaddr *)&cliaddr, (socklen_t *)&fromlen); 3652 ret = sendto(sockfd, msg, n + 1, 0, (struct sockaddr *)&cliaddr, (socklen_t)fromlen);
|