Searched refs:qs (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libplot/t300/common/
H A Darc.c52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
72 qs = quad_l(x, y, x0, y0);
76 if ((qs == 2) || (qs == 3))
81 if (qs > 2)
85 if (qs == qf) {
91 } else if ((qt = qf - qs) < 0)
97 if ((qs == 2) || (qs == 3))
109 if (++qs >
[all...]
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Darc.c68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
88 qs = quad_l(x, y, x0, y0);
92 if ((qs == 2) || (qs == 3))
97 if (qs > 2)
101 if (qs == qf) {
107 } else if ((qt = qf - qs) < 0)
113 if ((qs == 2) || (qs == 3))
125 if (++qs >
[all...]
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Darc.c71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
91 qs = quad_l(x, y, x0, y0);
95 if ((qs == 2) || (qs == 3))
100 if (qs > 2)
104 if (qs == qf) {
110 } else if ((qt = qf - qs) < 0)
116 if ((qs == 2) || (qs == 3))
128 if (++qs >
[all...]
/osnet-11/usr/src/lib/libplot/t450/common/
H A Darc.c72 int flg, m, qs, qf, qt, qtctr = 0; local
93 qs = quad_l(x, y, x0, y0);
97 if ((qs == 2) || (qs == 3))
102 if (qs > 2)
106 if (qs == qf) {
112 } else if ((qt = qf - qs) < 0)
118 if ((qs == 2) || (qs == 3))
130 if (++qs >
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtesc.c220 * escape the usual suspects and quote chars in qs
225 fmtnesq(const char* as, const char* qs, size_t n) argument
227 return fmtquote(as, NiL, qs, n, 0);
231 * escape the usual suspects and quote chars in qs
235 fmtesq(const char* as, const char* qs) argument
237 return fmtquote(as, NiL, qs, strlen((char*)as), 0);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dkill.d1 #!/usr/sbin/dtrace -qs
H A Dshortlived.d1 #!/usr/sbin/dtrace -qs
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dkill.d1 #!/usr/sbin/dtrace -qs
H A Dshortlived.d1 #!/usr/sbin/dtrace -qs
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell-tester.in68 qs=`echo "$option" | sed -e 's/--qemu-opts=//'`
69 qemuopts="$qemuopts $qs" ;;
H A Dgrub-shell.in81 qs=`echo "$option" | sed -e 's/--qemu-opts=//'`
82 qemuopts="$qemuopts $qs" ;;
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c388 adutils_query_state_t *qs; local
395 rc = adutils_lookup_batch_start(cp->ad, 1, NULL, NULL, &qs);
400 rc = adutils_lookup_batch_add(qs, filter, attrs, domain, result, &brc);
402 adutils_lookup_batch_release(&qs);
406 rc = adutils_lookup_batch_end(&qs);
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c919 adutils_lookup_check_domain(adutils_query_state_t *qs, const char *domain) argument
921 adutils_ad_t *ad = qs->qadh->owner;
944 adutils_lookup_check_sid_prefix(adutils_query_state_t *qs, const char *sid) argument
946 adutils_ad_t *ad = qs->qadh->owner;
1688 adutils_query_state_t *qs; local
1690 rc = adutils_lookup_batch_start(ad, 1, NULL, NULL, &qs);
1694 rc = adutils_lookup_batch_add(qs, filter, attrs, domain, result, &brc);
1696 adutils_lookup_batch_release(&qs);
1700 rc = adutils_lookup_batch_end(&qs);

Completed in 61 milliseconds