OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
xcstrcmp
lib/libexpat/tests/common.h
65
# define xcstrcmp(s, t) wcscmp((s), (t))
lib/libexpat/tests/common.h
75
# define xcstrcmp(s, t) strcmp((s), (t))
lib/libexpat/tests/structdata.c
54
# define xcstrcmp(s, t) wcscmp((s), (t))
lib/libexpat/tests/structdata.c
58
# define xcstrcmp(s, t) strcmp((s), (t))