Searched refs:putenv_val (Results 1 – 1 of 1) sorted by relevance
26 char putenv_val[100] = VAR "=some longer value"; variable75 if (putenv (putenv_val) != 0) in do_test()91 strcpy (&putenv_val[sizeof VAR], "a short one"); in do_test()102 strcpy (putenv_val, "XYZZY=some other value"); in do_test()135 strcpy (putenv_val, VAR "=old name new value"); in do_test()162 strcpy (putenv_val, "X=one character test"); in do_test()163 if (putenv (putenv_val) != 0) in do_test()
Completed in 4 milliseconds