Home
last modified time | relevance | path

Searched refs:rep_strdup (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dreplace-includes56 +#define strdup rep_strdup
57 +static char *rep_strdup(const char *s)
/external/e2fsprogs/lib/ext2fs/
Dtdb.c77 #define strdup rep_strdup
78 static char *rep_strdup(const char *s) in rep_strdup() function