Searched refs:sys_inc_len (Results 1 – 1 of 1) sorted by relevance
167 static const size_t sys_inc_len = sizeof (SYS_INC) - 1; in copyuntil_path() local227 } 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()