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
cgiwrap_iterenv(3) cgi/cgiwrap.h cgiwrap_iterenv(3)

cgiwrap_iterenv - iterater for env vars

#include <cgi/cgiwrap.h>

NEOERR *cgiwrap_iterenv (int n, char **k, char **v);

n - variable to return. This should start at 0 and increment
until you receive a NULL return value.

cgiwrap_iterenv allows a program to iterate over all the environment variables. This is probably mostly used by the default debug output.

k - a malloc'd copy of the variable name
v - a malloc'd copy of the variable value

cgiwrap_iterenv(3), cgiwrap_putenv(3), cgiwrap_init_emu(3), cgiwrap_writef(3), cgiwrap_init_std(3), cgiwrap_writevf(3), cgiwrap_read(3), cgiwrap_write(3), cgiwrap_getenv
12 July 2007 ClearSilver

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.