Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c97 int strngloc; variable
321 strngloc = 0; in check()
438 if (strngloc + nmlen + 1 > MAX_STRNGTAB_INDEX()) { in pass2()
445 hp->h_name_index = strngloc; in pass2()
446 (void) strcpy(&strngtab[strngloc], dp->d_name); in pass2()
447 strngloc += nmlen + 1; in pass2()
/titanic_44/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c89 int strngloc; variable
369 strngloc = 0; in check()
478 if (strngloc + nmlen + 1 > MAX_STRNGTAB_INDEX()) { in pass2()
485 hp->h_name_index = strngloc; in pass2()
486 (void) strcpy(&strngtab[strngloc], dp->d_name); in pass2()
487 strngloc += nmlen + 1; in pass2()