1*2020b2b6SRod Evans# 2*2020b2b6SRod Evans# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 3*2020b2b6SRod Evans# 4*2020b2b6SRod Evans# CDDL HEADER START 5*2020b2b6SRod Evans# 6*2020b2b6SRod Evans# The contents of this file are subject to the terms of the 7*2020b2b6SRod Evans# Common Development and Distribution License (the "License"). 8*2020b2b6SRod Evans# You may not use this file except in compliance with the License. 9*2020b2b6SRod Evans# 10*2020b2b6SRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11*2020b2b6SRod Evans# or http://www.opensolaris.org/os/licensing. 12*2020b2b6SRod Evans# See the License for the specific language governing permissions 13*2020b2b6SRod Evans# and limitations under the License. 14*2020b2b6SRod Evans# 15*2020b2b6SRod Evans# When distributing Covered Code, include this CDDL HEADER in each 16*2020b2b6SRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17*2020b2b6SRod Evans# If applicable, add the following below this CDDL HEADER, with the 18*2020b2b6SRod Evans# fields enclosed by brackets "[]" replaced with your own identifying 19*2020b2b6SRod Evans# information: Portions Copyright [yyyy] [name of copyright owner] 20*2020b2b6SRod Evans# 21*2020b2b6SRod Evans# CDDL HEADER END 22*2020b2b6SRod Evans# 23*2020b2b6SRod Evans# Message file for cmd/sgs/libconv/common/audit.c 24*2020b2b6SRod Evans 25*2020b2b6SRod Evans@ MSG_LA_FLG_BINDTO "LA_FLG_BINDTO" 26*2020b2b6SRod Evans@ MSG_LA_FLG_BINDFROM "LA_FLG_BINDFROM" 27*2020b2b6SRod Evans 28*2020b2b6SRod Evans@ MSG_LA_ACT_CONSISTENT "[ LA_ACT_CONSISTENT ]" 29*2020b2b6SRod Evans@ MSG_LA_ACT_ADD "[ LA_ACT_ADD ]" 30*2020b2b6SRod Evans@ MSG_LA_ACT_DELETE "[ LA_ACT_DELETE ]" 31*2020b2b6SRod Evans 32*2020b2b6SRod Evans@ MSG_LA_SER_ORIG "LA_SER_ORIG" 33*2020b2b6SRod Evans@ MSG_LA_SER_LIBPATH "LA_SER_LIBPATH" 34*2020b2b6SRod Evans@ MSG_LA_SER_RUNPATH "LA_SER_RUNPATH" 35*2020b2b6SRod Evans@ MSG_LA_SER_DEFAULT "LA_SER_DEFAULT" 36*2020b2b6SRod Evans@ MSG_LA_SER_CONFIG "LA_SER_CONFIG" 37*2020b2b6SRod Evans@ MSG_LA_SER_SECURE "LA_SER_SECURE" 38*2020b2b6SRod Evans 39*2020b2b6SRod Evans@ MSG_LA_SYMB_NOPLTENTER "LA_SYMB_NOPLTENTER" 40*2020b2b6SRod Evans@ MSG_LA_SYMB_NOPLTEXIT "LA_SYMB_NOPLTEXIT" 41*2020b2b6SRod Evans@ MSG_LA_SYMB_STRUCTCALL "LA_SYMB_STRUCTCALL" 42*2020b2b6SRod Evans@ MSG_LA_SYMB_DLSYM "LA_SYMB_DLSYM" 43*2020b2b6SRod Evans@ MSG_LA_SYMB_ALTVALUE "LA_SYMB_ALTVALUE" 44*2020b2b6SRod Evans 45*2020b2b6SRod Evans@ MSG_GBL_ZERO "0" 46*2020b2b6SRod Evans@ MSG_GBL_NULL "" 47