Home
last modified time | relevance | path

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

/src/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c26 static char * make_absolute(char const * string, char const * dot_path);
111 make_absolute( char const * string, char const * dot_path ) in make_absolute() argument
116 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()
/src/bin/ls/tests/
H A Dls_tests.sh135 for dot_path in '\.f' '\.g'; do
136 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'; do
460 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}" \