Searched refs:dot_path (Results 1 – 2 of 2) 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()122 if (dot_path && dot_path[0]) { in make_absolute()123 result = malloc( 2 + strlen( dot_path ) + strlen( string ) ); in make_absolute()127 strcpy( result, dot_path ); in make_absolute()
136 for dot_path in '\.f' '\.g'; do137 atf_check -e empty -o not-empty -s exit:0 grep "${dot_path}" \139 atf_check -e empty -o empty -s not-exit:0 grep "${dot_path}" \460 for dot_path in '\.f' '\.g'; do461 atf_check -e empty -o not-empty -s exit:0 grep "${dot_path}" \463 atf_check -e empty -o empty -s not-exit:0 grep "${dot_path}" \