/titanic_41/usr/src/tools/codesign/ |
H A D | signit.pl | 79 $Indir = $opt_i || getcwd(); # default to current dir 81 $Indir = getcwd() . "/$Indir" if (substr($Indir, 0, 1) ne "/"); 82 $Outdir = getcwd() . "/$Outdir" if (substr($Outdir, 0, 1) ne "/");
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getcwd.c | 34 #pragma weak _getcwd = getcwd 43 getcwd(char *pathname, size_t size) in getcwd() function
|
H A D | getwd.c | 48 if ((c = getcwd(pathname, val)) == NULL) { in getwd()
|
H A D | fattach.c | 69 if (getcwd(buf, sizeof (buf)) == NULL) { in fattach()
|
H A D | realpath.c | 81 if (getcwd(cwd, sizeof (cwd)) == NULL) { in realpath_impl()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | pwd.c | 54 extern char *getcwd(); 240 if (getcwd((char *)cwdname, PATH_MAX+1) == NULL) in cwdget() 258 if (getcwd((char *)cwdname, PATH_MAX+1) == NULL) { in cwdprint()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | where.c | 99 if (getcwd(curdir, MAXPATHLEN) == NULL) { 105 getcwd(qualpn, MAXPATHLEN); 111 (void) getcwd(qualpn, MAXPATHLEN);
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | realpath.c | 70 getcwd(start,MAXPATHLEN); in realpath() 133 if (getcwd(resolved, MAXPATHLEN) == 0) in realpath()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | getcwd.h | 16 char *getcwd(char *pt, size_t size);
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | getwd.c | 34 if (getcwd(path, PATH_MAX)) return(path); in getwd()
|
H A D | resolvepath.c | 61 else if (!getcwd(path, size - n)) in resolvepath()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | pathchk.c | 135 …if(!(cpold = getcwd((char*)0, 0)) && errno == EINVAL && (cpold = newof(0, char, PATH_MAX, 0)) && !… in pathchk()
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | getwd.c | 47 if ((c = getcwd(pathname, val)) == NULL) { in getwd()
|
/titanic_41/usr/src/cmd/pwd/ |
H A D | pwd.c | 48 if (getcwd(name, PATH_MAX + 1) != NULL) { in main()
|
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | setflabel.c | 96 if (getcwd(cwd, MAXPATHLEN) == NULL) { in setflabel() 290 else if (getcwd(absbuf, strlen(absbuf)) == NULL) in abspath()
|
/titanic_41/usr/src/lib/libast/common/path/ |
H A D | pathaccess.c | 52 dirs = getcwd(cwd, sizeof(cwd)); in pathaccess()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getcwd.c | 52 getcwd(arg1, arg2) in getcwd() function
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | getcwd.c | 40 getcwd(char *buf, size_t buflen) in getcwd() function
|
/titanic_41/usr/src/cmd/sgs/tools/ |
H A D | lint_hdr.pl | 94 $dir = getcwd();
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | clib_ext.h | 25 char *getcwd __P((char *, size_t));
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | main.c | 253 cwd = getcwd(NOSTR, PATHSIZE); in main() 398 cwd = getcwd(NOSTR, PATHSIZE); in main()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | flex_dev.c | 59 if ((cwd = getcwd(NULL, PATH_MAX)) == NULL) { in flex_device()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | getcwd.c | 34 NoN(getcwd) 111 getcwd(char* buf, size_t len)
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 125 extern char *getcwd(char *, int);
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 111 #undef getcwd 112 #define getcwd _ast_getcwd macro 113 extern __MANGLE__ char* getcwd __PROTO__((char*, size_t));
|