xcstrncmp
# define xcstrncmp(s, t, n) wcsncmp((s), (t), (n))
# define xcstrncmp(s, t, n) strncmp((s), (t), (n))