Searched refs:getcwd (Results 1 - 13 of 13) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dgetcwd.c7 char *getcwd(char *buf, size_t size) function
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dget_current_dir_name.c14 return getcwd(0, 0);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h107 # define getcwd _getcwd macro
193 E char *FDECL(getcwd, (char *,int)); /* unistd.h */
217 E char *FDECL(getcwd, (char *,int));
H A Dntconf.h153 char _FAR * _RTLENTRY _EXPFUNC getcwd( char _FAR *__buf, int __buflen );
H A Dwceconf.h296 extern char *getcwd( char *buffer, int maxlen );
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h107 # define getcwd _getcwd macro
193 E char *FDECL(getcwd, (char *,int)); /* unistd.h */
217 E char *FDECL(getcwd, (char *,int));
H A Dntconf.h153 char _FAR * _RTLENTRY _EXPFUNC getcwd( char _FAR *__buf, int __buflen );
H A Dwceconf.h296 extern char *getcwd( char *buffer, int maxlen );
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c65 getcwd(mac_cwd, 1024);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c65 getcwd(mac_cwd, 1024);
/seL4-refos-master/libs/libmuslc/include/
H A Dunistd.h78 char *getcwd(char *, size_t);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c33 #include <unistd.h> /* for getcwd() prototype */
155 if (getcwd(orgdir, sizeof orgdir) == (char *)0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c33 #include <unistd.h> /* for getcwd() prototype */
155 if (getcwd(orgdir, sizeof orgdir) == (char *)0)

Completed in 81 milliseconds