Searched defs:stringsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c565 uint_t stringsize; member in struct:symtableheader
658 hdr.stringsize = stroff;
805 (base + hdr.stringsize - sizeof (*baseep));
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c197 int stringsize; /* Device name size. */ local
235 stringsize = strlen(prefix) + strlen(device) + strlen(suffix) + 2;
236 path = malloc(stringsize);
239 (void) snprintf(path, stringsize, format, prefix, device, suffix);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c277 static long stringsize; variable
834 stringsize = 0;
1681 stringsize = (long)dirp->d_reclen -
3017 stringsize = STRINGSIZE(dirp);
3027 stringsize = STRINGSIZE(dirp);
3045 stringsize = STRINGSIZE(dirp);
3078 stringsize = STRINGSIZE(dirp);
3094 stringsize = STRINGSIZE(dirp);
3464 maxchars = stringsize - 1;
3898 stringsize
[all...]

Completed in 62 milliseconds