Searched defs:strncmp (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppproto.c | 239 #undef strncmp macro 240 #define strncmp(s,t,n) sstrncmp(s,t,n) macro 256 * environmentally safe strncmp() 870 if ((flags & EXTERN) && *proto->tp == 's' && !strncmp(proto->tp, "static", 6)) 876 if (*proto->tp == '_' && !strncmp(proto->tp, "__STDPP__directive", 6)) c = '#'; 991 if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else", 4)) 998 if (!strncmp(proto->tp, "extern", 6)) 1002 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "for", 3)) 1012 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0)) 1022 if (!(flags & RECURSIVE) && !strncmp(prot [all...] |
Completed in 37 milliseconds