Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c541 uint_t stringsize; member
632 hdr.stringsize = stroff; in dumpsymtable()
786 (base + hdr.stringsize - sizeof (*baseep)); in initsymtable()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c197 int stringsize; /* Device name size. */ in open_node() local
235 stringsize = strlen(prefix) + strlen(device) + strlen(suffix) + 2; in open_node()
236 path = malloc(stringsize); in open_node()
239 (void) snprintf(path, stringsize, format, prefix, device, suffix); in open_node()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c267 static long stringsize; variable
824 stringsize = 0; in main()
1671 stringsize = (long)dirp->d_reclen - in main()
3007 stringsize = STRINGSIZE(dirp); in getdirslot()
3017 stringsize = STRINGSIZE(dirp); in getdirslot()
3035 stringsize = STRINGSIZE(dirp); in getdirslot()
3068 stringsize = STRINGSIZE(dirp); in getdirslot()
3084 stringsize = STRINGSIZE(dirp); in getdirslot()
3454 maxchars = stringsize - 1; in puta()
3888 stringsize = STRINGSIZE(dirp); in fprnt()