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

1234567891011>>

/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Dpathnames.h32 #include <paths.h>
/macosx-10.9.5/shell_cmds-175/lastcomm/
H A Dpathnames.h34 #include <paths.h>
/macosx-10.9.5/diskdev_cmds-572.1.1/edquota.tproj/
H A Dpathnames.h58 #include <paths.h>
/macosx-10.9.5/man-16/man/src/
H A Dpaths.h.in0 /* paths.h - included in man-config.c */
10 static struct paths {
13 } paths[] = {
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dpathnames.h37 #include <paths.h>
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpathnames.h8 #include <paths.h>
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dpathnames.h59 #include <paths.h>
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dpathnames.h38 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dpathnames.h37 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dpathnames.h37 #include <paths.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dpathnames.h37 #include <paths.h>
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileList.cpp44 Vector<String> FileList::paths() const function in class:WebCore::FileList
46 Vector<String> paths; local
48 paths.append(m_files[i]->path());
50 return paths;
/macosx-10.9.5/diskdev_cmds-572.1.1/disklib/
H A Dpathnames.h58 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dpathnames.h60 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dpathnames.h37 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/shutdown.tproj/
H A Dpathnames.h24 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dpathnames.h60 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dpathnames.h37 #include <paths.h>
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/shutdown.tproj/
H A Dpathnames.h24 #include <paths.h>
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dpathnames.h39 # include <paths.h>
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dtm.tcl50 # Default paths. None yet.
52 variable paths {}
70 # args - The paths to add/remove. Must not appear querying the
74 # No result for subcommands 'add' and 'remove'. A list of paths
79 # paths to search for Tcl Modules. The subcommand 'list' has no
85 # The path is added at the head to the list of module paths.
94 variable paths
98 # paths are bogus with respect to the existing paths, but also
99 # between themselves. Otherwise we can still add bogus paths, b
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/util/
H A Dutil.tcl10 proc ::sak::util::path2modules {paths} {
12 foreach p $paths {
23 set paths {}
25 lappend paths [file join $modbase $m]
27 return $paths
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/util/
H A Dutil.tcl10 proc ::sak::util::path2modules {paths} {
12 foreach p $paths {
23 set paths {}
25 lappend paths [file join $modbase $m]
27 return $paths
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A Dbuild.conf8 paths =
50 paths = crypto/apr_crypto_openssl.c
54 paths = crypto/apr_crypto_nss.c
58 paths = dbd/apr_dbd_pgsql.c
62 paths = dbd/apr_dbd_sqlite2.c
66 paths = dbd/apr_dbd_sqlite3.c
70 paths = dbd/apr_dbd_oracle.c
74 paths = dbd/apr_dbd_mysql.c
78 paths = dbd/apr_dbd_freetds.c
82 paths
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_require.rb18 paths = ['rakelib']
20 app.rake_require("test2", paths, loaded_files)
23 rake_require("test2", paths, loaded_files)

Completed in 360 milliseconds

1234567891011>>