Lines Matching refs:opath
829 is_path_secure(char *opath, Rt_map *clmp, uint_t info, uint_t flags) in is_path_secure() argument
853 str = strrchr(opath, '/'); in is_path_secure()
869 ((*opath == '/') && (str != opath) && in is_path_secure()
878 if (str == opath) in is_path_secure()
883 if ((size = str - opath) >= PATH_MAX) in is_path_secure()
886 (void) strncpy(buffer, opath, size); in is_path_secure()
913 if (((info & LA_SER_LIBPATH) == 0) && (*opath == '/') && in is_path_secure()
927 else if (pnavl_recorded(&spavl, opath, 0, NULL)) { in is_path_secure()
928 DBG_CALL(Dbg_libs_insecure(lml, opath, 1)); in is_path_secure()
932 npath = (char *)opath; in is_path_secure()
955 opath); in is_path_secure()
958 opath); in is_path_secure()
974 opath, NAME(clmp)); in is_path_secure()
980 opath); in is_path_secure()
984 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), opath, in is_path_secure()
990 DBG_CALL(Dbg_libs_insecure(lml, opath, 0)); in is_path_secure()
993 (void) printf(MSG_INTL(MSG_LDD_PTH_IGNORE), opath); in is_path_secure()