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

1 2

  /src/lib/libc/compat-43/
getwd.c 1 /* $NetBSD: getwd.c,v 1.15 2012/06/25 22:32:43 abs Exp $ */
35 static char sccsid[] = "@(#)getwd.c 8.1 (Berkeley) 6/2/93";
37 __RCSID("$NetBSD: getwd.c,v 1.15 2012/06/25 22:32:43 abs Exp $");
50 __warn_references(getwd,
51 "warning: getwd() possibly used unsafely, consider using getcwd()")
54 getwd(char *buf) function
  /src/external/gpl2/groff/dist/src/libs/libgroff/
getcwd.c 22 /* Partial emulation of getcwd in terms of getwd. */
28 char *getwd();
43 if (!getwd(mybuf)) {
  /src/external/gpl3/binutils/dist/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /src/external/gpl3/binutils.old/dist/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /src/external/gpl3/gcc/dist/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /src/external/gpl3/gcc.old/dist/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /src/external/gpl3/gdb/dist/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /src/external/gpl3/gdb.old/dist/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcwd.c 52 ret = getwd(xxx);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xgetcwd.c 38 char *getwd ();
39 # define getcwd(Buf, Max) getwd (Buf)
canonicalize.c 79 # define __getcwd(buf, max) getwd (buf)
  /src/external/bsd/am-utils/dist/amq/
pawd.c 221 /* getawd() is a substitute for getwd() which transforms the path */
228 char *wd = getwd(path);
  /src/external/bsd/libpcap/dist/lbl/
os-sunos4.h 109 char *getwd(char *);
  /src/external/bsd/tcpdump/dist/lbl/
os-sunos4.h 108 char *getwd(char *);
  /src/external/gpl2/gmake/dist/
make.h 496 extern char *getwd ();
497 # define getcwd(buf, len) getwd (buf)
  /src/include/
unistd.h 294 char *getwd(char *); /* obsoleted by getcwd() */
  /src/usr.bin/make/
util.c 235 getwd(char *pathname) function
248 "getwd: Cannot stat \"/\" (%s)", strerror(errno));
259 "getwd: Cannot stat \".\" (%s)", strerror(errno));
277 "getwd: Cannot stat directory \"%s\" (%s)",
283 "getwd: Cannot open directory \"%s\" (%s)",
305 "getwd: Cannot stat \"%s\" (%s)",
318 "getwd: Cannot find \".\" in \"..\"");
329 } /* end getwd */
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
canonicalize.c 79 # define __getcwd(buf, max) getwd (buf)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
canonicalize.c 79 # define __getcwd(buf, max) getwd (buf)

Completed in 37 milliseconds

1 2