Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 135) sorted by relevance

123456

/titanic_41/usr/src/tools/codesign/
H A Dsignit.pl79 $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 Dgetcwd.c34 #pragma weak _getcwd = getcwd
43 getcwd(char *pathname, size_t size) in getcwd() function
H A Dgetwd.c48 if ((c = getcwd(pathname, val)) == NULL) { in getwd()
H A Dfattach.c69 if (getcwd(buf, sizeof (buf)) == NULL) { in fattach()
H A Drealpath.c81 if (getcwd(cwd, sizeof (cwd)) == NULL) { in realpath_impl()
/titanic_41/usr/src/cmd/sh/
H A Dpwd.c54 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 Dwhere.c99 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 Drealpath.c70 getcwd(start,MAXPATHLEN); in realpath()
133 if (getcwd(resolved, MAXPATHLEN) == 0) in realpath()
/titanic_41/usr/src/cmd/ssh/include/
H A Dgetcwd.h16 char *getcwd(char *pt, size_t size);
/titanic_41/usr/src/lib/libast/common/comp/
H A Dgetwd.c34 if (getcwd(path, PATH_MAX)) return(path); in getwd()
H A Dresolvepath.c61 else if (!getcwd(path, size - n)) in resolvepath()
/titanic_41/usr/src/lib/libcmd/common/
H A Dpathchk.c135 …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 Dgetwd.c47 if ((c = getcwd(pathname, val)) == NULL) { in getwd()
/titanic_41/usr/src/cmd/pwd/
H A Dpwd.c48 if (getcwd(name, PATH_MAX + 1) != NULL) { in main()
/titanic_41/usr/src/lib/libtsol/common/
H A Dsetflabel.c96 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 Dpathaccess.c52 dirs = getcwd(cwd, sizeof(cwd)); in pathaccess()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dgetcwd.c52 getcwd(arg1, arg2) in getcwd() function
/titanic_41/usr/src/uts/common/syscall/
H A Dgetcwd.c40 getcwd(char *buf, size_t buflen) in getcwd() function
/titanic_41/usr/src/cmd/sgs/tools/
H A Dlint_hdr.pl94 $dir = getcwd();
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h25 char *getcwd __P((char *, size_t));
/titanic_41/usr/src/cmd/mailx/
H A Dmain.c253 cwd = getcwd(NOSTR, PATHSIZE); in main()
398 cwd = getcwd(NOSTR, PATHSIZE); in main()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dflex_dev.c59 if ((cwd = getcwd(NULL, PATH_MAX)) == NULL) { in flex_device()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dgetcwd.c34 NoN(getcwd)
111 getcwd(char* buf, size_t len)
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dunistd.h125 extern char *getcwd(char *, int);
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h111 #undef getcwd
112 #define getcwd _ast_getcwd macro
113 extern __MANGLE__ char* getcwd __PROTO__((char*, size_t));

123456