Searched refs:buf (Results 126 - 150 of 3827) sorted by relevance

1234567891011>>

/external/jmdns/src/javax/jmdns/impl/
H A DDNSMessage.java224 StringBuffer buf = new StringBuffer(200);
225 buf.append(this.toString());
226 buf.append("\n");
228 buf.append("\tquestion: ");
229 buf.append(question);
230 buf.append("\n");
233 buf.append("\tanswer: ");
234 buf.append(answer);
235 buf.append("\n");
238 buf
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-s390x.c120 void transfer_register (ThreadId tid, int abs_regno, void * buf, argument
134 case 1: VG_(transfer) (&s390x->guest_IA, buf, dir, size, mod); break;
135 case 2: VG_(transfer) (&s390x->guest_r0, buf, dir, size, mod); break;
136 case 3: VG_(transfer) (&s390x->guest_r1, buf, dir, size, mod); break;
137 case 4: VG_(transfer) (&s390x->guest_r2, buf, dir, size, mod); break;
138 case 5: VG_(transfer) (&s390x->guest_r3, buf, dir, size, mod); break;
139 case 6: VG_(transfer) (&s390x->guest_r4, buf, dir, size, mod); break;
140 case 7: VG_(transfer) (&s390x->guest_r5, buf, dir, size, mod); break;
141 case 8: VG_(transfer) (&s390x->guest_r6, buf, dir, size, mod); break;
142 case 9: VG_(transfer) (&s390x->guest_r7, buf, di
[all...]
/external/clang/test/Analysis/
H A Dexercise-ps.c18 static void f2(void *buf) { argument
21 memcpy((&x[1]), (buf), 1); // expected-warning{{implicitly declaring library function 'memcpy' with type 'void *(void *, const void *}} \
/external/compiler-rt/lib/tsan/go/
H A Dtest.c34 char buf[10]; variable
39 __tsan_malloc(0, buf, 10, 0);
40 __tsan_release(0, buf);
41 __tsan_release_merge(0, buf);
43 __tsan_write(1, buf, 0);
44 __tsan_acquire(1, buf);
46 __tsan_read(0, buf, 0);
47 __tsan_free(buf);
/external/dhcpcd/compat/
H A Dgetline.c41 getline(char ** __restrict buf, size_t * __restrict buflen, argument
47 if (buf == NULL || buflen == NULL) {
51 if (*buf == NULL)
58 if (*buf == NULL || bytes != 0) {
60 newbuf = realloc(*buf, newlen);
63 *buf = newbuf;
66 p = *buf + bytes;
71 } while (bytes == 0 || *(*buf + (bytes - 1)) != '\n');
/external/dropbear/
H A Drandom.h32 void genrandom(unsigned char* buf, int len);
33 void addrandom(unsigned char* buf, int len);
/external/e2fsprogs/lib/e2p/
H A Dgetflags.c32 struct stat buf; local
35 if (fstat (fd, &buf) == -1)
40 if (buf.st_flags & UF_IMMUTABLE)
44 if (buf.st_flags & UF_APPEND)
48 if (buf.st_flags & UF_NODUMP)
57 if (!fstat(fd, &buf) &&
58 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
/external/elfutils/libebl/
H A Deblmachineflagname.c61 ebl_machine_flag_name (ebl, flags, buf, len)
64 char *buf;
73 char *cp = buf;
82 if (cp + 1 >= buf + len)
91 snprintf (cp, buf + len - cp, "%#x", flags);
96 if ((size_t) (buf + len - cp) < machstrlen)
98 *((char *) mempcpy (cp, machstr, buf + len - cp - 1)) = '\0';
108 res = buf;
/external/libmtp/src/
H A Dutil.h26 void data_dump(FILE *f, void *buf, uint32_t nbytes);
27 void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry);
/external/openssh/openbsd-compat/
H A Dbsd-statvfs.c24 int statvfs(const char *path, struct statvfs *buf) argument
32 int fstatvfs(int fd, struct statvfs *buf) argument
/external/openssl/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ],buff[BUFSIZ]; local
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
123 DES_string_to_key(buf,key);
124 OPENSSL_cleanse(buf,BUFSIZ);
133 char buf[BUFSIZ],buff[BUFSIZ]; local
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
136 DES_string_to_2keys(buf,key1,key2);
137 OPENSSL_cleanse(buf,BUFSIZ);
/external/ppp/pppd/
H A Dmagic.h49 void random_bytes __P((unsigned char *buf, int len));
/external/stlport/test/eh/
H A Dtest_algo.cpp87 test_stable_partition( const SortBuffer& buf )
88 : orig( buf ), partitionPoint(SortClass::kRange / 2) {
92 void operator()( SortBuffer& buf ) const
96 SortClass* d = EH_STD::stable_partition( buf.begin(), buf.end(), throw_cmp );
113 for ( const SortClass* p = buf.begin(); p != buf.end(); p++ )
117 if ( p != buf.begin() && p->value() == p[-1].value() ) {
139 void assert_sorted_version( const SortBuffer& orig, const SortBuffer& buf );
144 EFFECTS: Asserts that buf i
257 SortBuffer buf; local
[all...]
/external/tcpdump/
H A Ddecode_prefix.h36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, char *buf, u_int buflen);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.h12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.h12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.h12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DHeapCharBufferTest.java25 buf = CharBuffer.allocate(BUFFER_LENGTH);
26 loadTestData1(buf);
27 baseBuf = buf;
32 buf = null;
H A DHeapDoubleBufferTest.java23 buf = DoubleBuffer.allocate(BUFFER_LENGTH);
24 loadTestData1(buf);
25 baseBuf = buf;
30 buf = null;
H A DHeapFloatBufferTest.java23 buf = FloatBuffer.allocate(BUFFER_LENGTH);
24 loadTestData1(buf);
25 baseBuf = buf;
30 buf = null;
H A DHeapIntBufferTest.java23 buf = IntBuffer.allocate(BUFFER_LENGTH);
24 loadTestData1(buf);
25 baseBuf = buf;
30 buf = null;
H A DHeapLongBufferTest.java23 buf = LongBuffer.allocate(BUFFER_LENGTH);
24 loadTestData1(buf);
25 baseBuf = buf;
30 buf = null;
H A DHeapShortBufferTest.java23 buf = ShortBuffer.allocate(BUFFER_LENGTH);
24 loadTestData1(buf);
25 baseBuf = buf;
30 buf = null;
/external/chromium/net/base/
H A Dnetwork_change_notifier_netlink_linux.h19 bool HandleNetlinkMessage(char* buf, size_t len);
/external/openssh/
H A Droaming_dummy.c39 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
41 return write(fd, buf, count);
45 roaming_read(int fd, void *buf, size_t count, int *cont) argument
49 return read(fd, buf, count);

Completed in 483 milliseconds

1234567891011>>