Searched refs:sstrncmp (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/INIT/
H A Dproto.c1387 sstrncmp __PARAM__((register const char* s, register const char* t, register int n), (s, t, n)) __OTORP__(register const char* s; register const char* t; register int n;){
1585 if (c == item[i].data[0] && size == item[i].size && !sstrncmp( name, item[i].data, size))
1748 if ((x = notice->item[19].data) && sstrncmp( t, x, 4) < 0)
1750 if ((x = notice->item[17].data) && sstrncmp( x, t, 4) < 0)
2035 if (n == notice.id[i].name.size && !sstrncmp( x, notice.id[i].name.data, n))
2592 if (q || item.size == notice.id[i].name.size && !sstrncmp( item.data, notice.id[i].name.data, item.size))
3136 if ((flags & (1L<<5)) && *proto->tp == 's' && !sstrncmp( proto->tp, "static", 6))
3142 if (*proto->tp == '_' && !sstrncmp( proto->tp, "__STDPP__directive", 6)) c = '#';
3257 if (!(flags & (1L<<21)) && (flags & ((1L<<3)|(1L<<25))) != (1L<<3) && !sstrncmp( proto->tp, "else", 4))
3264 if (!sstrncmp( prot
[all...]
/ast/src/lib/libpp/
H A Dppproto.c240 #define strncmp(s,t,n) sstrncmp(s,t,n)
260 sstrncmp(register const char* s, register const char* t, register int n) function

Completed in 17 milliseconds