Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HEXCHAR
usr/src/cmd/sendmail/src/mime.c
1290
if (c1 == '\n' || (c1 = HEXCHAR(c1)) == -1)
usr/src/cmd/sendmail/src/mime.c
1304
} while ((c2 = HEXCHAR(c2)) == -1);