Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dnodes.c.pat48 int stringsize; /* size of strings in node */
85 sz.stringsize = 0;
87 fn = ckmalloc(sz.blocksize + sz.stringsize);
/freebsd/sbin/restore/
H A Dsymtab.c420 int32_t stringsize; member
501 hdr.stringsize = stroff; in dumpsymtable()
590 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry)); in initsymtable()