Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/aw/
H A Daw.c167 static const size_t sys_inc_len = sizeof (SYS_INC) - 1; in copyuntil_path() local
227 } else if ((sys_inc_len < bufcnt) && in copyuntil_path()
228 (strncmp(bufptr, SYS_INC, sys_inc_len) == 0)) { in copyuntil_path()
229 bufptr += sys_inc_len; in copyuntil_path()
230 bufcnt -= sys_inc_len; in copyuntil_path()