Home
last modified time | relevance | path

Searched refs:getwd (Results 1 – 25 of 51) sorted by relevance

123

/titanic_51/usr/src/tools/cscope-fast/
H A Dmygetwd.c41 * working directory, don't call getwd()
50 char *getwd(); in mygetwd()
63 return (getwd(dir)); in mygetwd()
H A Dlibrary.h38 char *getwd(char *dir);
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Drealpath.c32 extern char *getwd();
76 if (getwd(d) == NULL) {
77 /* Use whatever errno value getwd may have left around. */
231 * The routine indirectly invokes the readlink() system call and getwd()
/titanic_51/usr/src/lib/libast/common/comp/
H A Dgetwd.c32 getwd(char* path) in getwd() function
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetwd.c24 * getwd() using getcwd()
26 * some getwd()'s are incredible
32 getwd(char* path) in getwd() function
35 strcpy(path, "getwd: error in . or .."); in getwd()
/titanic_51/usr/src/ucblib/libucb/port/gen/
H A Dgetwd.c39 getwd(char *pathname) in getwd() function
50 "getwd: a parent directory cannot be read"); in getwd()
52 (void) strcpy(pathname, "getwd: buffer too small"); in getwd()
54 (void) strcpy(pathname, "getwd: failure occurred"); in getwd()
/titanic_51/usr/src/lib/libc/port/gen/
H A Dgetwd.c39 getwd(char *pathname) in getwd() function
51 "getwd: a parent directory cannot be read"); in getwd()
53 (void) strcpy(pathname, "getwd: buffer too small"); in getwd()
55 (void) strcpy(pathname, "getwd: failure occurred"); in getwd()
/titanic_51/usr/src/ucbhead/
H A Dunistd.h154 extern char *getwd(char *);
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h132 #undef getwd
133 #define getwd _ast_getwd macro
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h132 #undef getwd
133 #define getwd _ast_getwd macro
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h153 #undef getwd
154 #define getwd _ast_getwd macro
155 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h153 #undef getwd
154 #define getwd _ast_getwd macro
155 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h132 #undef getwd
133 #define getwd _ast_getwd macro
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h132 #undef getwd
133 #define getwd _ast_getwd macro
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h153 #undef getwd
154 #define getwd _ast_getwd macro
155 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h153 #undef getwd
154 #define getwd _ast_getwd macro
155 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/ucblib/libucb/
H A DMakefile.com58 getwd.o \
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/tools/tokenize/
H A Dforth_preload.c148 { "getwd", 0 },
264 ipose(getwd)
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap132 #undef getwd
133 #define getwd _ast_getwd
134 extern __MANGLE__ char* getwd __PROTO__((char*));

123