Searched refs:ustrcmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h639 static inline int ustrcmp (const unsigned char *, const unsigned char *);
651 ustrcmp (const unsigned char *s1, const unsigned char *s2) function
H A Dpch.c293 return ustrcmp (NODE_NAME (x), NODE_NAME (y));
510 int cmp = ustrcmp (first, NODE_NAME (nl.defs[i]));
H A Dlex.c77 return !ustrcmp (NODE_NAME (token->val.node), (const uchar *) string);

Completed in 65 milliseconds