Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/stat/tests/
H A Dstat_test.sh49 atf_test_case l_flag
237 atf_add_test_case l_flag
/freebsd-12.1/usr.bin/fetch/
H A Dfetch.c69 static int l_flag; /* -l: link rather than copy file: URLs */ variable
607 if (l_flag && strcmp(url->scheme, "file") == 0 && !o_stdout) { in fetch()
956 l_flag = 1; in main()
/freebsd-12.1/bin/ls/tests/
H A Dls_tests.sh622 atf_test_case l_flag
952 atf_add_test_case l_flag
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c1270 } l_flag[] = { variable
3992 for (k = 0; l_flag[k].name != NULL; k++) { in dump_liblist()
3993 if ((l_flag[k].value & lib->l_flags) == in dump_liblist()
4000 printf("%s", l_flag[k].name); in dump_liblist()