Searched refs:oct_str (Results 1 – 3 of 3) sorted by relevance
99 static const char oct_str[] = "01234567"; in print_iov() local110 oct_str + (c >> 6) : "", in print_iov()112 oct_str + ((c >> 3) & 7) : "", in print_iov()