OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ck_strdup
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
utils.h
39
char *
ck_strdup
P_((const char *str));
sed.c
263
in_place_extension =
ck_strdup
("*");
266
in_place_extension =
ck_strdup
(optarg);
utils.c
146
p->name =
ck_strdup
(name);
486
ck_strdup
(str)
483
ck_strdup
(str)
function
compile.c
418
p->name =
ck_strdup
(file_name);
711
ret =
ck_strdup
(get_buffer(b));
1260
cur_cmd->x.fname =
ck_strdup
(get_buffer(b));
[
all
...]
execute.c
738
tmpdir =
ck_strdup
(input->in_file_name);
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/
ChangeLog
[
all
...]
Completed in 301 milliseconds