HomeSort by: relevance | last modified time | path
    Searched refs:myself (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/lib/libc/setjmp/
t_threadjmp.c 89 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());
  /src/usr.sbin/sysinst/
partitions.c 88 generic_adapt_foreign_part_info(const struct disk_partitions *myself,
94 if (myself->pscheme == src_scheme)
101 dest->nat_type = myself->pscheme->get_fs_part_type(
106 dest->nat_type = myself->pscheme->get_generic_part_type(
109 dest->nat_type = myself->pscheme->create_unknown_part_type();
111 dest->nat_type = myself->pscheme->get_generic_part_type(
partitions.h 405 const struct disk_partitions *myself, struct disk_part_info *dest,
638 const struct disk_partitions *myself, struct disk_part_info *dest,
  /src/usr.sbin/ldpd/
main.c 62 void print_usage(char *myself)
64 printf("\nUsage: %s [-DdfhW] [-c config_file] [-p port]\n\n", myself);
  /src/sys/net/
if_arcsubr.c 120 uint8_t atype, adst, myself; local
131 myself = *CLLADDR(ifp->if_sadl);
275 ah->arc_shost = myself;
315 ah->arc_shost = myself;
324 ah->arc_shost = myself;
  /src/sys/arch/next68k/stand/boot/
srt0.s 51 || catch exceptions myself
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 367 cell_t units[4], phandle, myself, depth = 0, odepth = 0, cnt; local
375 OF_interpret("my-self", 0, 1, &myself);
421 OF_interpret("to my-self", 1, 0, myself);
  /src/external/gpl2/rcs/dist/src/
rcsbase.h 747 # define myself(u) ((u) == ruid()) macro
749 # define myself(u) true macro
ci.c 923 if (StrictLocks || !myself(RCSstat.st_uid)) {
1152 if (!StrictLocks && myself(RCSstat.st_uid))
1183 || (newworkmode&S_IWUSR && !myself(workstat.st_uid))
co.c 561 myself(workstat.st_uid) ? "" : ", and you do not own it"
rcsedit.c 1819 if (!AccessList || myself(RCSstat.st_uid) || strcmp(getcaller(),"root")==0)
  /src/sys/netinet/
ip_carp.c 1639 int myself = 0, error = 0; local
1705 myself = 1;
1710 if (!myself) {
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
configure 111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3327 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  /src/tools/compat/
configure 112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
8322 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  /src/external/gpl3/binutils.old/dist/
configure 110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20208 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  /src/external/gpl3/gcc.old/dist/
configure 110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18605 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  /src/external/gpl3/binutils/dist/
configure 110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21167 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2

Completed in 92 milliseconds