Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
kcc-6/lib/test/aaadir.hlp
There are 7 other files named aaadir.hlp in the archive. Click here to see a list.
This directory contains test programs for the KCC LIBC library.
Test programs are in general named Txxx where xxx is the name of the
function being tested.
source file tests
HELLO.C the ubiquitous first-program
NFILES.C see how many files can be fopen()ed at once
PASSON.C shows argv and copies stdin->stdout
SHOARG.C just shows argv
TBCOPY.C bcopy(), bzero()
TBSEAR.C bsearch()
TCHDIR.C chdir()
TCHMOD.C chmod()
TCHOWN.C chown()
TCSTI.C TIOCSTI ioctl()
TCTYPE.C tests ctype functions, isalpha(), etc
TFSEEK.C fseek()
TFTEL1.C ftell(), fseek(), fflush(), etc.
TFTEL2.C more of the same.
TMALL1.C malloc-class functions
TMALL2.C another malloc-class tester
TMATH.C tests math library
TPID.C tests getpid() and wait() return values
TPRINT.C printf()
TSGTTY.C stty(), gtty()
TSTAT.C stat()
TSTRIN.C tests string library (incompletely)
TSYSTE.C system()
TTIME.C tests time library functions
TVBUF.C tests setvbuf() buffering types