Searched refs:faked (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_siginfo_wait.h31 ptrace_siginfo(bool faked, void (*sah)(int a, siginfo_t *b, void *c), int *signal_caught) argument
55 FORKEE_ASSERT(sigaction(faked ? sigfaked : sigval, &sa, NULL)
82 if (faked) {
83 DPRINTF("Before setting new faked signal to signo=%d "
93 if (faked) {
107 faked ? sigfaked : sigval) != -1);
118 #define PTRACE_SIGINFO(test, faked) \
124 "with%s setting signal to new value", faked ? "" : "out"); \
132 if (faked) { \
148 ptrace_siginfo(faked, tes
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-parsedir.exp2 make: "<normalized>" line 43: The location can be faked in some cases.
H A Dvarname-dot-parsefile.exp2 make: "<normalized>" line 38: The location can be faked in some cases.
H A Dvarname-dot-parsedir.mk43 .info The location can be faked in some cases.
H A Dvarname-dot-parsefile.mk38 .info The location can be faked in some cases.
/netbsd-current/sys/fs/ntfs/
H A Dntfs_vnops.c528 u_int32_t faked = 0, num; local
571 faked = (ip->i_number == NTFS_ROOTINO) ? 1 : 2;
572 num = uio->uio_offset / sizeof(struct dirent) - faked;

Completed in 127 milliseconds