Home
last modified time | relevance | path

Searched refs:whencearg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dproto.h71 extern const char *whencearg(int);
H A Dexpound.c1688 str = whencearg(flock.l_whence); in show_flock32()
1729 str = whencearg(flock.l_whence); in show_flock64()
H A Dcodes.c2277 whencearg(int arg) in whencearg() function
H A Dprint.c672 const char *s = raw? NULL : whencearg(val); in prt_whn()