Searched refs:l_flag (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/stat/tests/
H A Dstat_test.sh48 atf_test_case l_flag
238 atf_add_test_case l_flag
/freebsd-current/usr.bin/fetch/
H A Dfetch.c66 static int l_flag; /* -l: link rather than copy file: URLs */ variable
611 if (l_flag && strcmp(url->scheme, "file") == 0 && !o_stdout) {
969 l_flag = 1;
/freebsd-current/bin/ls/tests/
H A Dls_tests.sh622 atf_test_case l_flag
966 atf_add_test_case l_flag
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c1329 } l_flag[] = { variable in typeref:struct:__anon4
4249 for (k = 0; l_flag[k].name != NULL; k++) {
4250 if ((l_flag[k].value & lib->l_flags) ==
4257 printf("%s", l_flag[k].name);

Completed in 93 milliseconds