Searched refs:STR_environ (Results 1 – 3 of 3) sorted by relevance
935 for (ep = STR_environ; *ep; ep++) in dosetenv()974 for (maxi = 0, ep = STR_environ; *ep; ep++) { in dounsetenv()985 for (maxi = 0, ep = STR_environ; *ep; ep++) { in dounsetenv()1020 ep = STR_environ; in Setenv()1033 environ = short2blk(STR_environ); in Setenv()1040 STR_environ = blkspl(STR_environ, blk); in Setenv()1042 environ = short2blk(STR_environ); in Setenv()1051 ep = STR_environ; in Unsetenv()1061 STR_environ = blkspl(STR_environ, ep + 1); in Unsetenv()1062 environ = short2blk(STR_environ); in Unsetenv()
550 Char **STR_environ; variable
138 STR_environ = blk2short(environ); in main()139 environ = short2blk(STR_environ); /* So that we can free it */ in main()