Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlockinst.c55 #define LCKBUFSIZ 128 macro
81 static char lockbuf[LCKBUFSIZ];
100 (void) memset(lockbuf, 0, LCKBUFSIZ); in wrlockdata()