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
firestring_conf_find(3) FreeBSD Library Functions Manual firestring_conf_find(3)

firestring_conf_find - retrieve a value from a configuration structure

#include <firestring.h>
-lfirestring

const char *firestring_conf_find(struct firestring_conf_t *config, const char *var)

firestring_conf_find() retrieves the value of the variable var from the configuration structure config. If there is more than one variable with the name var, firestring_conf_find() returns the one with precedence (the last one added).

Returns a const char * to the value of the variable, or NULL if there is no variable by the name var.

Ian Gulliver <ian@penguinhosting.net>

libfirestring(3)
2002-03-31

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.