Home
last modified time | relevance | path

Searched refs:oct_str (Results 1 – 3 of 3) sorted by relevance

/external/strace/tests-m32/
Dprocess_vm_readv_writev.c99 static const char oct_str[] = "01234567"; in print_iov() local
110 oct_str + (c >> 6) : "", in print_iov()
112 oct_str + ((c >> 3) & 7) : "", in print_iov()
/external/strace/tests-mx32/
Dprocess_vm_readv_writev.c99 static const char oct_str[] = "01234567"; in print_iov() local
110 oct_str + (c >> 6) : "", in print_iov()
112 oct_str + ((c >> 3) & 7) : "", in print_iov()
/external/strace/tests/
Dprocess_vm_readv_writev.c99 static const char oct_str[] = "01234567"; in print_iov() local
110 oct_str + (c >> 6) : "", in print_iov()
112 oct_str + ((c >> 3) & 7) : "", in print_iov()