Home
last modified time | relevance | path

Searched refs:putenv_string (Results 1 – 16 of 16) sorted by relevance

/dports/devel/gmake/make-4.3/src/
H A Dvms_export_symbol.c423 const char * putenv_string = "test_symbol2=value2"; in main() local
489 putenv_status = vms_putenv_symbol (putenv_string); in main()
515 vms_restore_symbol (putenv_string); in main()
/dports/devel/ccdoc/ccdocv08r41/src/
H A Dswitches.cc510 char* putenv_string = s_putenv[ s_putenv_idx ]; in putenv() local
511 strcpy( putenv_string, str.c_str() ); in putenv()
512 ::putenv( putenv_string ); in putenv()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dbasic_functions.h135 char *putenv_string; member
H A Dbasic_functions.c188 efree(pe->putenv_string); in php_putenv_destructor()
851 pe.putenv_string = estrndup(setting, setting_len);
891 unsetenv(pe.putenv_string);
893 if (!p || putenv(pe.putenv_string) == 0) { /* success */
896 if (putenv(pe.putenv_string) == 0) { /* success */
907 efree(pe.putenv_string);
941 efree(pe.putenv_string);
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dbasic_functions.h135 char *putenv_string; member
H A Dbasic_functions.c188 efree(pe->putenv_string); in php_putenv_destructor()
851 pe.putenv_string = estrndup(setting, setting_len);
891 unsetenv(pe.putenv_string);
893 if (!p || putenv(pe.putenv_string) == 0) { /* success */
896 if (putenv(pe.putenv_string) == 0) { /* success */
907 efree(pe.putenv_string);
941 efree(pe.putenv_string);
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dbasic_functions.c120 char *putenv_string; member
197 free(pe->putenv_string); in php_putenv_destructor()
860 pe.putenv_string = zend_strndup(setting, setting_len);
890 unsetenv(pe.putenv_string);
892 if (!p || putenv(pe.putenv_string) == 0) { /* success */
895 if (putenv(pe.putenv_string) == 0) { /* success */
906 free(pe.putenv_string);
940 free(pe.putenv_string);
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dbasic_functions.c120 char *putenv_string; member
197 free(pe->putenv_string); in php_putenv_destructor()
860 pe.putenv_string = zend_strndup(setting, setting_len);
890 unsetenv(pe.putenv_string);
892 if (!p || putenv(pe.putenv_string) == 0) { /* success */
895 if (putenv(pe.putenv_string) == 0) { /* success */
906 free(pe.putenv_string);
940 free(pe.putenv_string);
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dbasic_functions.h248 char *putenv_string; member
H A Dbasic_functions.c3514 efree(pe->putenv_string); in php_putenv_destructor()
4187 pe.putenv_string = estrndup(setting, setting_len);
4226 unsetenv(pe.putenv_string);
4228 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4231 if (putenv(pe.putenv_string) == 0) { /* success */
4241 efree(pe.putenv_string);
4274 efree(pe.putenv_string);
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dbasic_functions.h248 char *putenv_string; member
H A Dbasic_functions.c3514 efree(pe->putenv_string); in php_putenv_destructor()
4187 pe.putenv_string = estrndup(setting, setting_len);
4226 unsetenv(pe.putenv_string);
4228 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4231 if (putenv(pe.putenv_string) == 0) { /* success */
4241 efree(pe.putenv_string);
4274 efree(pe.putenv_string);
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dbasic_functions.h251 char *putenv_string; member
H A Dbasic_functions.c3511 efree(pe->putenv_string); in php_putenv_destructor()
4182 pe.putenv_string = estrndup(setting, setting_len);
4222 unsetenv(pe.putenv_string);
4224 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4227 if (putenv(pe.putenv_string) == 0) { /* success */
4238 efree(pe.putenv_string);
4272 efree(pe.putenv_string);
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dbasic_functions.h251 char *putenv_string; member
H A Dbasic_functions.c3511 efree(pe->putenv_string); in php_putenv_destructor()
4182 pe.putenv_string = estrndup(setting, setting_len);
4222 unsetenv(pe.putenv_string);
4224 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4227 if (putenv(pe.putenv_string) == 0) { /* success */
4238 efree(pe.putenv_string);
4272 efree(pe.putenv_string);