Searched refs:ustrcmp (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | internal.h | 740 static inline int ustrcmp (const unsigned char *, const unsigned char *); 752 ustrcmp (const unsigned char *s1, const unsigned char *s2) in ustrcmp() function
|
| HD | pch.c | 297 return ustrcmp (NODE_NAME (x), NODE_NAME (y)); in comp_hashnodes() 673 int cmp = ustrcmp (first, NODE_NAME (nl.defs[i])); in cpp_valid_state()
|
| HD | macro.c | 3016 && ustrcmp (NODE_NAME (node), (const uchar *) "__STDC_FORMAT_MACROS") in _cpp_create_definition() 3021 && ustrcmp (NODE_NAME (node), (const uchar *) "__STDC_LIMIT_MACROS") in _cpp_create_definition() 3022 && ustrcmp (NODE_NAME (node), (const uchar *) "__STDC_CONSTANT_MACROS")) in _cpp_create_definition()
|
| HD | lex.c | 79 return !ustrcmp (NODE_NAME (token->val.node.node), (const uchar *) string); in cpp_ideq()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | internal.h | 775 static inline int ustrcmp (const unsigned char *, const unsigned char *); 787 ustrcmp (const unsigned char *s1, const unsigned char *s2) in ustrcmp() function
|
| HD | pch.c | 308 return ustrcmp (NODE_NAME (x), NODE_NAME (y)); in comp_hashnodes() 686 int cmp = ustrcmp (first, NODE_NAME (nl.defs[i])); in cpp_valid_state()
|
| HD | macro.c | 3535 && ustrcmp (NODE_NAME (node), (const uchar *) "__STDC_FORMAT_MACROS") in _cpp_create_definition() 3540 && ustrcmp (NODE_NAME (node), (const uchar *) "__STDC_LIMIT_MACROS") in _cpp_create_definition() 3541 && ustrcmp (NODE_NAME (node), (const uchar *) "__STDC_CONSTANT_MACROS")) in _cpp_create_definition()
|
| HD | lex.c | 78 return !ustrcmp (NODE_NAME (token->val.node.node), (const uchar *) string); in cpp_ideq()
|