Searched refs:len (Results 201 - 225 of 7563) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Darray-6.c8 struct str { int len; char s[]; }; member in struct:str
17 struct str e = (struct str) { d.len, "e" }; /* { dg-error "(non-static)|(initialization)" } */
H A Dpr22356-1.c4 void product_c4 (GFC_COMPLEX_4 *src, GFC_COMPLEX_4 *dest, int len) argument
8 for (n = 0; n < len; n++, src += 1)
H A Dpr24600.c8 void test (char *Line, int len) argument
12 for (z = 1; z <= len; z++)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-4.c4 int foo(short* vec1, short* vec2, short* vec3,int len )
7 for (i=0; i<len; i++) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dmemset.c19 memset (PTR dest, register int val, register size_t len) argument
22 while (len-- > 0)
H A Dchoose-temp.c61 int len; local
63 len = strlen (base);
64 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1);
66 strcpy (temp_filename + len, TEMP_FILE);
/netbsd-6-1-5-RELEASE/libexec/makekey/
H A Dmakekey.c55 int len; local
60 len = strlen(r = crypt(key, salt));
61 if (write(STDOUT_FILENO, r, len) != len)
67 get(char *bp, int len) argument
71 bp[len] = '\0';
72 if ((nr = read(STDIN_FILENO, bp, len)) == len)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Ddm9k.h34 int dm9k_send(void *cookie, char *data, unsigned int len);
35 int dm9k_recv(void *cookie, char *data, unsigned int len, unsigned int to);
/netbsd-6-1-5-RELEASE/lib/libc/ssp/
H A Dgets_chk.c49 size_t len; local
62 len = strlen(abuf);
63 if (len > 0 && abuf[len - 1] == '\n')
64 --len;
66 if (len >= slen)
69 (void)memcpy(buf, abuf, len);
71 buf[len] = '\0';
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dmemset.c20 memset (PTR dest, register int val, register size_t len) argument
23 while (len-- > 0)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddummy_read.c14 /* size_t len;
57 ssize_t dummy_read(int fd, void *unused_buf, size_t len, argument
61 msg_info("dummy_read: fd %d, len %lu", fd, (unsigned long) len);
/netbsd-6-1-5-RELEASE/tests/lib/libc/arch/powerpc/
H A Dexec_prot_support.c43 size_t len = sizeof(execprot); local
45 if (sysctlbyname("machdep.execprot", &execprot, &len, NULL, 0) < 0)
/netbsd-6-1-5-RELEASE/sys/net/
H A Dnet_osdep.h307 #define ovbcopy(src, dst, len) memmove((dst), (src), (len))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dcts128.c33 size_t len, const void *key,
39 if (len <= 16) return 0;
41 if ((residue=len%16) == 0) residue = 16;
43 len -= residue;
45 CRYPTO_cbc128_encrypt(in,out,len,key,ivec,block);
47 in += len;
48 out += len;
56 return len+residue;
60 size_t len, const void *key,
66 if (len < 1
32 CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
59 CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
87 CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) argument
119 CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) argument
150 CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
187 CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
230 CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) argument
264 CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) argument
339 test_vector(const unsigned char *vector,size_t len) argument
382 test_nistvector(const unsigned char *vector,size_t len) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrndup.c46 size_t len = strnlen (old, sz); local
47 char *t = malloc(len + 1);
50 memcpy (t, old, len);
51 t[len] = '\0';
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Denc_writ.c80 int DES_enc_write(int fd, const void *_buf, int len, argument
112 if (len > MAXWRITE)
115 for (i=0; i<len; i+=k)
118 ((len-i) > MAXWRITE)?MAXWRITE:(len-i),sched,iv);
129 l2n(len,p);
132 if (len < 8)
135 memcpy(shortbuf,buf,len);
136 RAND_pseudo_bytes(shortbuf+len, 8-len);
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/clib/
H A Dmmap.c11 * This function fakes mmap() by reading `len' bytes from the file descriptor
23 mmap(char *addr, size_t len, int prot, int flags, int fd, off_t off) argument
27 if ((ptr = (char *)malloc(len)) == 0)
29 if (read(fd, ptr, len) < 0) {
42 munmap(char *addr, size_t len) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dcontext_p.h32 #define CTXMALLOC(len) ctx->malloc(ctx->arg, (len))
33 #define CTXFREE(addr, len) ctx->free(ctx->arg, (addr), (len))
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgethostname.c35 gethostname (char *name, size_t len) argument
42 if (len > sizeof (uts.nodename))
46 len = sizeof (uts.nodename);
48 strncpy (name, uts.nodename, len);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20060910-1.c16 unsigned len; local
17 for (len = 0; len < 6; len++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr42667.c5 void WriteTextDots(int len);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/
H A Dempty.cc30 const size_t len = 5; local
31 typedef std::tr1::array<int, len> array_type;
39 const size_t len = 0; local
40 typedef std::tr1::array<int, len> array_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20060910-1.c16 unsigned len; local
17 for (len = 0; len < 6; len++)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dstrdup.c52 size_t len; local
56 len = strlen(str) + 1;
57 if ((copy = alloc(len)) == NULL)
59 memcpy(copy, str, len);
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrdup.c56 size_t len; local
61 len = strlen(str) + 1;
62 if (!(copy = malloc(len)))
64 memcpy(copy, str, len);

Completed in 374 milliseconds

1234567891011>>