1 2 $quote " 3 4 5 $set 1 6 $ 7 $ CDDL HEADER START 8 $ 9 $ The contents of this file are subject to the terms of the 10 $ Common Development and Distribution License (the "License"). 11 $ You may not use this file except in compliance with the License. 12 $ 13 $ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 $ or http://www.opensolaris.org/os/licensing. 15 $ See the License for the specific language governing permissions 16 $ and limitations under the License. 17 $ 18 $ When distributing Covered Code, include this CDDL HEADER in each 19 $ file and include the License file at usr/src/OPENSOLARIS.LICENSE. 20 $ If applicable, add the following below this CDDL HEADER, with the 21 $ fields enclosed by brackets "[]" replaced with your own identifying 22 $ information: Portions Copyright [yyyy] [name of copyright owner] 23 $ 24 $ CDDL HEADER END 25 $ 26 $ Copyright 1996 Sun Microsystems, Inc. All rights reserved. 27 $ Use is subject to license terms. 28 $ 29 $ 30 89 "ulimit() failed: %s" 31 90 "Couldn't open standard out temp file `%s': %s" 32 91 "Couldn't open standard error temp file `%s': %s" 33 92 "Could not load `/usr/bin/nice': %s" 34 93 "Could not load Shell from `%s': %s" 35 94 "fork failed: %s" 36 95 "Command `%s' has more than %d arguments" 37 96 "Cannot load command `%s': %s" 38 97 "fork failed: %s" 39 98 "wait() failed: %s" 40 99 "Could not open filter file for -X" 41 100 "Could not stat filter file for -X" 42 101 "\n**** Error: Directory %s Target %s:\n%s\n" 43 102 "**** Error: Directory %s Target %s\n" 44 103 "*** Error code %d" 45 104 "*** Error code %d" 46 105 "*** Signal %d" 47 106 "*** Signal %d" 48 107 " - core dumped" 49 108 " - core dumped" 50 109 " (ignored)" 51 110 " (ignored)" 52 111 "Could not run command `%s' for :sh transformation" 53 112 "The command `%s' returned status `%d'" 54 113 "Loop detected when expanding macro value `%s'" 55 114 "'$' at end of string `%s'" 56 115 "'$' at end of line" 57 116 "Unmatched `%c' in string `%s'" 58 117 "Premature EOF" 59 118 "Unmatched `%c' on line" 60 119 "Illegal macro reference `%s'" 61 120 "= missing from replacement macro reference" 62 121 "= missing from replacement macro reference" 63 122 "%% missing from replacement macro reference" 64 123 "%% missing from replacement macro reference" 65 124 "Too many %% in pattern" 66 125 "Conditional macro `%s' referenced on line %d" 67 126 "Out of memory" 68 127 "Error %d" 69 128 "mksh: Fatal error: " 70 129 "Current working directory %s\n" 71 131 "mksh: Fatal error in reader: " 72 133 "Current working directory %s\n" 73 134 "mksh: Warning: " 74 135 "Current working directory %s\n" 75 136 "Internal error. Unknown prop type %d" 76 137 "`cd %s' failed, and conversion of %s to automounter pathname also failed" 77 138 "`cd %s' and `cd %s' both failed" 78 139 "The following command caused the error:\n%s\n" 79 140 "Error reading `%s': Premature EOF" 80 141 "Error reading `%s': %s"