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.c1748 if ((x = notice->item[19].data) && sstrncmp( t, x, 4) < 0)
1750 if ((x = notice->item[17].data) && sstrncmp( x, t, 4) < 0)
3264 if (!sstrncmp( proto->tp, "extern", 6))
3268 if (!(flags & (1L<<21)) && !sstrncmp( proto->tp, "for", 3))
3288 if (!(flags & (1L<<21)) && !sstrncmp( proto->tp, "return", 6))
3295 if ((proto->options & (1L<<6)) && !sstrncmp( proto->tp, "static", 6))
3302 if (!(flags & (1L<<21)) && !sstrncmp( proto->tp, "typedef", 7))
3312 if (!sstrncmp( proto->tp, "void", 4))
3332 if (!(flags & (1L<<21)) && !sstrncmp( proto->tp, "while", 5))
4546 if (pragmas[i].size == z && !sstrncmp( t, pragmas[i].name, z))
[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