HomeSort by: relevance | last modified time | path
    Searched refs:__getcwd (Results 1 - 18 of 18) sorted by relevancy

  /src/regress/sys/kern/getcwd/
getcwd.c 72 int __getcwd(char *, size_t);
186 if (__getcwd(result_buf, sizeof(result_buf)) < 0) {
250 CHECK("/tmp/permdir/subdir", __getcwd(kbuf, sizeof(kbuf)), -1, EACCES);
263 CHECK("/tmp/permdir/subdir", __getcwd(kbuf, sizeof(kbuf)), 20, 0);
289 CHECK ("/tmp/chrootdir", __getcwd(kbuf, sizeof(kbuf)), 15, 0);
303 CHECK ("/chrootdir", __getcwd(kbuf, sizeof(kbuf)), 11, 0);
306 CHECK ("/", __getcwd(kbuf, sizeof(kbuf)), 2, 0);
308 CHECK ("/subdir", __getcwd(kbuf, sizeof(kbuf)), 8, 0);
341 CHECK("/", __getcwd(0, 0), -1, ERANGE);
342 CHECK("/", __getcwd(0, -1), -1, ERANGE)
    [all...]
  /src/lib/libc/include/
extern.h 40 int __getcwd(char *, size_t);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
canonicalize.c 74 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
76 # define __getcwd getcwd macro
79 # define __getcwd(buf, max) getwd (buf) macro
147 if (!__getcwd (rpath, path_max))
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
canonicalize.c 74 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
76 # define __getcwd getcwd macro
79 # define __getcwd(buf, max) getwd (buf) macro
147 if (!__getcwd (rpath, path_max))
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
canonicalize.c 74 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
76 # define __getcwd getcwd macro
79 # define __getcwd(buf, max) getwd (buf) macro
147 if (!__getcwd (rpath, path_max))
  /src/external/gpl3/gdb/dist/gnulib/import/
canonicalize-lgpl.c 54 # define __getcwd _getcwd macro
66 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
68 # define __getcwd getcwd macro
71 # define __getcwd(buf, max) getwd (buf) macro
243 while (!__getcwd (rname, rname_buf->length))
getcwd.c 494 libc_hidden_def (__getcwd)
495 weak_alias (__getcwd, getcwd)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
canonicalize-lgpl.c 54 # define __getcwd _getcwd macro
66 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
68 # define __getcwd getcwd macro
71 # define __getcwd(buf, max) getwd (buf) macro
243 while (!__getcwd (rname, rname_buf->length))
getcwd.c 494 libc_hidden_def (__getcwd)
495 weak_alias (__getcwd, getcwd)
  /src/lib/libc/gen/
getcwd.c 230 /* __getcwd(pt, 0) results ERANGE. */
234 if (__getcwd(pt, size) >= 0)
247 if (__getcwd(pt, size) >= 0)
  /src/external/gpl2/xcvs/dist/lib/
getcwd.c 111 # define __getcwd getcwd macro
126 __getcwd (char *buf, size_t size)
410 weak_alias (__getcwd, getcwd)
125 __getcwd (char *buf, size_t size) function
  /src/lib/libc/sys/
Makefile.inc 120 __getcwd.S __getdents30.S __getfh30.S __getvfsstat90.S getgroups.S\
  /src/external/gpl2/grep/dist/intl/
dcigettext.c 124 # define getcwd __getcwd
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcigettext.c 149 # define getcwd __getcwd
  /src/external/gpl2/texinfo/dist/intl/
dcigettext.c 143 # define getcwd __getcwd
  /src/external/gpl3/gcc.old/dist/intl/
dcigettext.c 141 # define getcwd __getcwd
  /src/lib/librumphijack/
hijack.c 252 int __getcwd(char *, size_t);
367 { DUALCALL___GETCWD, "__getcwd", RSYS_NAME(__GETCWD) },
1271 __getcwd(char *bufp, size_t len) function
1293 op___getcwd = GETSYSCALL(rump, __GETCWD);
1310 op___getcwd = GETSYSCALL(rump, __GETCWD);
1313 op___getcwd = GETSYSCALL(host, __GETCWD);
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 3377 __weak_alias(__getcwd,rump___sysimpl___getcwd);
7878 }, /* 296 = __getcwd */

Completed in 64 milliseconds