File:  [MW Coherent from dump] / coherent / f / bin386 / bin / test
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

Lh�J,(&��!���h@.text���!� .datah@h@�h"@.bss(@(@�X��T��(@RUP�_��P�~����U��}t��+���U��}u��+���U��}|��+���U��}��+���U��}~��+���U��}}��+���U��VW�u�}f�f;u
f�Gf;Ft��+�_^�Ð�U��VW�u�}�G;F��+�_^��U��VW�u�}�G;F|��+�_^��U��+��ÐU��W�}�G%�=`t��+�_�ÐU��W�}�G%�= t��+�_�ÐU��W�}�G%�=@t��+�_�ÐU��W�}�G%�=t��+�_�ÐU��W�}�G%�=�t��+�_�ÐU��W�}f�Gu��+�_�ÐU��W�}f�Gu��+�_�ÐU��W�}f�Gu��+�_�ÐU���Ð�U��W�}�u��+�_�Ð��U��W�}�?t��+�_��U��W�}�?u��+�_��U���u�!YP��Y�u��+��Ð�U��j�u��ÐU��j�u��ÐU��j�u��ÐU��W�u�}�7�:���u�}�G��E�M�+�_�Ð�U��W�u�Y�}�+�_�Ð�PVW�E��E��}
��7�E���G�}��}����}�7hh@j�j������E��t+�}O��}�7�}����}�7���P�U���}����}�7h�@j�������E��tN�}����}�7�>Y�E�=�	�J����}O��}�7�Y�E�=�	�(����E�+E�녋}����}�7h�@j�������E��tY�E�P�}����}�7�(���|�E�P�}O��}�7����}�E���E�P�E�P�U�����E���5�}��}����}�7h�@j�������E��t�}O��}�7�����}����}�7h@j��������E�����E�P�}O��}�7�_����O����E�P�U�Y�E��}�E;�6�u�}O+>��}��E�h

P�����u�}��}�u��+��h
�u�������h
�u��������E��uh
�u��e������}����E��E��~th
�}O��}�7�+���uWj�u�u�EHP�����E���t:�}�EH;~/h
�u�}��+>��}�7�����u�}�������}��}O��}�?�?������E�_^���W�E��}��u�E�P�u�u�}������E���u��W�}�u�}�t��+��E��E�})E�E��|h
�}O��}�7�-���t�E��
�}��M�_��W�E��}��u�E�P�u�u�E������E���u��W�E�})E�}�t
�}�t��+��E��E��|h
�}O��}�7����t�E��
�}��M�_���}u��.j�E�P�u�u�J������E���t�E�;Et���E����U���u�YYP�uj���jh
j�|���u�1YP�uj�e��jh
j�T��h�h"
j�@��h�hj�,��h�hj���j�*��U��Wh��}�7�
���u2h��}O��}�7�s
���th��}�7�"������M�E��P�EHP��������E��uh��}�7��������E_��=!=<><=>=-eq-ne-lt-gt-le-ge-ef-nt-ot-z-n-t-r-w-x-b-c-d-p-f-g-u-K-L-s-e)(!-a-o(-a-o::

Unary primaries:
	-b file		file exists and is a block special file
	-c file		file exists and is a character special file
	-d file		file exists and is a directory
	-e file		file exists
	-f file		file exists and is a regular file
	-g file		file exists and is setgid
	-k file		file exists and has sticky bit set	(not Posix)
	-L file		file is a link				(not Posix)
	-n string	string length is nonzero
	-p file		file exists and is a named pipe (FIFO)
	-r file		file exists and is readable
	-s file		file exists and has nonzero size
	-t fd		fd is the file descriptor of a terminal
	-u file		file exists and is setuid
	-w file		file exists and is writable
	-x file		file exists and is executable
	-z string	string length is zero
	string		string is not the empty string
Unary primaries:
	-b file		file exists and is a block special file
	-c file		file exists and is a character special file
	-d file		file exists and is a directory
	-e file		file exists
	-f file		file exists and is a regular file
	-g file		file exists and is setgid
	-k file		file exists and has sticky bit set	(not Posix)
	-L file		file is a link				(not Posix)
	-n string	string length is nonzero
	-p file		file exists and is a named pipe (FIFO)
	-r file		file exists and is readable
	-s file		file exists and has nonzero size
	-t fd		fd is the file descriptor of a terminal
	-u file		file exists and is setuid
	-w file		file exists and is writable
	-x file		file exists and is executable
	-z string	string length is zero
	string		string is not the empty string
Binary primaries:
	s1 = s2		strings s1 and s2 are identical
	s1 != s2	strings s1 and s2 are not identical
	s1 < s2		string s1 is less than s2		(not Posix)
	s1 > s2		string s1 is greater than s2		(not Posix)
	file1 -ef file2	file1 and file2 are identical		(not Posix)
	n1 -eq n2	numbers n1 and n2 are equal
	n1 -ge n2	number n1 is greater than or equal to n2
	n1 -gt n2	number n1 is greater than n2
	n1 -le n2	number n1 is less than or equal to n2
	n1 -lt n2	number n1 is less than n2
	n1 -ne n2	numbers n1 and n2 are not equal
	file1 -nt file2	file1 is newer than file2		(not Posix)
	file1 -ot file2	file1 is older than file2		(not Posix)
Binary primaries:
	s1 = s2		strings s1 and s2 are identical
	s1 != s2	strings s1 and s2 are not identical
	s1 < s2		string s1 is less than s2		(not Posix)
	s1 > s2		string s1 is greater than s2		(not Posix)
	file1 -ef file2	file1 and file2 are identical		(not Posix)
	n1 -eq n2	numbers n1 and n2 are equal
	n1 -ge n2	number n1 is greater than or equal to n2
	n1 -gt n2	number n1 is greater than n2
	n1 -le n2	number n1 is less than or equal to n2
	n1 -lt n2	number n1 is less than n2
	n1 -ne n2	numbers n1 and n2 are not equal
	file1 -nt file2	file1 is newer than file2		(not Posix)
	file1 -ot file2	file1 is older than file2		(not Posix)
Expression grouping:
	! exp		exp is false
	exp1 -a exp2	exp1 and exp2 are true			(not Posix)
	exp1 -o exp2	exp1 or exp2 is true			(not Posix)
	( exp )		parentheses for grouping		(not Posix)
Expression grouping:
	! exp		exp is false
	exp1 -a exp2	exp1 and exp2 are true			(not Posix)
	exp1 -o exp2	exp1 or exp2 is true			(not Posix)
	( exp )		parentheses for grouping		(not Posix)
[]Missing ']'syntax error�L$�u+�ù����VW�t$�|$+����u
����wB�J��_^Ð�W�|$�����*�������+�_ø!��*Ð���Ð���Ð�,@������Ð���VWS�]+��E�����C�
����i@u��-u	�E����+u��C�����i@tk�
�����0����}�t�������[_^��VWS�]+��E�����C�
����i@u��-u	�E����+u��C�����i@tk�
�����0����}�t�������[_^�Ð��E�Pht�u�o���|��+��ÐU��4@�
4@�~�-0@�0@����
�u�S������U��S��@����=�@r�;t��3�Y��[��6�������VWS�]�C�E��C����u������SS�UY���C
P��Y��t�M��q�@Y�M��yt�q��Y�M��q�"Y+��C���C��[_^�Ð���VWS�]�u8+���@����=�@r!����t��Ct�S�����Y���uھ�����Ӌ��~��C um�C�E��M��C+A���~V�U��r�C
P�|�������;�u$�|�M��C;Au�A�C��C�M��A+���,@��u�,@��K �����[_^���U���u�����U��VWS�]�{uY�=,@�C
P�����Y�u+����|@u�@����hVjS����tjjjS����=,@[_^���U��S�]S����YS�C�Y[��U��VS�]�uV�g���YVS�F�P��[^������n����
��Z���Ð�VWS�=�@t+��8j�JY���E��t �+E�P�1Y���u��@��EH%����E�;Es�E�E���@��@�u���Y�؃��uT�=�@uj��Y�E����t�E�;E�v�E��E���@�E�=���m��E���s��E�뜃=�@u��@�Ë���@��@�1;�@u���E��{��@���@�����~�^��@�E��������E���@������~�[_^���VWS�}���E��H����E�;E����@�E���@+��E��M���������u�t�����C�����t�΋ًǃ������
�@;}�s�σ���Ë����먋E�+��ǃ�s�����E��ã�@��E����E���@�
�@�9��@�C�1;�@tjh�@j�
������n�u�����Y��(���+�[_^�Ð�U��VWS�}t?�E���؋3��sjh
@j�������#���������;�@u��@[_^��U��W�}�O �����_�Ð�VS�]�u�F u=�ÈE�j�E�P�F
P�]�������u�E���,@��u�,@��N �����[^��U��W�}�O �����_�ÐU��VS�]�{t
���E��t�}u�u�����Y�E�t؀K�s�E�t��tU��@t<뾋C�C�F� �uS�q��E�C�F���E�F�EE�F�)�K@�C�F!�E�πK�C�h �F��Ct���Ct�F��+�[^��U��VWS�]�ujj�C
P�"�������t�u+����+�����[_^����������?�������
$@L$��������D$�$@���ø�������D$�$@3��U��VS�]���������jj�7��jV����S����Y[^�Ð�U��VWS�]�}oS�U���Y�ux�=�@��@th|@�7���Y�s�F+FP�v�C
P�������u4�,@��u�,@��K ����F�{�C���;u�K�����[_^���VWS�]�=�@��@th|@����Yj�E�P�C
P��������u�E��)�u�K��,@��u�,@��K �����[_^��U��VWS�]�u�~�}V�Y�t�������G+GH��N�F�����[_^��U��VWS�]�E�����{�C;GuS�����Y�u�K�C�E�����
uS�����Y�t��������[_^���������%��������������L$�/�L$�"�L$��L$��L$�"�0��=������U��VS�]�s�C�tS�Y�F;Cw	S����Y�0j�C+FP�C
P����������u�������C�F�+�[^���	��	��	��	�	$�	8�	��	��	��	�	$�	8�	L�	x�	��	��	�	 �	D�	T�	d�	��	��	�	,�	P�	t�	��	��	�
�
�         (((((                  H���������������������� �@
�@
�@
������l@|@�@Bad pointer in malloc.
Bad pointer in free.
8@.text�.datah@.bss(@.text�.datah@.bss,@.text�.datah@.bss,@.text�.datah@.bss,@.text.datah@.bss,@.text.datah@.bss,@.text(.datah@.bss,@.text<.datah@.bss,@.textL.datah@.bss,@.text�.datah@.bss,@.text.datah@.bss,@.textD.datah@.bss,@.textD.datal@.bss,@.textx.datal@.bss,@.text�.datal@.bss,@.text�.datal@.bss,@.text4.datal@.bss,@.text.datal@.bss,@.text.datal@.bss,@.text.data�@.bss,@.text�.data�@.bss,@.text�.data�@.bss,@.text�.data�@.bss,@.text�.data$@.bss,@.text�.data$@.bss,@.text�.data$@.bss,@.text.data$@.bss,@.text$.data$@.bss,@.text8.data$@.bss,@.textL.data$@.bss,@landsend$@.text�.data(@.bss,@.text�.data(@.bss,@.texth .data(@.bss,@.text� .data(@.bss,@.text!.data(@.bss,@.textp!.data(@.bss,@.text�!.data(@.bss,@.text�!.data(@.bss,@.text�!.data(@.bss,@".text".data(@.bss,@_exit�_start�environ(@test@@h@%�@1�@main	<�error�K�W�c�@ostrcmp�strncmp�strlen�accessstatwrite(errno,@.cerror<atoiLatol�isatty_ctypeh@|0@_atexitn4@exitD_finishxioctl�fclose�fflush4remove_iob2�@_iobl@_fp�@_fginit�_fpinit�close�unlink�__a_top�@��@free@��@��@malloc8_fgete�_fputc�_fpute�setvbuflseek$ulimit8sbrkLbrkvabort�_fgetb�_fgetch _fputb� _fputt!getpidp!kill�!read�!signal�!sighold�!sigrelse�!sigpause�!sigset�!��!_fpseek"__end8@�sigreturnfile_unopstring_binoparith_binopfile_binopconvert_numbertest_boolortest_primopstring_unoptest_booland_atexitfp__a_scanp__a_first__a_countsigignore

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.