![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 197](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653197.webp)
NSAPI Functions (in Alphabetical Order)
Chapter
5
NSAPI Function Reference
197
util_env_replace
The
util_env_replace
function replaces the occurrence of the variable denoted
by a name in a specified environment with a specified value. Use this function to
change the value of a setting in an environment.
Syntax
void util_env_replace(char **env, char *name, char *value);
Returns
void
Parameters
char **env
is the environment.
char *name
is the name of a name-value pair.
char *value
is the new value to be stored.
See also
util_env_str, util_env_free, util_env_find, util_env_create
util_env_str
The
util_env_str
function creates an environment entry and returns it. This
function does not check for non alphanumeric symbols in the name (such as the
equal sign “=”). You can use this function to create a new environment entry.
Syntax
char *util_env_str(char *name, char *value);
Returns
A newly-allocated string containing the name-value pair
Parameters
char *name
is the name of a name-value pair.
char *value
is the new value to be stored.
See also
util_env_replace, util_env_free, util_env_find, util_env_create
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...