/titanic_51/usr/src/tools/cscope-fast/ |
H A D | mygetwd.c | 41 * working directory, don't call getwd() 50 char *getwd(); in mygetwd() 63 return (getwd(dir)); in mygetwd()
|
H A D | library.h | 38 char *getwd(char *dir);
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | realpath.c | 32 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 D | getwd.c | 32 getwd(char* path) in getwd() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | getwd.c | 24 * 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 D | getwd.c | 39 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 D | getwd.c | 39 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 D | unistd.h | 154 extern char *getwd(char *);
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 132 #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 D | ast_map.h | 132 #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 D | ast_map.h | 153 #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 D | ast_map.h | 153 #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 D | ast_map.h | 132 #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 D | ast_map.h | 132 #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 D | ast_map.h | 153 #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 D | ast_map.h | 153 #undef getwd 154 #define getwd _ast_getwd macro 155 extern __MANGLE__ char* getwd __PROTO__((char*));
|
/titanic_51/usr/src/ucblib/libucb/ |
H A D | Makefile.com | 58 getwd.o \
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 132 #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 D | map | 132 #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 D | map | 132 #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 D | map | 132 #undef getwd 133 #define getwd _ast_getwd 134 extern __MANGLE__ char* getwd __PROTO__((char*));
|
/titanic_51/usr/src/tools/tokenize/ |
H A D | forth_preload.c | 148 { "getwd", 0 }, 264 ipose(getwd)
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 132 #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 D | map | 132 #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 D | map | 132 #undef getwd 133 #define getwd _ast_getwd 134 extern __MANGLE__ char* getwd __PROTO__((char*));
|