Searched refs:chdir (Results 1 - 17 of 17) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dchdir.c4 int chdir(const char *path) function
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Ddaemon.c7 if (!nochdir && chdir("/"))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h106 # define chdir _chdir macro
192 E int FDECL(chdir, (const char *)); /* unistd.h */
210 E int FDECL(chdir, (const char *));
213 E int FDECL(chdir, (char *));
225 E int FDECL(chdir, (const char *));
250 E int FDECL(chdir, (const char *));
H A Dntconf.h152 int _RTLENTRYF _EXPFUNC32 chdir( const char _FAR *__path );
H A Dwceconf.h295 int chdir( const char *dirname );
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h106 # define chdir _chdir macro
192 E int FDECL(chdir, (const char *)); /* unistd.h */
210 E int FDECL(chdir, (const char *));
213 E int FDECL(chdir, (char *));
225 E int FDECL(chdir, (const char *));
250 E int FDECL(chdir, (const char *));
H A Dntconf.h152 int _RTLENTRYF _EXPFUNC32 chdir( const char _FAR *__path );
H A Dwceconf.h295 int chdir( const char *dirname );
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c81 chdir(mac_tmp);
94 #ifdef CHDIR /* otherwise no chdir() */
454 if (dir && chdir(dir) < 0) {
456 error("Cannot chdir to %s.", dir);
H A Dunixunix.c278 (void) chdir(getenv("HOME"));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c81 chdir(mac_tmp);
94 #ifdef CHDIR /* otherwise no chdir() */
454 if (dir && chdir(dir) < 0) {
456 error("Cannot chdir to %s.", dir);
H A Dunixunix.c278 (void) chdir(getenv("HOME"));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c520 chdir(orgdir); /* chdir, not chdirx */
H A Dpcmain.c279 /* chdir shouldn't be called before this point to keep the
653 if(dir && chdir(dir) < 0) {
654 error("Cannot chdir to %s.", dir);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c520 chdir(orgdir); /* chdir, not chdirx */
H A Dpcmain.c279 /* chdir shouldn't be called before this point to keep the
653 if(dir && chdir(dir) < 0) {
654 error("Cannot chdir to %s.", dir);
/seL4-refos-master/libs/libmuslc/include/
H A Dunistd.h76 int chdir(const char *);

Completed in 66 milliseconds