Home
last modified time | relevance | path

Searched refs:sstrncmp (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/contrib/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;){ in __OTORP__()
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...]
/titanic_51/usr/src/lib/libnisdb/
H A Dldap_util.h110 int sstrncmp(const char *s1, const char *s2, int n);
H A Dldap_util.c649 sstrncmp(const char *s1, const char *s2, int n) { in sstrncmp() function
H A Dldap_val.c720 if (sstrncmp(val->val[i].value, in getMappingItemVal()
1870 } else if (sstrncmp(*val, tmpstr, len) != 0) { in scanMappingFormat()
/titanic_51/usr/src/lib/libpp/common/
H A Dppproto.c210 #define strncmp(s,t,n) sstrncmp(s,t,n)
230 sstrncmp(register const char* s, register char* t, register int n) in sstrncmp() function
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c242 #define strncmp(s,t,n) sstrncmp(s,t,n)
262 sstrncmp(register const char* s, register const char* t, register int n) in sstrncmp() function