Searched refs:qf (Results 1 - 5 of 5) 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
73 qf = quad_l(x, y, x1, y1);
85 if (qs == qf) {
91 } else if ((qt = qf - qs) < 0)
119 if ((qs == qf) && (flg == 1))
120 switch (qf) {
155 if ((qs == qf) && (flg == 1))
/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
89 qf = quad_l(x, y, x1, y1);
101 if (qs == qf) {
107 } else if ((qt = qf - qs) < 0)
135 if ((qs == qf) && (flg == 1))
136 switch (qf) {
171 if ((qs == qf) && (flg == 1))
/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
92 qf = quad_l(x, y, x1, y1);
104 if (qs == qf) {
110 } else if ((qt = qf - qs) < 0)
138 if ((qs == qf) && (flg == 1))
139 switch (qf) {
174 if ((qs == qf) && (flg == 1))
/osnet-11/usr/src/lib/libplot/t450/common/
H A Darc.c72 int flg, m, qs, qf, qt, qtctr = 0; local
94 qf = quad_l(x, y, x1, y1);
106 if (qs == qf) {
112 } else if ((qt = qf - qs) < 0)
140 if ((qs == qf) && (flg == 1))
141 switch (qf) {
176 if ((qs == qf) && (flg == 1))
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c298 ** Current qf file field assignments:
361 char qf[MAXPATHLEN]; local
388 ** open qf file directly: this will give an error if the file
888 (void) sm_strlcpy(qf, queuename(e, ANYQFL_LETTER),
889 sizeof(qf));
890 if (rename(tf, qf) < 0)
892 tf, qf, (int) geteuid());
937 SYNC_DIR(qf, true);
947 sm_syslog(LOG_DEBUG, e->e_id, "queueup %s", qf);
1440 #define QP_SUBQF 0x0002 /* "qf" subdirector
2490 char qf[MAXPATHLEN]; local
3934 char qf[MAXPATHLEN]; local
4895 char qf[MAXPATHLEN]; local
[all...]

Completed in 36 milliseconds