| Home | Sort by: relevance | last modified time | path |
| /src/sys/rump/include/rump/ | |
| rump_syscallshotgun.h | 91 #define chdir(a) rump_sys_chdir(a) macro |
| /src/sys/sys/ | |
| spawn.h | 70 #define fae_chdir_path fae_data.chdir.path 71 } chdir; member in union:posix_spawn_file_actions_entry::__anon7703 |
| /src/usr.bin/make/unit-tests/ | |
| Makefile | 246 TESTS+= opt-chdir 550 SED_CMDS.opt-chdir= -e 's,\(nonexistent\).[1-9][0-9]*,\1,' |
| /src/lib/librumphijack/ | |
| hijack.c | 351 { DUALCALL_CHDIR, "chdir", RSYS_NAME(CHDIR) }, 1224 chdir(const char *path) function 1231 op_chdir = GETSYSCALL(rump, CHDIR); 1235 op_chdir = GETSYSCALL(host, CHDIR); |
| /src/sys/compat/netbsd32/ | |
| netbsd32.h | 1211 } chdir; member in union:netbsd32_posix_spawn_file_actions_entry::__anon2394 |