Searched refs:getcwd (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxgetcwd.c32 # define getcwd(Buf, Max) (getcwd) (Buf, Max, 0) macro
34 char *getcwd ();
38 # define getcwd(Buf, Max) getwd (Buf) macro
54 ret = getcwd (buf, sizeof (buf));
61 path_max += 2; /* The getcwd docs say to do this. */
68 ret = getcwd (cwd, path_max);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dpythoncheck.py44 from os import getcwd namespace
46 (getcwd(), get_platform(), sys.version[0:3]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxgetcwd.c27 path_max += 2; /* The getcwd docs say to do this. */
32 while ((ret = getcwd(cwd, path_max)) == NULL && errno == ERANGE) {
39 bb_perror_msg("getcwd");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunistd.in.h134 /* Include the headers that might declare getcwd so that they will not
143 <http://www.opengroup.org/susv3xsh/getcwd.html>.
144 Additionally, the gnulib module 'getcwd' guarantees the following GNU
148 # define getcwd rpl_getcwd macro
149 extern char * getcwd (char *buf, size_t size);
152 # undef getcwd macro
153 # define getcwd(b,s) \ macro
154 (GL_LINK_WARNING ("getcwd is unportable - " \
155 "use gnulib module getcwd for portability"), \
156 getcwd (
[all...]
H A Dcanonicalize-lgpl.c72 # define __getcwd(buf, max) getcwd (buf, max, 0)
74 # define __getcwd getcwd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistd.in.h134 /* Include the headers that might declare getcwd so that they will not
143 <http://www.opengroup.org/susv3xsh/getcwd.html>.
144 Additionally, the gnulib module 'getcwd' guarantees the following GNU
148 # define getcwd rpl_getcwd macro
149 extern char * getcwd (char *buf, size_t size);
152 # undef getcwd macro
153 # define getcwd(b,s) \ macro
154 (GL_LINK_WARNING ("getcwd is unportable - " \
155 "use gnulib module getcwd for portability"), \
156 getcwd (
[all...]
H A Dcanonicalize-lgpl.c72 # define __getcwd(buf, max) getcwd (buf, max, 0)
74 # define __getcwd getcwd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistd.in.h134 /* Include the headers that might declare getcwd so that they will not
143 <http://www.opengroup.org/susv3xsh/getcwd.html>.
144 Additionally, the gnulib module 'getcwd' guarantees the following GNU
148 # define getcwd rpl_getcwd macro
149 extern char * getcwd (char *buf, size_t size);
152 # undef getcwd macro
153 # define getcwd(b,s) \ macro
154 (GL_LINK_WARNING ("getcwd is unportable - " \
155 "use gnulib module getcwd for portability"), \
156 getcwd (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dunix.c54 if ((p = getcwd(cwd, MAXPATHLEN)) != NULL)
100 if (getcwd(cwd, MAXPATHLEN) == NULL)
115 if (getcwd(buf, MAXPATHLEN) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dgetcwd.c6 * $Id: getcwd.c,v 1.5 2008/01/08 20:58:44 bostic Exp $
14 * getcwd --
17 getcwd(buf, size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.c50 char *getcwd( char *buffer, unsigned int size) function
H A Dwincecompat.h39 char *getcwd( char *buffer, unsigned int size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmklink.pl24 my $pwd = getcwd();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dunix.c124 if ((p = getcwd(cwd, MAXPATHLEN)) != NULL)
142 if (getcwd(wd , MAXPATHLEN)) {
279 if (getcwd(cwd, MAXPATHLEN) == NULL)
294 if (getcwd(buf, MAXPATHLEN) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dclib_ext.h16 char *getcwd __P((char *, size_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dwin_db.h58 * Microsoft's C runtime library has fsync, getcwd, getpid, snprintf and
64 #define getcwd(buf, size) _getcwd(buf, size) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcwd.c141 getcwd(cwd, 255);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dsecureserver.pl68 my $path = getcwd();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h118 char *getcwd(char *, size_t);
H A Dclib_port.h184 #define getcwd __db_Cgetcwd macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dcanonicalize.c76 # define __getcwd(buf, max) getcwd (buf, max, 0)
78 # define __getcwd getcwd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/adv1tov2/
H A Dadv1tov2.c66 if ( getcwd( wd , MAXPATHLEN) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_main.c227 getcwd (_cwd, sizeof (_cwd));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h184 #define getcwd __db_Cgetcwd macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h186 #define getcwd __db_Cgetcwd macro

Completed in 163 milliseconds

1234