Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgen/common/
H A Dcopylist.c79 copylist64(const char *filenm, off64_t *szptr) in copylist64() argument
87 *szptr = stbuf.st_size; in copylist64()
95 copylist(const char *filenm, off_t *szptr) in copylist() argument
109 *szptr = (off_t)stbuf.st_size; in copylist()