Searched refs:uct (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (!uct.uc_link) {
54 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A Dresumecontext.c46 ucontext_t uct; local
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbitfld-9.c25 typedef uc uct; typedef
49 uct uchar2 : 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbitfld-9.c25 typedef uc uct; typedef
49 uct uchar2 : 1;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dsave.c597 int uct = pAL->useCt; local
603 if (uct > 1)
606 while (uct-- > 0)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dsave.c590 int uct = pAL->useCt; local
596 if (uct > 1)
599 while (uct-- > 0)
/netbsd-6-1-5-RELEASE/external/apache2/mDNSResponder/dist/Clients/
H A Ddns-sd.c285 time_t uct = time(NULL); local
286 tm = *localtime(&uct);

Completed in 281 milliseconds