Lines Matching defs:opath
828 is_path_secure(char *opath, Rt_map *clmp, uint_t info, uint_t flags)
852 str = strrchr(opath, '/');
868 ((*opath == '/') && (str != opath) &&
877 if (str == opath)
882 if ((size = str - opath) >= PATH_MAX)
885 (void) strncpy(buffer, opath, size);
912 if (((info & LA_SER_LIBPATH) == 0) && (*opath == '/') &&
926 else if (pnavl_recorded(&spavl, opath, 0, NULL)) {
927 DBG_CALL(Dbg_libs_insecure(lml, opath, 1));
931 npath = (char *)opath;
954 opath);
957 opath);
973 opath, NAME(clmp));
979 opath);
983 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), opath,
989 DBG_CALL(Dbg_libs_insecure(lml, opath, 0));
992 (void) printf(MSG_INTL(MSG_LDD_PTH_IGNORE), opath);