OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memp
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/src/libdw/
dwarf_end.c
102
struct libdw_memblock *
memp
= dwarf->mem_tail;
local
104
while (
memp
->prev != NULL)
106
struct libdw_memblock *prevp =
memp
->prev;
107
free (
memp
);
108
memp
= prevp;
/bionic/libc/upstream-openbsd/lib/libc/gen/
exec.c
134
char **
memp
;
local
214
memp
= alloca((cnt + 2) * sizeof(char *));
215
if (
memp
== NULL)
217
memp
[0] = "sh";
218
memp
[1] = bp;
219
bcopy(argv + 1,
memp
+ 2, cnt * sizeof(char *));
220
(void)execve(_PATH_BSHELL,
memp
, envp);
/external/clang/test/Analysis/
NewDelete-checker-test.cpp
196
const int *
memp
;
member in struct:StWithConstPtr
220
St.
memp
= new int(2);
221
escapeVoidPtr(St.
memp
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h
134
unsigned long
memp
;
member in struct:cdkhdr
151
* the
memp
field in the stlcdkhdr struct. As many as these structures
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h
134
unsigned long
memp
;
member in struct:cdkhdr
151
* the
memp
field in the stlcdkhdr struct. As many as these structures
Completed in 580 milliseconds