Home
last modified time | relevance | path

Searched refs:sstrlen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c1375 sstrlen __PARAM__((register const char* s), (s)) __OTORP__(register const char* s;){ in __OTORP__()
1598 n = sstrlen( s);
1804 if ((sstrlen( file) + n + 1) <= sizeof(path))
4619 …if (!(proto->flags & (1L<<29)) && file && (m = sstrlen( file)) > 2 && file[--m] == 'y' && file[--m…
4875 e = file + sstrlen( file) - 1;
4888 if (((n = sstrlen( copy)) + sstrlen( file) + 2) > sizeof(buf))
5027 if (suffix && sstrlen( suffix) <= 3)
5107 n = sstrlen( b);
5164 write(2, b, sstrlen( b));
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c238 #define strlen(s) sstrlen(s)
247 sstrlen(register const char* s) in sstrlen() function