Lines Matching refs:s
4 Linux beats them ALL! While all other OS's are TALKING about direct
72 FQCLASSN=`echo $FQCLASS | sed -e 's/^.*\.\([^.]*\)$/\1/'`
73 FQCLASSP=`echo $FQCLASS | sed -e 's-\.-/-g' -e 's-^[^/]*$--' -e 's-/[^/]*$--'`
92 CLASSBASE=`echo $CLASSDIR | sed -e "s.$FQCLASSP$.."`
100 CLASSBASE=`echo $CLASSDIR | sed -e "s.$FQCLASSP$.."`
121 CLASS=`ls --color=no -l $CLASS | sed -e 's/^.* \([^ ]*\)$/\1/'`
178 /* From Sun's Java VM Specification, as tag entries in the constant pool. */
194 #define seek_error() error("%s: Cannot seek\n", program)
195 #define corrupt_error() error("%s: Class file corrupt\n", program)
196 #define eof_error() error("%s: Unexpected end of file\n", program)
197 #define utf8_error() error("%s: Only ASCII 1-255 supported\n", program);
285 error("%s: Missing input file\n", program);
288 error("%s: Error opening %s\n", program, argv[1]);
295 error("%s: Out of memory for constant pool\n", program);