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

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/setjmp/
H A Dt_threadjmp.c89 static pthread_t myself = NULL; variable
96 ATF_REQUIRE(myself == pthread_self());
110 myself = pthread_self();
127 ATF_REQUIRE(myself == pthread_self());
137 ATF_REQUIRE(myself == pthread_self());
141 ATF_REQUIRE(myself == pthread_self());
145 ATF_REQUIRE(myself == pthread_self());
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h746 # define myself(u) ((u) == ruid()) macro
748 # define myself(u) true macro
H A Drcsedit.c1810 if (!AccessList || myself(RCSstat.st_uid) || strcmp(getcaller(),"root")==0)
/freebsd-10-stable/gnu/usr.bin/rcs/ci/
H A Dci.c920 if (StrictLocks || !myself(RCSstat.st_uid)) {
1148 if (!StrictLocks && myself(RCSstat.st_uid))
1179 || (newworkmode&S_IWUSR && !myself(workstat.st_uid))
/freebsd-10-stable/gnu/usr.bin/rcs/co/
H A Dco.c558 myself(workstat.st_uid) ? "" : ", and you do not own it"
/freebsd-10-stable/contrib/sqlite3/tea/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
9089 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2

Completed in 131 milliseconds