OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMDUP
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/
basicdefs.h
91
#define
MEMDUP
(x,n,t) (VCAST(t *)ck_memdup(VCAST(VOID *)(x),(n)*sizeof(t)))
/ndk/sources/host-tools/sed-4.2.1/sed/
compile.c
792
base =
MEMDUP
(text, length, char);
932
buf->text =
MEMDUP
(get_buffer(pending_text), buf->text_length, char);
1078
cur_cmd->a1 =
MEMDUP
(&a, 1, struct addr);
1085
cur_cmd->a2 =
MEMDUP
(&a, 1, struct addr);
[
all
...]
Completed in 265 milliseconds