Searched refs:mac_cwd (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c63 char mac_cwd[1024], *mac_exe = argv[0], *mac_tmp; local
65 getcwd(mac_cwd, 1024);
66 if(mac_exe[0] == '/' && !strcmp(mac_cwd, "/")) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c63 char mac_cwd[1024], *mac_exe = argv[0], *mac_tmp; local
65 getcwd(mac_cwd, 1024);
66 if(mac_exe[0] == '/' && !strcmp(mac_cwd, "/")) {

Completed in 34 milliseconds