Home
last modified time | relevance | path

Searched refs:LSZ (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Dlintodev.c36 static char devtty[5+LSZ+1] = "/dev/xxxxxxxx";
41 char linename[LSZ]; in lintodev()
44 strncpy(&devtty[5], linename, LSZ);
H A Ddevtolin.c47 char tname[LSZ]; /* linename */
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h80 #define LSZ (MAX_SRCH_DEPTH * sizeof (utdummy.ut_line)) macro
81 #define MAX_DEV_PATH (LSZ + 5) /* max len of abs line name path */
H A Dacctcon.c59 char tline[LSZ]; /* /dev/... */
78 char sname[LSZ]; /* reasons for ACCOUNTING records */
448 return (strncmp(t1->tline, t2->tline, LSZ)); in tcmp()
H A Dacctcon1.c59 char tline[LSZ]; /* /dev/... */
72 char sname[LSZ]; /* reasons for ACCOUNTING records */