HomeSort by: relevance | last modified time | path
    Searched defs:w_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
unsetenv.c 60 ssize_t r_offset, w_offset; local in function:unsetenv
86 w_offset = r_offset;
91 environ[w_offset++] = environ[r_offset];
100 environ[w_offset++] = NULL;
101 } while (w_offset < r_offset);
unsetenv.c 60 ssize_t r_offset, w_offset; local in function:unsetenv
86 w_offset = r_offset;
91 environ[w_offset++] = environ[r_offset];
100 environ[w_offset++] = NULL;
101 } while (w_offset < r_offset);

Completed in 20 milliseconds