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()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()
135 for dot_path in '\.f' '\.g'; do136 atf_check -e empty -o not-empty -s exit:0 grep "${dot_path}" \138 atf_check -e empty -o empty -s not-exit:0 grep "${dot_path}" \459 for dot_path in '\.f' '\.g'; do460 atf_check -e empty -o not-empty -s exit:0 grep "${dot_path}" \462 atf_check -e empty -o empty -s not-exit:0 grep "${dot_path}" \