Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c554 static struct path_prefix cpath, path; variable
905 prefix_from_env ("COMPILER_PATH", &cpath); in main()
922 ld_file_name = find_a_file (&cpath, real_ld_suffix); in main()
925 ld_file_name = find_a_file (&cpath, collect_ld_suffix); in main()
929 ld_file_name = find_a_file (&cpath, ld_suffix); in main()
939 nm_file_name = find_a_file (&cpath, gnm_suffix); in main()
943 nm_file_name = find_a_file (&cpath, nm_suffix); in main()
948 ldd_file_name = find_a_file (&cpath, ldd_suffix); in main()
957 strip_file_name = find_a_file (&cpath, gstrip_suffix); in main()
961 strip_file_name = find_a_file (&cpath, strip_suffix); in main()
[all …]
/openbsd-src/regress/sys/kern/pledge/generic/
H A Dtests.out12 test(test_cpath): pledge=("cpath",NULL) status=0 exit=0
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c623 static struct path_prefix cpath, path; variable
973 prefix_from_env ("COMPILER_PATH", &cpath);
990 ld_file_name = find_a_file (&cpath, real_ld_suffix);
993 ld_file_name = find_a_file (&cpath, collect_ld_suffix);
997 ld_file_name = find_a_file (&cpath, ld_suffix);
1007 nm_file_name = find_a_file (&cpath, gnm_suffix);
1011 nm_file_name = find_a_file (&cpath, nm_suffix);
1016 ldd_file_name = find_a_file (&cpath, ldd_suffix);
1025 strip_file_name = find_a_file (&cpath, gstrip_suffix);
1029 strip_file_name = find_a_file (&cpath, strip_suffix);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/OpenBSD-Pledge/t/
H A DOpenBSD-Pledge.t62 xspledge_ok cpath => sub { mkdir q{/} };