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