Home
last modified time | relevance | path

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

/stdlib/
A Dtst-environ.c32 const char *valp; in do_test() local
52 valp = getenv (VAR); in do_test()
53 if (valp == NULL || strcmp (valp, "one") != 0) in do_test()
67 valp = getenv (VAR); in do_test()
68 if (valp == NULL || strcmp (valp, "one") != 0) in do_test()
83 if (valp == NULL || strcmp (valp, "some longer value") != 0) in do_test()
95 if (valp == NULL || strcmp (valp, "a short one") != 0) in do_test()
113 if (valp == NULL || strcmp (valp, "some other value") != 0) in do_test()
128 if (valp == NULL || strcmp (valp, "a new value") != 0) in do_test()
140 if (valp == NULL in do_test()
[all …]

Completed in 4 milliseconds