GSP
Quick Navigator

Search Site

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

Support
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
OFINDLINE(3) Schily´s LIBRARY FUNCTIONS OFINDLINE(3)

ofindline() - finds a line with a matching field

int ofindline(f,delim,string,field,array,arraysize)
FILE *f;
char delim;
char *string;
int field;
char *array[];
int arraysize;

ofindline() retrieves a line from an open file that has a matching character string in the given field.

ofindline() fills in array with pointers to strings that make up each field on the line. The strings are allocated new storage. The field delimiter, delim, is used to break up each line of the file into fields. string is the string to match. fieldno is the field number to match. Fields are numbered 0..n. array is an array of pointers to fill in. arraysize is the size of array.

+1
match.
-1
no match.
-2
arg error. Returned only if the condition findline_arg_err is handled and the handler returns.
-4
not enough memory to allocate space for files. Returned only if the condition findline_storage is handled and the handler returns.

none
15. Juli 1988 Joerg Schilling

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.