Home
last modified time | relevance | path

Searched refs:ck_strdup (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c263 in_place_extension = ck_strdup ("*");
266 in_place_extension = ck_strdup(optarg);
Dutils.h39 char *ck_strdup P_((const char *str));
Dutils.c145 p->name = ck_strdup(name);
483 ck_strdup(str) in ck_strdup() function
Dcompile.c413 p->name = ck_strdup(file_name);
704 ret = ck_strdup(get_buffer(b)); in read_label()
1252 cur_cmd->x.fname = ck_strdup(get_buffer(b));
Dexecute.c733 tmpdir = ck_strdup(input->in_file_name);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog3023 * utils.c (ck_strdup): Renamed from strdup.