/external/strace/tests/ |
pread64-pwrite64.c | 138 static const char w_c[] = "0123456789abcde"; local 139 const unsigned int w_len = LENGTH_OF(w_c); 140 const char *w_d = hexdump_strdup(w_c); 141 const void *w = tail_memdup(w_c, w_len); 179 w_c, w_len, rc, w_d, w_c);
|
read-write.c | 149 static const char w_c[] = "0123456789abcde"; local 150 const unsigned int w_len = LENGTH_OF(w_c); 151 const char *w_d = hexdump_strdup(w_c); 152 const void *w = tail_memdup(w_c, w_len); 185 w_c, w_len, rc, w_d, w_c);
|
/external/strace/tests-m32/ |
pread64-pwrite64.c | 138 static const char w_c[] = "0123456789abcde"; local 139 const unsigned int w_len = LENGTH_OF(w_c); 140 const char *w_d = hexdump_strdup(w_c); 141 const void *w = tail_memdup(w_c, w_len); 179 w_c, w_len, rc, w_d, w_c);
|
read-write.c | 149 static const char w_c[] = "0123456789abcde"; local 150 const unsigned int w_len = LENGTH_OF(w_c); 151 const char *w_d = hexdump_strdup(w_c); 152 const void *w = tail_memdup(w_c, w_len); 185 w_c, w_len, rc, w_d, w_c);
|
/external/strace/tests-mx32/ |
pread64-pwrite64.c | 138 static const char w_c[] = "0123456789abcde"; local 139 const unsigned int w_len = LENGTH_OF(w_c); 140 const char *w_d = hexdump_strdup(w_c); 141 const void *w = tail_memdup(w_c, w_len); 179 w_c, w_len, rc, w_d, w_c);
|
read-write.c | 149 static const char w_c[] = "0123456789abcde"; local 150 const unsigned int w_len = LENGTH_OF(w_c); 151 const char *w_d = hexdump_strdup(w_c); 152 const void *w = tail_memdup(w_c, w_len); 185 w_c, w_len, rc, w_d, w_c);
|