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