Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isunary
usr/src/lib/cfgadm_plugins/ib/common/cfga_conf.h
61
#define isunary(ch) ((ch) == '~' || (ch) == '-')
usr/src/lib/cfgadm_plugins/usb/common/cfga_configfile.c
33
#define isunary(ch) ((ch) == '~' || (ch) == '-')
usr/src/uts/common/sys/kobj_lex.h
47
#define isunary(ch) ((ch) == '~' || (ch) == '-')