HomeSort by: relevance | last modified time | path
    Searched refs:getcwd (Results 1 - 25 of 472) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/regress/sys/kern/getcwd/
Makefile 6 PROG= getcwd
7 SRCS= getcwd.c old_getcwd.c
11 @./getcwd -r
12 @./getcwd -p
15 @find /usr -type d -print | ./getcwd -s
  /src/external/gpl2/xcvs/dist/lib/
getcwd.h 21 /* Include the headers that might declare getcwd so that they will not
34 # undef getcwd macro
38 # define getcwd __GETCWD_ID (getcwd) macro
40 <http://www.opengroup.org/susv3xsh/getcwd.html>. */
41 char *getcwd (char *, size_t);
xgetcwd.c 32 #include "getcwd.h"
42 char *cwd = getcwd (NULL, 0);
  /src/regress/sys/kern/
Makefile 3 SUBDIR+= execve getcwd ras unfdpass
  /src/tests/lib/libc/ssp/
h_getcwd2.c 6 getcwd(char* buf, size_t buflen) function
15 if (getcwd(buf, sizeof buf) == NULL)
16 err(1, "getcwd failed");
h_getcwd.c 44 (void)getcwd(b, len);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xgetcwd.c 33 # define getcwd(Buf, Max) (getcwd) (Buf, Max, 0) macro
35 char *getcwd ();
39 # define getcwd(Buf, Max) getwd (Buf) macro
55 ret = getcwd (buf, sizeof (buf));
62 path_max += 2; /* The getcwd docs say to do this. */
69 ret = getcwd (cwd, path_max);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
set-cwd.c 28 getcwd (dir, 4096);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
set-cwd.c 28 getcwd (dir, 4096);
  /src/lib/libc/ssp/
ssp_redirect.c 49 if (getcwd(NULL, 0) == NULL)
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
getcwd1.c 12 if (getcwd ((void *) -1, 4096) != NULL
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
getcwd1.c 12 if (getcwd ((void *) -1, 4096) != NULL
  /src/include/ssp/
unistd.h 45 __ssp_redirect_raw(char *, getcwd, getcwd, (char *__buf, size_t __len),
  /src/external/gpl3/gdb/dist/gnulib/import/
getcwd-lgpl.c 27 /* Favor GPL getcwd.c if both getcwd and getcwd-lgpl modules are in use. */
40 # undef getcwd macro
42 # define getcwd _getcwd macro
59 return getcwd (buf, size);
70 result = getcwd (buf, size);
82 ptr = getcwd (tmp, size);
106 result = getcwd (buf, size);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getcwd-lgpl.c 27 /* Favor GPL getcwd.c if both getcwd and getcwd-lgpl modules are in use. */
40 # undef getcwd macro
42 # define getcwd _getcwd macro
59 return getcwd (buf, size);
70 result = getcwd (buf, size);
82 ptr = getcwd (tmp, size);
106 result = getcwd (buf, size);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
getcwd.c 1 /* Implementation of the GETCWD intrinsic.
45 if (getcwd (cwd, cwd_len))
57 if (getcwd (buf, cwd_len + 1))
87 extern GFC_INTEGER_4 PREFIX(getcwd) (char *, gfc_charlen_type);
88 export_proto_np(PREFIX(getcwd));
91 PREFIX(getcwd) (char *cwd, gfc_charlen_type cwd_len) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
getcwd.c 1 /* Implementation of the GETCWD intrinsic.
45 if (getcwd (cwd, cwd_len))
57 if (getcwd (buf, cwd_len + 1))
87 extern GFC_INTEGER_4 PREFIX(getcwd) (char *, gfc_charlen_type);
88 export_proto_np(PREFIX(getcwd));
91 PREFIX(getcwd) (char *cwd, gfc_charlen_type cwd_len) function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcwd.c 1 /* $NetBSD: getcwd.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 getcwd(char *path, size_t size) function
  /src/tests/lib/librumphijack/
h_cwd.c 84 if (getcwd(pwd, sizeof(pwd)) == NULL)
92 if (getcwd(pwd, sizeof(pwd)) == NULL)
100 if (getcwd(pwd, sizeof(pwd)) == NULL)
106 if (getcwd(pwd, sizeof(pwd)) == NULL)
113 if (getcwd(pwd, sizeof(pwd)) == NULL)
119 if (getcwd(pwd, sizeof(pwd)) == NULL)
139 if (getcwd(pwd, sizeof(pwd)) == NULL)
140 err(EXIT_FAILURE, "getcwd");
  /src/external/mit/libcbor/dist/doc/source/
conf.py 48 print os.getcwd()
49 print os.getcwd() + '/../build/doxygen/xml'
  /src/lib/libc/compat-43/
getwd.c 51 "warning: getwd() possibly used unsafely, consider using getcwd()")
60 if ((p = getcwd(buf, MAXPATHLEN)) != NULL)
  /src/external/bsd/libarchive/dist/tar/
bsdtar_windows.h 32 #define getcwd _getcwd macro
  /src/external/gpl2/groff/dist/src/libs/libgroff/
getcwd.c 1 /* $NetBSD: getcwd.c,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
22 /* Partial emulation of getcwd in terms of getwd. */
30 char *getcwd(buf, size) function
  /src/external/gpl3/binutils/dist/libiberty/
getpwd.c 45 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
  /src/external/gpl3/binutils.old/dist/libiberty/
getpwd.c 45 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

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>