Home
last modified time | relevance | path

Searched defs:hexchars (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di386-stub.c114 static const char hexchars[]="0123456789abcdef"; variable
H A Dm68k-stub.c141 static const char hexchars[]="0123456789abcdef"; variable
H A Dsparc-stub.c104 static const char hexchars[]="0123456789abcdef"; variable
H A Dm32r-stub.c114 static const unsigned char hexchars[] = "0123456789abcdef"; variable
H A Dsh-stub.c279 static const char hexchars[] = "0123456789abcdef"; variable
H A Dtracepoint.c2602 static const char hexchars[] = "0123456789abcdef"; variable
H A Dremote.c1178 static const char hexchars[] = "0123456789abcdef"; variable
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.c154 static const char hexchars[] = "0123456789abcdef"; variable
/openbsd-src/usr.sbin/pppd/
H A Dmain.c1389 static char hexchars[] = "0123456789abcdef"; global() local
/openbsd-src/usr.sbin/pppd/chat/
H A Dchat.c1472 static char hexchars[] = "0123456789abcdef"; global() local
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c1789 #define hexchars "0123456789abcdef" macro