OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isodigit
usr.bin/printf/printf.c
57
#define isodigit(c) ((c) >= '0' && (c) <= '7')
usr.sbin/btrace/printf.c
64
#define isodigit(c) ((c) >= '0' && (c) <= '7')