Searched defs:current (Results 1 - 1 of 1) sorted by relevance

/sendmail/libsm/
H A Dconfig.c41 char **current; local
64 for (current = environ; *current != NULL; current++)
68 if (strncmp(str, *current, matchlen) == 0)
71 *current = (char *) str;
136 ** deleted from the current environment.
142 ** environ -- a pointer to the current environment.

Completed in 8 milliseconds