Home
last modified time | relevance | path

Searched refs:xgetcwd (Results 1 – 12 of 12) sorted by relevance

/third_party/gettext/gnulib-local/modules/
Dxgetcwd4 lib/xgetcwd.h
5 lib/xgetcwd.c
14 lib_SOURCES += xgetcwd.h xgetcwd.c
17 "xgetcwd.h"
/third_party/gettext/gnulib-local/lib/
Dxgetcwd.h18 extern char *xgetcwd (void);
Dxgetcwd.c53 xgetcwd () in xgetcwd() function
DChangeLog.0241 * xgetcwd.h (PARAMS): Remove macro.
242 (xgetcwd): Use ANSI C function declarations.
581 * xgetcwd.h: New file, extracted from system.h.
583 * Makefile.am (libgettextlib_la_SOURCES): Remove xgetcwd.c.
587 (UNUSED_SOURCE): Add xgetcwd.c.
588 (UNUSED_HEADER): Add xgetcwd.h.
864 * xgetcwd.c: Include stdlib.h and xmalloc.h. Don't declare xmalloc,
1295 * xgetcwd.c (xgetcwd): If the required pathname length is smaller
1563 * system.h: Add prototype for xgetcwd.
1565 * Makefile.in (SOURCES): Add xgetcwd.c.
[all …]
DChangeLog.1245 * xgetcwd.c: Assume errno.h declares errno.
382 * xgetcwd.c: Likewise.
531 * xgetcwd.c: Likewise.
1244 * xgetcwd.c: Likewise.
1568 * xgetcwd.c (getcwd) [VMS]: Pass 3 arguments.
1676 * xgetcwd.c: Include <unistd.h>.
/third_party/gettext/gnulib-local/
DMakefile.am151 lib/xgetcwd.c \
152 lib/xgetcwd.h \
171 modules/xgetcwd
DChangeLog.0211 * lib/xgetcwd.c (PATH_MAX): Provide a fallback value.
1627 * lib/xgetcwd.c (xgetcwd): Use XNMALLOC instead of xmalloc.
1797 * lib/xgetcwd.c: Likewise.
1930 * modules/xgetcwd: New file.
/third_party/toybox/lib/
Dxwrap.c513 char *xgetcwd(void) in xgetcwd() function
537 char *temp = xgetcwd(); in xabspath()
Dlib.h166 char *xgetcwd(void);
Dlib.c253 cwd = xgetcwd(); in find_in_path()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h167 char *xgetcwd(void);
/third_party/toybox/toys/posix/
Dtar.c820 TT.cwd = xabspath(s = xgetcwd(), 1); in tar_main()