Home
last modified time | relevance | path

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

/illumos-gate/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)) __O… 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…
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"…
3264 if (!sstrncmp( proto->tp, "extern", 6))
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/contrib/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) in sstrncmp() function