FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
issep
usr.sbin/ppp/defs.c
57
#define issep(c) ((c) == '\t' || (c) == ' ')
usr.sbin/ppp/ipcp.c
101
#define issep(ch) ((ch) == ' ' || (ch) == '\t')
usr.sbin/ppp/systems.c
46
#define issep(ch) ((ch) == ' ' || (ch) == '\t')