Searched refs:getcwd (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dgetcwd.pl12 # Usage: $cwd = &getcwd;
14 sub getcwd subroutine
29 unless (opendir(getcwd'PARENT, $dotdots)) #'))
37 closedir(getcwd'PARENT); #');
48 unless (defined ($dir = readdir(getcwd'PARENT))) #'))
51 closedir(getcwd'PARENT); #');
57 # closedir(getcwd'PARENT); #');
65 closedir(getcwd'PARENT); #');
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dgetwd.c24 * getwd() using getcwd()
34 if (getcwd(path, PATH_MAX)) return(path);
H A Dresolvepath.c63 else if (!getcwd(path, size - n))
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxgetcwd.c37 char *cwd = getcwd (NULL, 0);
H A Dunistd_.h133 /* Include the headers that might declare getcwd so that they will not
142 <http://www.opengroup.org/susv3xsh/getcwd.html>.
143 Additionally, the gnulib module 'getcwd' guarantees the following GNU
147 # define getcwd rpl_getcwd macro
148 extern char * getcwd (char *buf, size_t size);
151 # undef getcwd macro
152 # define getcwd(b,s) \ macro
153 (GL_LINK_WARNING ("getcwd is unportable - " \
154 "use gnulib module getcwd for portability"), \
155 getcwd (
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetcwd.c46 getcwd(char *path, size_t size) function
/macosx-10.9.5/Libc-997.90.3/compat-43/FreeBSD/
H A Dgetwd.c47 if ( (p = getcwd(buf, MAXPATHLEN)) )
/macosx-10.9.5/gpatch-3/patch/pc/
H A Dchdirsaf.c22 for (s = 256; ! (initial_wd = getcwd (0, s)); s *= 2)
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dbsdtar_windows.h47 #define getcwd _getcwd macro
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/inc/Module/Install/
H A DGithubMeta.pm36 my $cwd = getcwd;
41 my $current = getcwd;
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dgetcwd.c20 /* Partial emulation of getcwd in terms of getwd. */
28 char *getcwd(buf, size) function
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dgetpwd.c45 BSD systems) now provides getcwd as called for by POSIX. Allow for
51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2)
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1
H A Dgetcwd.c1 /* Emulate getcwd using getwd.
6 @deftypefn Supplemental char* getcwd (char *@var{pathname}, int @var{len})
13 @code{getcwd} will obtain @var{len} bytes of space using
41 getcwd (char *buf, size_t len) function
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.pm10 my $dir = getcwd;
18 current working directory. It is recommended that getcwd (or another
21 By default, it exports the functions cwd(), getcwd(), fastcwd(), and
25 =head2 getcwd and friends
32 =item getcwd
34 my $cwd = getcwd();
38 Exposes the POSIX function getcwd(3) or re-implements it if it's not
53 A more dangerous version of getcwd(), but potentially faster.
97 Uses the same algorithm as getcwd(). Symbolic links and relative-path
138 Actually, on Mac OS, the C<getcwd()>,
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dgetcwd.c6 * $Id: getcwd.c,v 1.5 2008/01/08 20:58:44 bostic Exp $
14 * getcwd --
17 getcwd(buf, size) function
/macosx-10.9.5/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c49 char *getcwd( char *buffer, unsigned int size) function
H A Dwincecompat.h39 char *getcwd( char *buffer, unsigned int size);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.c50 char *getcwd( char *buffer, unsigned int size) function
H A Dwincecompat.h39 char *getcwd( char *buffer, unsigned int size);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/ptcwd_test_11269991_src/
H A Dptcwd_test_11269991.c45 * This is a slow routine, just like getcwd(); people should remember that
93 * And call the regular getcwd(), which will return the per thread
96 return getcwd(buf, size);
150 printf("verifying; getcwd says: \"%s\"\n", getcwd(buf, MAXPATHLEN));
172 printf("verifying; getcwd says: \"%s\"\n", getcwd(buf, MAXPATHLEN));
207 printf("One last check: see that getcwd says \"" WORKDIR1 "\" again\n");
208 printf("verifying; getcwd says: \"%s\"\n", getcwd(bu
[all...]
/macosx-10.9.5/CPANInternal-140/PathTools/t/
H A Dtaint.t21 my @Functions = qw(getcwd cwd fastcwd fastgetcwd
H A Dcwd.t37 can_ok('main', qw(cwd getcwd fastcwd fastgetcwd));
89 # Darwin's getcwd(3) (which Cwd.xs:bsd_realpath() uses which
90 # Cwd.pm:getcwd uses) has some magic related to the PWD
98 # the PWD to force getcwd(3) to (re)compute the cwd in full.
105 my $getcwd = getcwd;
110 is($getcwd, $start, 'getcwd()');
122 foreach my $func (qw(cwd getcwd fastcwd fastgetcwd)) {
130 # call getcwd() wit
[all...]
/macosx-10.9.5/libunwind-35.3/testsuite/
H A Drun-all-tests.pl86 my $cwd = getcwd();
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathaccess.c64 dirs = getcwd(cwd, sizeof(cwd));
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/test/
H A Dall.py32 sys.path.insert(0, os.getcwd())

Completed in 387 milliseconds

1234567891011>>