Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/getty/
Dchat.c62 static int getdigit(unsigned char **, int, int);
107 getdigit(unsigned char **ptr, int base, int max) in getdigit() function
192 *r++ = getdigit(&q, 16, 2); in read_chat()
197 *r++ = getdigit(&q, 8, 3); in read_chat()