Home
last modified time | relevance | path

Searched refs:p_cwd (Results 1 – 25 of 46) sorted by relevance

12

/dports/shells/vshnu/vshnu-1.0500/tcsh/
H A Dvshnu.tcsh-6.16.diff21 ! fp->p_cwd == NULL || !eq(dcwd->di_name, fp->p_cwd->di_name)) {
30 ! fp->p_cwd == NULL || !eq(dcwd->di_name, fp->p_cwd->di_name)) &&
H A Dvshnu.tcsh-6.05.diff21 ! !eq(dcwd->di_name, fp->p_cwd->di_name)) {
30 ! !eq(dcwd->di_name, fp->p_cwd->di_name)) &&
/dports/emulators/aranym/aranym-1.1.0/atari/hostfs/metados/
H A Dmain.c128 hostfs_filesys.root( dosDevID | 0x6000, &curproc->p_cwd->root[dosDevID] ); in InitDevice()
132 fcookie *relto = &curproc->p_cwd->root[dosDevID]; in InitDevice()
H A Dmintproc.h31 struct cwd *p_cwd; /* path stuff */ member
H A Dk_fds.c157 assert (p->p_cwd); in do_open()
160 (S_IFREG|DEFAULT_MODE) & (~p->p_cwd->cmask), attr, &fc); in do_open()
H A Ddosdir.c43 dir = &p->p_cwd->root[d]; in sys_d_free()
67 assert (p->p_fd && p->p_cwd); in sys_d_create()
105 (DEFAULT_DIRMODE & ~p->p_cwd->cmask) in sys_d_create()
113 DEFAULT_DIRMODE & ~p->p_cwd->cmask); in sys_d_create()
H A Dfilesys.c156 struct cwd *cwd = p->p_cwd; in relpath2cookie()
580 struct cwd *cwd = p->p_cwd; in path2cookie()
H A Ddosfile.c52 assert (p->p_fd && p->p_cwd); in sys_f_open()
94 assert (p->p_fd && p->p_cwd); in sys_f_create()
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dproc.c179 !eq(dcwd->di_name, fp->p_cwd->di_name)) {
243 if (pp->p_cwd && --pp->p_cwd->di_count == 0) in pwait()
244 if (pp->p_cwd->di_next == 0) in pwait()
245 dfree(pp->p_cwd); in pwait()
298 !eq(dcwd->di_name, fp->p_cwd->di_name)) {
474 pp->p_cwd = 0;
486 pp->p_cwd = dcwd;
782 !eq(tp->p_cwd->di_name, dcwd->di_name)) {
784 dtildepr(value(STRhome), tp->p_cwd->di_name);
801 if (flag & SHELLDIR && !eq(tp->p_cwd->di_name, dcwd->di_name)) {
H A Dproc.h48 struct directory *p_cwd; /* cwd of the job (only in head) */ member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dprocimpl.cxx466 LPCWSTR p_cwd = (cwd.getLength()) ? o3tl::toW(cwd.getStr()) : nullptr; in osl_executeProcess_WithRedirectedIO() local
530 b_inherit_handles, flags, p_environment, p_cwd, in osl_executeProcess_WithRedirectedIO()
537 b_inherit_handles, flags, p_environment, p_cwd, in osl_executeProcess_WithRedirectedIO()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dprocimpl.cxx466 LPCWSTR p_cwd = (cwd.getLength()) ? o3tl::toW(cwd.getStr()) : nullptr; in osl_executeProcess_WithRedirectedIO() local
530 b_inherit_handles, flags, p_environment, p_cwd, in osl_executeProcess_WithRedirectedIO()
537 b_inherit_handles, flags, p_environment, p_cwd, in osl_executeProcess_WithRedirectedIO()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dos_unix.h86 virtual Error set_cwd(const String &p_cwd);
H A Dos_unix.cpp437 Error OS_Unix::set_cwd(const String &p_cwd) { in set_cwd() argument
439 if (chdir(p_cwd.utf8().get_data()) != 0) in set_cwd()
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dos_unix.h86 virtual Error set_cwd(const String &p_cwd);
H A Dos_unix.cpp437 Error OS_Unix::set_cwd(const String &p_cwd) { in set_cwd() argument
439 if (chdir(p_cwd.utf8().get_data()) != 0) in set_cwd()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dosd.h86 extern cstring osd_absolutePath (cstring p_cwd, cstring p_filename) /*@*/ ;
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Dos_unix.h73 virtual Error set_cwd(const String &p_cwd);
H A Dos_unix.cpp452 Error OS_Unix::set_cwd(const String &p_cwd) { in set_cwd() argument
454 if (chdir(p_cwd.utf8().get_data()) != 0) in set_cwd()
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Dos_unix.h73 virtual Error set_cwd(const String &p_cwd);
H A Dos_unix.cpp452 Error OS_Unix::set_cwd(const String &p_cwd) { in set_cwd() argument
454 if (chdir(p_cwd.utf8().get_data()) != 0) in set_cwd()
/dports/emulators/aranym/aranym-1.1.0/atari/tools/devdos/
H A Ddosdir.c78 dir = &p->p_cwd->root[d]; in sys_d_free()
/dports/devel/godot2/godot-2.1.6-stable/platform/winrt/
H A Dos_winrt.h224 virtual Error set_cwd(const String &p_cwd);
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/winrt/
H A Dos_winrt.h224 virtual Error set_cwd(const String &p_cwd);
/dports/devel/godot-tools/godot-3.2.3-stable/platform/uwp/
H A Dos_uwp.h203 virtual Error set_cwd(const String &p_cwd);

12