Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dchat.c59 static int getdigit(char **, int, int);
104 getdigit(char **ptr, int base, int max) in getdigit() function
189 *r++ = getdigit(&q, 16, 2); in read_chat()
194 *r++ = getdigit(&q, 8, 3); in read_chat()