OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 07:09:59 GMT 2025