Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Da64l.c17 #define ASLASH 47 /* ASCII '/' */ macro
31 if (*s <= ASLASH) in a64l()
32 digit = *s - ASLASH + 1; in a64l()