Searched refs:xgetcwd (Results 1 – 12 of 12) sorted by relevance
4 lib/xgetcwd.h5 lib/xgetcwd.c14 lib_SOURCES += xgetcwd.h xgetcwd.c17 "xgetcwd.h"
18 extern char *xgetcwd (void);
53 xgetcwd () in xgetcwd() function
241 * 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 smaller1563 * system.h: Add prototype for xgetcwd.1565 * Makefile.in (SOURCES): Add xgetcwd.c.[all …]
245 * 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>.
151 lib/xgetcwd.c \152 lib/xgetcwd.h \171 modules/xgetcwd
211 * 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.
513 char *xgetcwd(void) in xgetcwd() function537 char *temp = xgetcwd(); in xabspath()
166 char *xgetcwd(void);
253 cwd = xgetcwd(); in find_in_path()
167 char *xgetcwd(void);
820 TT.cwd = xabspath(s = xgetcwd(), 1); in tar_main()