Home
last modified time | relevance | path

Searched refs:htoi (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libskey/
H A Dskeysubr.c244 if ((val = htoi(*in++)) == -1) in atob8()
250 if ((val = htoi(*in++)) == -1) in atob8()
273 htoi(int c) in htoi() function
H A Dskey.h85 int htoi(int);
/openbsd/usr.bin/lex/
H A Dmisc.c361 htoi(unsigned char str[]) in htoi() function
628 esc_char = htoi(array + 2); in myesc()
H A Dflexdef.h863 extern int htoi PROTO ((u_char[]));