Searched refs:sol (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes686.pl17 elsif ( ($ARGV[0] eq "sol"))
18 { $sol=1; require "x86unix.pl"; }
29 sol - x86 solaris
/freebsd-9.3-release/usr.bin/calendar/
H A Dsunpos.c443 int eq[2], sol[2]; local
444 equinoxsolstice(strtol(argv[1], NULL, 10), 0.0, eq, sol); local
445 printf("%d - %d - %d - %d\n", eq[0], sol[0], eq[1], sol[1]);
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c922 struct soliciter *sol; local
983 sol = (struct soliciter *)malloc(sizeof(*sol));
984 if (sol) {
985 sol->sol_addr = *from;
987 sol->sol_addr.sin6_flowinfo = 0;
988 TAILQ_INSERT_TAIL(&rai->rai_soliciter, sol, sol_next);
1667 struct soliciter *sol; local
1781 while ((sol = TAILQ_FIRST(&rai->rai_soliciter)) != NULL) {
1782 TAILQ_REMOVE(&rai->rai_soliciter, sol, sol_nex
[all...]
H A Dconfig.c283 struct soliciter *sol; local
301 while ((sol = TAILQ_FIRST(&rai->rai_soliciter)) != NULL) {
302 TAILQ_REMOVE(&rai->rai_soliciter, sol, sol_next);
303 free(sol);
/freebsd-9.3-release/sys/dev/syscons/
H A Dscmouse.c530 int sol; local
543 sol = (scp->mouse_pos / scp->xsize) * scp->xsize;
544 eol = sol + scp->xsize;
548 for (j = scp->mouse_pos; j >= sol; --j) {
562 for (j = scp->mouse_pos; j >= sol; --j) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dia64-tdep.c229 int sol; /* Size of locals (decoded from cfm value) */ member in struct:ia64_frame_cache
1027 cache->sol = 0;
1062 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1082 int sol = (int) ((instr & 0x00007f00000LL) >> 20); local
1093 sol == ((cache->cfm >> 7) & 0x7f)))
1422 sol = cache->sol;
1464 sol = (cfm >> 7) & 0x7f;
1467 /* The previous bof only requires subtraction of the sol (size of locals)
1469 bof = rse_address_add (bof, -sol);
1522 CORE_ADDR cfm, sof, sol, bsp, psr; local
2208 unw_word_t bsp, sof, sol, cfm, psr, ip; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c1361 bitmap sol; local
1368 sol = get_varinfo (t)->solution;
1369 if (!bitmap_bit_p (sol, rhs))
1371 bitmap_set_bit (sol, rhs);
1394 bitmap sol = get_varinfo (lhs)->solution; local
1400 flag = !bitmap_bit_p (sol, anything_id);
1402 bitmap_set_bit (sol, anything_id);
1424 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution);
1426 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution);
1437 get_varinfo (lhs)->solution = sol;
1453 bitmap sol = get_varinfo (rhs)->solution; local
[all...]
/freebsd-9.3-release/contrib/expat/lib/
H A Dxmltok_impl.c635 goto sol;
656 sol:
749 goto sol;
766 sol:
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c2072 unsigned long sol = (pfs >> 7) & 0x7f;
2074 ia64_rse_skip_regs ((unsigned long *) context->bsp, -sol);
2064 unsigned long sol = (pfs >> 7) & 0x7f; local
/freebsd-9.3-release/etc/
H A Dservices664 work-sol 400/tcp #Workstation Solutions
665 work-sol 400/udp #Workstation Solutions
/freebsd-9.3-release/contrib/groff/
H A Dconfigure9843 grep "\\.so" $files >conftest.sol
9854 if grep "\\.so.*/$b\$" conftest.sol >/dev/null \
9868 rm -f conftest.sol

Completed in 148 milliseconds