/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | conv.c | 50 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, in raw2int() 111 size_t *tolen, const CHAR_T **dst, const char *enc) in default_char2int() 187 size_t *tolen, const CHAR_T **dst) in fe_char2int() 194 size_t *tolen, const CHAR_T **dst) in ie_char2int() 201 size_t *tolen, const CHAR_T **dst) in cs_char2int() 209 size_t *tolen, const char **dst) in CHAR_T_int2char() 219 size_t *tolen, const CHAR_T **dst) in CHAR_T_char2int() 228 int2raw(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, in int2raw() 252 size_t *tolen, const char **pdst, const char *enc) in default_int2char() 358 size_t *tolen, const char **dst) in fe_int2char() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_lib.c | 482 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) in bn2binpad() 532 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2binpad() 591 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2lebinpad() 607 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2nativepad()
|
/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | w_inst.c | 178 size_t tolen = strlen(to); in change() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_lib.c | 481 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) in bn2binpad() 530 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2binpad() 589 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2lebinpad()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | socket_wrapper.h | 109 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) argument
|
H A D | socket_wrapper.c | 1668 …p_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) in swrap_sendto()
|
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_file_util.c | 123 const char *to, size_t tolen) in v7fs_file_rename()
|
H A D | v7fs_vnops.c | 1286 size_t tolen = cnp->cn_namelen; in v7fs_symlink() local
|
/netbsd-src/usr.bin/sed/ |
H A D | defs.h | 83 size_t tolen; member
|
/netbsd-src/usr.sbin/inetd/ |
H A D | inetd.c | 980 struct sockaddr * restrict to, socklen_t * restrict tolen) in recvfromto() 1071 const struct sockaddr *to, socklen_t tolen) in sendfromto()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | app.c | 409 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen) in do_scrub_chars() argument
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | app.c | 409 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen) in do_scrub_chars() argument
|
/netbsd-src/usr.sbin/rwhod/ |
H A D | rwhod.c | 551 socklen_t tolen) in Sendto()
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | sockmisc.c | 198 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen) in recvfromto() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dcast.c | 563 size_t tolen = (size_t)((TypeSArray *)t)->dim->toInteger(); in implicitConvTo() local 587 size_t tolen = (size_t)((TypeSArray *)t)->dim->toInteger(); in implicitConvTo() local
|
/netbsd-src/lib/libc/net/ |
H A D | sctp_sys_calls.c | 371 socklen_t tolen __attribute__((unused)), in sctp_sendmsg()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | name.c | 87 size_t i, j, tolen; in quote_string() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dcast.d | 605 size_t tolen = cast(size_t)t.isTypeSArray().dim.toInteger(); in implicitConvTo() local 627 size_t tolen = cast(size_t)t.isTypeSArray().dim.toInteger(); in implicitConvTo() local
|
/netbsd-src/lib/libpthread/ |
H A D | pthread_cancelstub.c | 615 const struct sockaddr *to, socklen_t tolen) in sendto()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | layout.h | 1057 int tolen; member
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.h | 1058 int tolen; member
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | misc.c | 240 socklen_t tolen = sizeof(to); in get_sock_af() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 698 #define __sanitizer_syscall_pre_sendto(s, buf, len, flags, to, tolen) \ argument 702 #define __sanitizer_syscall_post_sendto(res, s, buf, len, flags, to, tolen) \ argument
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | rump_syscalls.c | 1819 rump___sysimpl_sendto(int s, const void * buf, size_t len, int flags, const struct sockaddr * to, socklen_t tolen) in rump___sysimpl_sendto() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 702 #define __sanitizer_syscall_pre_sendto(s, buf, len, flags, to, tolen) \ argument 706 #define __sanitizer_syscall_post_sendto(res, s, buf, len, flags, to, tolen) \ argument
|