Home
last modified time | relevance | path

Searched refs:uc1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dmountu.sh208 sighandler(int signo, siginfo_t *si, void *uc1)
212 uc = uc1;
H A Dpkru.sh187 sighandler(int signo __unused, siginfo_t *si __unused, void *uc1 __unused)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1409 unsigned uc1 = (uch)c1; in samesets() local
1413 if (col[uc1] != col[uc2]) in samesets()
/freebsd/contrib/nvi/regex/
H A Dregcomp.c1301 unsigned uc1 = (unsigned char)c1; in samesets() local
1305 if (col[uc1] != col[uc2]) in samesets()