Searched refs:paths (Results 1 - 25 of 496) sorted by relevance

1234567891011>>

/freebsd-10-stable/sbin/adjkerntz/
H A Dpathnames.h27 #include <paths.h>
/freebsd-10-stable/usr.bin/calendar/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/usr.bin/patch/
H A Dpathnames.h10 #include <paths.h>
/freebsd-10-stable/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dpathnames.h34 #include <paths.h>
/freebsd-10-stable/libexec/getty/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/sbin/bsdlabel/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/usr.sbin/edquota/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/usr.sbin/inetd/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/usr.sbin/mountd/
H A Dpathnames.h32 #include <paths.h>
/freebsd-10-stable/usr.sbin/ofwdump/
H A Dpathnames.h28 #include <paths.h>
/freebsd-10-stable/usr.sbin/syslogd/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dpathnames.h34 #include <paths.h>
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dpathnames.h37 #include <paths.h>
/freebsd-10-stable/libexec/ftpd/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/release/picobsd/tinyware/login/
H A Dpathnames.h37 #include <paths.h>
/freebsd-10-stable/sbin/dump/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/sbin/routed/
H A Dpathnames.h34 #include <paths.h>
/freebsd-10-stable/usr.bin/login/
H A Dpathnames.h33 #include <paths.h>
/freebsd-10-stable/usr.bin/tip/tip/
H A Dpathnames.h36 #include <paths.h>
/freebsd-10-stable/bin/pax/tests/
H A Dlegacy_test.pl37 my @paths = (
48 my @l = map { length } @paths;
51 create_file $_ for @paths;
69 push @paths, "$work94/x$x60/${x95}x256"; # 256 chars
70 push @l, length $paths[-1];
71 create_file $paths[-1];
76 unlink $paths[-1];
77 $paths[-1] = "$work94/${x95}xc100"; # 100 char filename
78 $l[-1] = length $paths[-1];
79 create_file $paths[
[all...]
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dpathnames.h39 # include <paths.h>
/freebsd-10-stable/sbin/init/
H A Dpathnames.h36 #include <paths.h>
/freebsd-10-stable/usr.bin/vi/
H A Dpathnames.h4 /* Read standard system paths first. */
5 #include <paths.h>
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_paths.c39 #include <paths.h>
55 } paths[] = { variable in typeref:struct:__anon273
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++) {
139 (void)fprintf(stderr, "testing '%s'\n", paths[i].path);
142 fd = open(paths[i].path, O_RDONLY);
149 if ((paths[
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddeprecated.c37 const apr_array_header_t *paths,
44 return svn_error_trace(svn_delta_path_driver2(editor, edit_baton, paths,
34 svn_delta_path_driver(const svn_delta_editor_t *editor, void *edit_baton, svn_revnum_t revision, const apr_array_header_t *paths, svn_delta_path_driver_cb_func_t callback_func, void *callback_baton, apr_pool_t *scratch_pool) argument

Completed in 245 milliseconds

1234567891011>>