I did just publish a libfind that may be used as 100% reentrant
find(1) replacement. 

The new entry point: b_find(int argc, char ** argv, void * dummy)
should be compatible to the ksh93 builtin command interface.

If you call b_find(), libfind grants to never call exit() but returns:

0       no problem was found

-1      Command line or usage error

errno   the errno that caused the problem


It would be nice if someone could test libfind as ksh93 builtin.

If the first test works, I would like to create a callback interface
(e.g. "find . -call test <test-expression> {} \;") that allows
libfind to efficiently call builtins from the shell.

fetch:

ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-2.01.01a24-pre5.tar.bz2

call
        "make LINKMODE=dynamic install" 
or
        "make INS_BASE=<install-base> LINKMODE=dynamic install"

Note that you need to set the right INS_BASE before compilation.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to