GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FIND(3ast) FIND(3ast)

find - fastfind algorithm interface

#include <find.h>
void* findopen(const char* pattern);
char* findnext(void* handle);
void findclose(void* handle);

These routines access the data generated by the fastfind algorithm. The data itself is generated by a standalone program that is run daily via cron or at.

findopen returns a handle to a fastfind stream for the ksh file pattern pattern. findnext returns the next pathname that matches the pattern specified by handle. findnext returns 0 when no more pathnames match the pattern. Finally, findclose closes the fastfind stream for handle.

These routines are only as good as the fastfind information which is in the system administration domain.

tw(1), find(1), strmatch(3)
James A. Woods, Fast Find Algorithm, Usenix ;login:, February/March, 1983, p. 8


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.