Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dprofile.h70 char **ret_string);
Dprofile.c1495 char **ret_string) in profile_get_string() argument
1511 *ret_string = malloc(strlen(value)+1); in profile_get_string()
1512 if (*ret_string == 0) in profile_get_string()
1514 strcpy(*ret_string, value); in profile_get_string()
1516 *ret_string = 0; in profile_get_string()