Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c588 int i, len_total, len_path, len_name, skip; in common_false_positive() local
598 len_path = strlen(path); in common_false_positive()
605 if (strncmp(get_filename(), path, len_path) == 0 && in common_false_positive()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c348 uint_t len_path; /* processed path before symlink */ in audit_symlink() local
398 len_path = cp - pnp->pn_buf; in audit_symlink()
401 if (len_path) { in audit_symlink()