Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dnodes.c.pat50 int stringsize; /* size of strings in node */
87 sz.stringsize = 0;
89 fn = ckmalloc(sz.blocksize + sz.stringsize);
/freebsd-14.2/sbin/restore/
H A Dsymtab.c426 int32_t stringsize; member
507 hdr.stringsize = stroff; in dumpsymtable()
596 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry)); in initsymtable()