Home
last modified time | relevance | path

Searched refs:tolen (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/udf/
Dsymlink.c33 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char() argument
41 tolen--; in udf_pc_to_char()
57 if (tolen == 0) in udf_pc_to_char()
61 tolen--; in udf_pc_to_char()
64 if (tolen < 3) in udf_pc_to_char()
68 tolen -= 3; in udf_pc_to_char()
71 if (tolen < 2) in udf_pc_to_char()
75 tolen -= 2; in udf_pc_to_char()
84 p, tolen); in udf_pc_to_char()
89 tolen -= comp_len; in udf_pc_to_char()
[all …]
/kernel/liteos_a/compat/posix/src/
Dsocket.c141 const struct sockaddr *to, socklen_t tolen) in sendto() argument
144 if (to && tolen < sizeof(*to)) { in sendto()
148 return lwip_sendto(s, dataptr, size, flags, to, tolen); in sendto()
/kernel/liteos_a/syscall/
Dnet_syscall.c246 const struct sockaddr *to, socklen_t tolen) in SysSendTo() argument
252 CHECK_ASPACE(to, tolen); in SysSendTo()
255 DUP_FROM_USER(to, tolen, FREE_DUP(dataptr)); in SysSendTo()
261 ret = sendto(s, dataptr, size, flags, to, tolen); in SysSendTo()
Dlos_syscall.h154 const struct sockaddr *to, socklen_t tolen);
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_unicode.c179 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument
195 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16()
216 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
Dcifs_unicode.h93 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
/kernel/liteos_a/net/lwip-2.1/porting/src/
Dsockets.c88 const struct sockaddr *to, socklen_t tolen);
89 …dto(int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, socklen_t tolen) in lwip_sendto() argument
91 return lwip_sendto_wrap(s, dataptr, size, flags, to, tolen); in lwip_sendto()
116 …o2(int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, socklen_t tolen);
233 const struct sockaddr *to, socklen_t tolen) in lwip_sendto_wrap() argument
237 ((to->sa_family == AF_INET && tolen >= sizeof(struct sockaddr_in)) || in lwip_sendto_wrap()
238 (to->sa_family == AF_INET6 && tolen >= sizeof(struct sockaddr_in6)))) { in lwip_sendto_wrap()
252 return lwip_sendto2(s, dataptr, size, flags, to, tolen); in lwip_sendto_wrap()
/kernel/uniproton/src/net/lwip-2.1/src/
Dsockets.c138 const struct sockaddr *to, socklen_t tolen) in sendto() argument
141 if (to && tolen < sizeof(*to)) { in sendto()
145 return lwip_sendto(s, dataptr, size, flags, to, tolen); in sendto()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dsockets_porting.c142 const struct sockaddr *to, socklen_t tolen) in sendto() argument
145 if (to && tolen < sizeof(*to)) { in sendto()
149 return lwip_sendto(s, dataptr, size, flags, to, tolen); in sendto()
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h828 unsigned int tolen; member
931 unsigned int tolen; member
/kernel/linux/linux-5.10/fs/nfs/
Dproc.c382 .tolen = name->len in nfs_proc_link()
Dnfs2xdr.c738 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
Dnfs3proc.c495 .tolen = name->len in nfs3_proc_link()
Dnfs3xdr.c1210 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()