Home | Sort by: relevance | last modified time | path |
/src/usr.bin/make/unit-tests/ | |
opt-chdir.mk | 1 # $NetBSD: opt-chdir.mk,v 1.7 2024/04/02 11:11:00 rillig Exp $ 10 all: chdir-root 11 all: chdir-nonexistent 16 chdir-root: .PHONY .IGNORE 22 chdir-nonexistent: .PHONY .IGNORE |
Makefile | 246 TESTS+= opt-chdir 546 SED_CMDS.opt-chdir= -e 's,\(nonexistent\).[1-9][0-9]*,\1,' |
/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::__anona75f4e88010a |
/src/lib/librumphijack/ | |
hijack.c | 351 { DUALCALL_CHDIR, "chdir", RSYS_NAME(CHDIR) }, 1224 chdir(const char *path) function in typeref:typename:int 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::__anon14f7041d120a |