Home
last modified time | relevance | path

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

/freebsd-13.1/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()
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()
/freebsd-13.1/bin/ls/tests/
H A Dls_tests.sh136 for dot_path in '\.f' '\.g'; do
137 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'; do
461 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}" \