Searched refs:dot_path (Results 1 – 1 of 1) sorted by relevance
28 static char * make_absolute(char const * string, char const * dot_path);113 make_absolute( char const * string, char const * dot_path ) in make_absolute() argument118 if (!dot_path || *string == '/') { in make_absolute()121 if (dot_path && dot_path[0]) { in make_absolute()122 result = malloc( 2 + strlen( dot_path ) + strlen( string ) ); in make_absolute()123 strcpy( result, dot_path ); in make_absolute()