Home
last modified time | relevance | path

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

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