OpenBSD CVS

src/usr.bin/xstr/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / xstr

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.3   26 years  deraadt   $OpenBSD$
[TXT] pathnames.h (in the Attic) [Hide]  1.5   20 years  avsm   bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)
[TXT] xstr.1 (in the Attic) [Hide]  1.14   14 years  sobrado   replace ".Ar file ..." with ".Ar" whenever possible. ok jmc@
[TXT] xstr.c (in the Attic) [Hide]  1.17   13 years  miod   Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' for ...