Home
last modified time | relevance | path

Searched refs:RLK (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/truss/
H A Dprint.h73 #define RLK 31 /* print readlink buffer */ macro
H A Dsystable.c244 {"readlinkat", 4, DEC, NOV, ATC, STG, RLK, UNS}, /* 22 */
312 {"readlink", 3, DEC, NOV, STG, RLK, UNS}, /* 90 */
431 {"resolvepath", 3, DEC, NOV, STG, RLK, DEC}, /* 209 */
549 {"readlinkat", 4, DEC, NOV, ATC, STG, RLK, UNS}, /* 0 */
550 {"readlink", 4, DEC, NOV, HID, STG, RLK, UNS}, /* 1 */
H A Dactions.c903 (stp->arg[i] == RLK && !pri->Errno && pri->Rval1 > 0)) { in showpaths()
906 (stp->arg[i] == RLK)? (int)pri->Rval1 : PATH_MAX; in showpaths()