Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 86) sorted by relevance

1234

/dragonfly/contrib/binutils-2.34/libiberty/
HDgetpwd.c51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2) in getpwd()
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1 in getpwd()
/dragonfly/contrib/gcc-8.0/libiberty/
HDgetpwd.c51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2) in getpwd()
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1 in getpwd()
/dragonfly/contrib/gdb-7/libiberty/
HDgetpwd.c51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2) in getpwd()
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1 in getpwd()
/dragonfly/contrib/binutils-2.27/libiberty/
HDgetpwd.c51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2) in getpwd()
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1 in getpwd()
/dragonfly/contrib/gcc-4.7/libiberty/
HDgetpwd.c51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2) in getpwd()
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1 in getpwd()
/dragonfly/contrib/gcc-4.7/libssp/ssp/
HDunistd.h45 #undef getcwd
73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size) in getcwd() function
/dragonfly/lib/libc/gen/
HDgetcwd.c43 getcwd(char *pt, size_t size) in getcwd() function
69 if ((p = getcwd(buf, MAXPATHLEN)) != NULL) in getwd()
HDMakefile.inc21 getcap.c getcwd.c getdevpath.c getdomainname.c \
65 getbootfile.3 getbsize.3 getcap.3 getcontext.3 getcwd.3 \
157 MLINKS+=getcwd.3 getwd.3
/dragonfly/test/stress/stress2/lib/
HDresources.c65 if (getcwd(path, sizeof(path)) == NULL) in inodes()
90 if (getcwd(path, sizeof(path)) == NULL) in df()
245 if (getcwd(path, sizeof(path)) == NULL) in vpr()
HDmain.c194 if ((home = getcwd(NULL, 0)) == NULL) in main()
/dragonfly/contrib/cvs-1.12/lib/
HDxgetcwd.c39 char *cwd = getcwd (NULL, 0); in xgetcwd()
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDunistd.h1157 # define getcwd rpl_getcwd
1159 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
1160 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
1164 _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size));
1166 _GL_CXXALIASWARN (getcwd);
1168 # undef getcwd
1170 _GL_WARN_ON_USE (getcwd, "getcwd is unportable - "
/dragonfly/contrib/grep/lib/
HDsave-cwd.c71 cwd->name = getcwd (NULL, 0); in save_cwd()
/dragonfly/bin/pwd/
HDpwd.c77 (p = getcwd(NULL, 0)) != NULL) in main()
/dragonfly/contrib/tcsh-6/
HDtc.decls.h192 # undef getcwd
193 # define getcwd(a, b) xgetcwd(a, b) macro
HDtc.os.h532 # ifndef getcwd
533 extern char *getcwd();
/dragonfly/contrib/cvs-1.12/
HDREADME.DELETED115 lib/getcwd.c
116 lib/getcwd.h
/dragonfly/test/stress/stress2/misc/
HDstatfs.sh82 if (getcwd(path, sizeof(path)) == NULL)
/dragonfly/usr.bin/dfregress/
HDmain.c149 s = getcwd(output_file, PATH_MAX); in main()
/dragonfly/contrib/nvi2/ex/
HDex_cd.c112 if ((buf = getcwd(NULL, 0)) != NULL) { in ex_cd()
/dragonfly/contrib/gdb-7/gdb/
HDcopyright.py146 root_dir = os.path.dirname(os.getcwd())
/dragonfly/contrib/bmake/
HDrealpath.c110 if (resolved && getcwd(resolved, MAXPATHLEN) == NULL) { in realpath()
/dragonfly/test/stress/stress2/testcases/openat/
HDopenat.c62 if (getcwd(apath, sizeof(apath)) == NULL) in setup()
/dragonfly/crypto/openssh/
HDsftp-realpath.c91 if (getcwd(resolved, PATH_MAX) == NULL) { in sftp_realpath()
/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-cmd-env.c85 if (! getcwd (gdb_dirbuf, sizeof (gdb_dirbuf))) in mi_cmd_env_pwd()

1234