| /src/external/bsd/nvi/dist/common/ |
| conv.c | 50 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, 59 *tolen = len; 111 size_t *tolen, const CHAR_T **dst, const char *enc) 163 *tolen = i; 179 *tolen = i; 187 size_t *tolen, const CHAR_T **dst) 189 return default_char2int(sp, str, len, cw, tolen, dst, O_STR(sp, O_FILEENCODING)); 194 size_t *tolen, const CHAR_T **dst) 196 return default_char2int(sp, str, len, cw, tolen, dst, O_STR(sp, O_INPUTENCODING)); 201 size_t *tolen, const CHAR_T **dst [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_lib.c | 543 static int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, 576 if (tolen == -1) { 577 tolen = n + ext; 578 } else if (tolen < n + ext) { /* uncommon/unlike case */ 584 if (tolen < n + ext) 591 if (tolen != 0) 592 memset(to, '\0', tolen); 593 return tolen; 605 to += tolen - 1; /* Move to the last byte, not beyond */ 610 for (i = 0, j = 0; j < (size_t)tolen; j++) [all...] |
| /src/sys/fs/v7fs/ |
| v7fs_file_util.c | 123 const char *to, size_t tolen) 140 error = v7fs_file_lookup_by_name(fs, parent_to, to, tolen, &to_ino); 142 DPRINTF("%.*s already exists\n", (int)tolen, to); 143 if ((error = v7fs_file_deallocate(fs, parent_to, to, tolen))) { 144 DPRINTF("%.*s can't remove %d\n", (int)tolen, 156 (int)tolen, to, (int)fromlen, from, error); 161 tolen))) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_lib.c | 482 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) 494 if (tolen == -1) { 495 tolen = n; 496 } else if (tolen < n) { /* uncommon/unlike case */ 501 if (tolen < n) 508 if (tolen != 0) 509 memset(to, '\0', tolen); 510 return tolen; 516 to += tolen; /* start from the end of the buffer */ 517 for (i = 0, j = 0; j < (size_t)tolen; j++) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| socket_wrapper.h | 51 ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); 109 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen)
|
| /src/usr.bin/sed/ |
| defs.h | 83 size_t tolen; member in struct:s_tr::trmulti
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_lib.c | 481 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) 493 if (tolen == -1) { 494 tolen = n; 495 } else if (tolen < n) { /* uncommon/unlike case */ 500 if (tolen < n) 507 OPENSSL_cleanse(to, tolen); 508 return tolen; 514 to += tolen; /* start from the end of the buffer */ 515 for (i = 0, j = 0; j < (size_t)tolen; j++) { 527 return tolen; [all...] |
| /src/external/bsd/unbound/dist/winrc/ |
| w_inst.c | 178 size_t tolen = strlen(to); local 180 if(pathlen - fromlen + tolen >= max) {
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| sockmisc.c | 196 socklen_t *fromlen, struct sockaddr *to, u_int *tolen) 238 otolen = *tolen; 239 *tolen = 0; 253 *tolen = sizeof(*sin6); 278 *tolen = sizeof(*sin); 294 *tolen = sizeof(*sin6); 311 *tolen = sizeof(*sin);
|
| /src/usr.sbin/inetd/ |
| inetd.c | 1098 struct sockaddr * restrict to, socklen_t * restrict tolen) 1110 if (tolen == NULL || fromlen == NULL) { 1173 socklen_t sslen = (*tolen < ss.ss_len) ? *tolen : ss.ss_len; 1176 *tolen = sslen; 1189 const struct sockaddr *to, socklen_t tolen) 1201 return sendto(s, buf, len, flags, to, tolen); 1206 msg.msg_namelen = tolen; 1264 return sendto(s, buf, len, flags, to, tolen);
|
| /src/sys/compat/linux/common/ |
| linux_socketcall.h | 134 syscallarg(int) tolen; member in struct:linux_sys_sendto_args
|
| /src/sys/compat/linux32/common/ |
| linux32_socketcall.h | 75 syscallarg(int) tolen; member in struct:linux32_sys_sendto_args
|
| linux32_socket.c | 126 syscallarg(int) tolen; 135 NETBSD32TO64_UAP(tolen); 364 SCARG(&ua, tolen) = 0;
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| bn.h | 245 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen); 246 int BN_signed_bn2bin(const BIGNUM *a, unsigned char *to, int tolen); 249 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen); 250 int BN_signed_bn2lebin(const BIGNUM *a, unsigned char *to, int tolen); 253 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen); 254 int BN_signed_bn2native(const BIGNUM *a, unsigned char *to, int tolen);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| sys_socket.in.h | 620 const struct sockaddr *to, socklen_t tolen) 624 const struct sockaddr *to, socklen_t tolen)); 627 size_t tolen. */ 630 const struct sockaddr *to, socklen_t tolen));
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| sys_socket.in.h | 620 const struct sockaddr *to, socklen_t tolen) 624 const struct sockaddr *to, socklen_t tolen)); 627 size_t tolen. */ 630 const struct sockaddr *to, socklen_t tolen));
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| name.c | 87 size_t i, j, tolen; local 91 tolen = len * 3 + 1; 92 to = malloc(tolen); 109 int l = snprintf((char *)&to[j], tolen - j - 1, 117 assert(j < tolen);
|
| /src/external/gpl3/binutils/dist/gas/ |
| app.c | 463 buffer is TOLEN bytes in length. The function returns the number 464 of scrubbed characters put into TOSTART. This will be TOLEN unless 470 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen, 474 char *toend = tostart + tolen;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| app.c | 467 buffer is TOLEN bytes in length. The function returns the number 468 of scrubbed characters put into TOSTART. This will be TOLEN unless 474 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen, 478 char *toend = tostart + tolen;
|
| /src/lib/libpthread/ |
| pthread_cancelstub.c | 665 const struct sockaddr *to, socklen_t tolen) 672 retval = _sys_sendto(s, msg, len, flags, to, tolen);
|
| /src/usr.sbin/rwhod/ |
| rwhod.c | 551 socklen_t tolen) 558 ret = sendto(s, buf, cc, flags, to, tolen);
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| bn.h | 245 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen); 247 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen); 249 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen);
|
| /src/sys/compat/common/ |
| uipc_syscalls_43.c | 297 SCARG(&bsa, tolen) = 0;
|
| /src/lib/libc/net/ |
| sctp_sys_calls.c | 371 socklen_t tolen __attribute__((unused)), 391 fprintf(io, "sctp_sendmsg(sd:%d, data:%x, len:%d, to:%x, tolen:%d, ppid:%x, flags:%x str:%d ttl:%d ctx:%x\n", 392 s, (u_int)data, (int)len, (u_int)to, (int)tolen, ppid, flags,
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| bn.h | 223 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen); 225 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen);
|