Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/truss/
H A Dactions.c905 int maxleng = in showpaths() local
916 maxleng > PATH_MAX ? PATH_MAX : maxleng); in showpaths()
H A Dmain.c2278 fetchstring(private_t *pri, long addr, int maxleng) in fetchstring() argument
2290 for (nbyte = 40; nbyte == 40 && leng < maxleng; addr += 40) { in fetchstring()
2304 if (leng > maxleng) in fetchstring()
2305 leng = maxleng; in fetchstring()