Searched refs:rpath_copy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c868 char rpath_copy[MAXPATHLEN]; /* copy of original rpath */ local
914 (void) snprintf(rpath_copy, sizeof (rpath_copy), "%s/", rpath);
915 if (strncmp(path_copy, rpath_copy,
916 min(strlen(path_copy), strlen(rpath_copy))) == 0) {

Completed in 64 milliseconds