Searched refs:paths (Results 26 - 50 of 652) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/error/
H A Dpathnames.h34 #include <paths.h>
/netbsd-current/usr.sbin/sliplogin/
H A Dpathnames.h35 #include <paths.h>
/netbsd-current/usr.bin/man/
H A Dpathnames.h34 #include <paths.h>
/netbsd-current/bin/rcp/
H A Dpathnames.h34 #include <paths.h>
/netbsd-current/usr.bin/at/
H A Dpathnames.h42 #include <paths.h>
/netbsd-current/usr.sbin/user/
H A Dpathnames.h32 #include <paths.h>
34 /* Full paths of programs used here */
40 /* note that there's a _PATH_NOLOGIN in <paths.h> that's for /etc/nologin */
/netbsd-current/usr.sbin/btattach/
H A Dfirmload.c42 firmware_search(char *paths, const char *drvname, const char *imgname) argument
48 p = strtok(paths, HW_FIRMWARE_PATH_DELIM);
72 char *paths; local
75 paths = asysctlbyname(HW_FIRMWARE_PATH, &len);
76 if (paths == NULL)
79 fd = firmware_search(paths, drvname, imgname);
81 free(paths);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_path.py15 paths = argv[2:]
19 for idx, dir in enumerate(paths):
22 for idx, file in enumerate(paths):
/netbsd-current/libexec/ftpd/
H A Dpathnames.h34 #include <paths.h>
/netbsd-current/sbin/shutdown/
H A Dpathnames.h34 #include <paths.h>
/netbsd-current/usr.bin/mail/
H A Dpathnames.h38 #include <paths.h>
/netbsd-current/usr.bin/make/
H A Dpathnames.h39 #include <paths.h>
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dloc-4.s1 # Hit a few remaining code-paths.
H A Dbyte-1.s1 # Test BYTE sequences, excercising code paths for valid input.
H A Dloc-5.s1 # Hit a few remaining code-paths.
/netbsd-current/tests/include/
H A Dt_paths.c39 #include <paths.h>
55 } paths[] = { variable in typeref:struct:__anon18
117 ATF_TC(paths); variable
118 ATF_TC_HEAD(paths, tc)
120 atf_tc_set_md_var(tc, "descr", "A basic test for <paths.h>");
123 ATF_TC_BODY(paths, tc)
137 for (i = 0; i < __arraycount(paths); i++) {
138 (void)fprintf(stderr, "testing '%s'\n", paths[i].path);
141 fd = open(paths[i].path, O_RDONLY);
145 if ((paths[
[all...]
/netbsd-current/usr.sbin/lpr/common_source/
H A Dpathnames.h34 #include <paths.h>
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dpath-join-selftests.c29 test_one (const char *expected, Args... paths) argument
31 std::string actual = ::path_join (paths...);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dpathstuff.h70 extern std::string path_join (gdb::array_view<const char *> paths);
72 /* Same as the above, but accept paths as distinct parameters. */
76 path_join (Args... paths) argument
78 /* It doesn't make sense to join less than two paths. */
82 { paths... };
/netbsd-current/tests/lib/libc/gen/
H A Dt_realpath.c46 } paths[] = { variable in typeref:struct:__anon13339
76 for (i = 0; i < __arraycount(paths); i++) {
80 ptr = realpath(paths[i].path, buf);
82 if (ptr == NULL && paths[i].result == NULL)
85 if (ptr == NULL && paths[i].result != NULL)
86 atf_tc_fail("realpath failed for '%s'", paths[i].path);
88 if (strcmp(paths[i].result, buf) != 0)
90 paths[i].result, buf);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc1 /* d-incpath.cc -- Set up combined import paths for the D frontend.
71 add_globalpaths (Strings *paths) argument
73 if (paths)
78 for (size_t i = 0; i < paths->dim; i++)
80 const char *path = (*paths)[i];
98 add_filepaths (Strings *paths) argument
100 if (paths)
105 for (size_t i = 0; i < paths->dim; i++)
107 const char *path = (*paths)[i];
122 if STDINC, also include standard library paths
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dsearch_list.c29 search_list_append (Search_List *list, const char *paths)
35 colon = paths - 1;
28 search_list_append(Search_List *list, const char *paths) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc1 /* d-incpath.cc -- Set up combined import paths for the D frontend.
70 add_globalpaths (Strings *paths) argument
72 if (paths)
77 for (size_t i = 0; i < paths->length; i++)
79 const char *path = (*paths)[i];
97 add_filepaths (Strings *paths) argument
99 if (paths)
104 for (size_t i = 0; i < paths->length; i++)
106 const char *path = (*paths)[i];
121 if STDINC, also include standard library paths
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dsearch_list.c29 search_list_append (Search_List *list, const char *paths)
35 colon = paths - 1;
28 search_list_append(Search_List *list, const char *paths) argument
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dsearch_list.c29 search_list_append (Search_List *list, const char *paths)
35 colon = paths - 1;
28 search_list_append(Search_List *list, const char *paths) argument

Completed in 163 milliseconds

1234567891011>>