Searched refs:qp (Results 26 - 49 of 49) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprlong.h187 ** OUTPUTS: PRUint64 *qp: pointer to quotient
190 #define LL_UDIVMOD(qp, rp, a, b) \
191 (*(qp) = ((PRUint64)(a) / (b)), \
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b)
267 NSPR_API(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprlong.h187 ** OUTPUTS: PRUint64 *qp: pointer to quotient
190 #define LL_UDIVMOD(qp, rp, a, b) \
191 (*(qp) = ((PRUint64)(a) / (b)), \
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b)
267 NSPR_API(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b);
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dsyslogd.c502 qtn_proc_t qp = qtn_proc_alloc(); local
503 qtn_proc_set_identifier(qp, "com.apple.syslogd");
504 qtn_proc_set_flags(qp, QTN_FLAG_SANDBOX | QTN_FLAG_HARD);
505 qtn_proc_apply_to_self(qp);
506 qtn_proc_free(qp);
/macosx-10.10/autofs-246/automountlib/
H A Dauto_subr.c560 register char *ip, *bp, *qp; local
565 for (ip = str, bp = buf, qp = qbuf; *ip; ip++) {
580 *qp++ = (inquote || escaped) ? '^' : ' ';
584 *qp = '\0';
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_pr.c476 QAMDATA *qp, *qep; local
552 for (qp = QAM_GET_RECORD(dbp, h, i); qp < qep;
553 recno++, i++, qp = QAM_GET_RECORD(dbp, h, i)) {
554 if (!F_ISSET(qp, QAM_SET))
558 F_ISSET(qp, QAM_VALID) ? "\t" : " D");
560 (u_long)((u_int8_t *)qp - (u_int8_t *)h));
561 __db_prbytes(env, &mb, qp->data, qlen);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/complete/
H A Dcomplete2.ianmac107 -qp*)
/macosx-10.10/lsof-53/lsof/
H A Dmisc.c1236 KA_T qp; local
1242 for (qp = addr; qp; qp = (KA_T)buf->q_next) {
1243 if (kread(qp, (char *)buf, sizeof(struct queue))) {
1245 print_kptr(qp, (char *)NULL, 0));
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty.c1970 struct clist *qp; local
2045 qp = ISSET(lflag, ICANON) ? &tp->t_canq : &tp->t_rawq;
2048 if (qp->c_cc > 0)
2071 if (qp->c_cc < m)
2073 if (qp->c_cc > 0)
2076 /* m, t and qp->c_cc are all 0. 0 is enough input. */
2083 if (qp->c_cc <= 0)
2085 if (qp->c_cc >= m)
2097 } else if (qp->c_cc > last_cc) {
2112 last_cc = qp
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/dig/
H A Dnslookup.c791 dig_query_t *q, *qp; local
812 qp = q;
814 ISC_LIST_DEQUEUE(l->q, qp, link);
815 isc_mem_free(mctx, qp);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvtype.c858 Namtype_t *pp,*qp=0,*dp,*tp; local
889 if(qp)
891 for(j=0; j < qp->numnodes;j++)
893 nq = nv_namptr(qp->nodes,j);
897 if(j < qp->numnodes)
912 qp = dp;
955 if(qp)
1020 if(qp)
1029 Namval_t *nr = nv_namptr(qp->nodes,k);
1055 qp
[all...]
H A Dnvtree.c665 char *qp = strchr(fmtq,'\''); local
666 if(!qp || qp>ep)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp1544 // Set qp = (u[j+n]*b + u[j+n-1]) / v[n-1]. (qp=qprime=q')
1546 // Now test if qp == b or qp*v[n-2] > b*rp + u[j+n-2]; if so, decrease
1547 // qp by 1, inrease rp by v[n-1], and repeat this test if rp < b. The test
1549 // value qp is one too large, and it eliminates all cases where qp is two
1553 uint64_t qp = dividend / v[n-1];
1555 if (qp == b || qp*
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c710 mp_int qp; local
712 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
715 res = s_mp_div_d(&qp, d, &rem);
716 if(s_mp_cmp_d(&qp, 0) == 0)
717 SIGN(&qp) = MP_ZPOS;
719 mp_clear(&qp);
3217 mp_digit *dp = DIGITS(mp), *qp; local
3228 qp = DIGITS(&quot);
3241 qp[ix] = t;
/macosx-10.10/swig-12/Source/Swig/
H A Dsymbol.c1508 String *qp = Swig_symbol_type_qualify(tp, ntab); local
1509 Node *n = Swig_symbol_clookup(qp, ntab);
1521 np = qp;
1528 Delete(qp);
/macosx-10.10/uucp-11/uucp/
H A Duucico.c2750 struct uuconf_proto_param *qp;
2752 for (qp = pas; qp->uuconf_bproto != '\0'; qp++)
2754 if (qp->uuconf_bproto == bproto)
2758 for (qe = qp->uuconf_qentries; qe->uuconf_cargs > 0; qe++)
2746 struct uuconf_proto_param *qp; local
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_subr.c207 dt_getstrattr(char *p, char **qp) argument
219 *qp = q;
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl481 foreach qp $qPosition {
482 incr qp
483 append quotas " [lrange $args [expr $qp - 3] $qp]"
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Drfc2047.el53 (require 'qp)
135 (defun rfc2047-qp-or-base64 ()
648 (if (eq (rfc2047-qp-or-base64) 'base64)
/macosx-10.10/postfix-255/
H A Dchunking.pl1441 my $qp = encode_qp($raw, "\r\n");
1442 return $qp;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompcore.c1492 * qp, qs: prefix and suffix strings deduced from s.
1494 char *tmp, *p, *ns, *ts, *ol, sav, *qp, *qs; local
1779 qp = (qttype == QT_SINGLE) ? dupstring(s) : rembslash(s);
1795 remsquote(qp);
1860 tmp = tricat(compqiprefix, compiprefix, multiquote(qp, 1));
H A Dcompctl.c2787 char *qp, *qs, *ts; local
2936 qp = tricat(qipre, multiquote(s, 0), "");
2975 qipre = qp;
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit517 qp\040 �� # ---> 1^0^ 1
2298 qp\040 �� # ---> 1^0^ 2
3529 ;qp\040 �� # ---> 0-1^0^ 0
4141 /qp\040 �� # ---> 0v1^0^ 10
4702 ,qp\040 �V # ---> 8v1^0^ 10
11366 /qp\040 �] # ---> 0v1^0^ 0
11537 u,qp �k # ---> 7^8v1^0^ 0
12833 u,qp �� # ---> 7^8v1^0^ 0
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DmDNS.c11751 DNSQuestion **qp = &m->Questions; local
11755 if (question->InterfaceID == mDNSInterface_LocalOnly || question->InterfaceID == mDNSInterface_P2P) qp = &m->LocalOnlyQuestions;
11756 while (*qp && *qp != question) qp=&(*qp)->next;
11757 if (*qp) *qp = (*qp)->next;
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dprincipal.GUPTA4.APPLE.COM519 ��!SVW':�{ s@��U��@o���i>��h.�����w[ta��=F����.����RKz���?P��.��q���> �o��$(� q����M�U��} �@+y<~K��8�E���S����P���3���� �$c�(x���|kusers0068@GUPTA4.APPLE.COM&����: kusers0068@GUPTA4.APPLE.COM4\ �3Mroot/admin@GUPTA4.APPLE.COM�3M6p��$��d��cb)��g���,ZS��v0�In#d�8^F����i����.����K�C��$�9�Sl;���+��_�h��7oO�.@�_�/4�.'��J�w5zF������ ��fg"��/q��>�"��B����X�> �Ri��w�:�� ����$��0Mqp����(���P(��CbfmR',
604 1#G��[������7Z$���|N�c����3��u���o�DPW> ���#4��#~0��X��P�����0���@9,��-LG.��� k�7���wF��0���|kusers0085@GUPTA4.APPLE.COM&����: kusers0085@GUPTA4.APPLE.COM4\ �3Mroot/admin@GUPTA4.APPLE.COM�3M6�i�@�l����b���X�+gx ����W�Jw4����y�����p��d���t.�Xq�Jc����TK��N���]���\G��@���HQ��#��A���z.�����qlzzt`B}"� BPMnQ&���]i�qp\�^W#��?�-f�;> ,�{A"�G����C������R~���$X�(����b�z� �$&�p?!����I.�|�U����\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0094@GUPTA4.APPLE.COM&����: kusers0094@GUPTA4.APPLE.COM4\ �3Mroot/admin@GUPTA4.APPLE.COM�3M6�a:
3105 �$Sw�~��q-��s���0.�v��]�����/=%�xQR)�������?e@����g��3c!W�.F��N:��s%�����n�;�����z"��W�Rw����(�> ��Mj�����*2��g�$��������H]�����������GR�*�J�7���N2�����|kusers0785@GUPTA4.APPLE.COM&����: kusers0785@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6w�����qp~rn�i9�h�^�v�1;����5�kN��H%�6��mKO���.F����O�M�Q��@6��.N����7���zwC���H7M{�D���.&!����g���JjRR�$l��U:�iY����n� <�� J�m��> ����*����?�GyD��D~���+�b�x8���<��"iZ��� �#x����/��v>�@_���������\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0794@GUPTA4.APPLE.COM&����: kusers0794@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�����
3372 n���)�����9-2�.|@&��1l�:��9�����Z ����6X�I�(�i�W�-sb� �.�=y�Ie��O�����<o-p�����iF3fir#7}�q~Tr�<�qp> �����k8+Tr�V~�����-��x��;��;�v��)���� A6���d�e�[`AnY����|kusers0866@GUPTA4.APPLE.COM&����: kusers0866@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6ve%�P����"�����H�<�*%-���]�lFq(]m��:�XSHE�L�.���7398�c�4��0&u���� �����[b6%8��%�����.�Gu?&M���g!��7�j���������}�$4�PB�2��m��> ~}Z1 �i0z���7���-�D�����e �9��������%�80����A��K��TQer�����|kusers0865@GUPTA4.APPLE.COM&����: kusers0865@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6IA�d���V�FHE;(��2d�2~�u���z�G�I�6�JW�o:��x��3@.�4tV}�ta�$p��t�K��eMz{ aj����Z��k���S#1)�.�$����Kq Z��y�#r�;`>�����Z?}O�f�%���- > �*9�5\��F�(��m��3�V��T�f������$�&����P�}�ZD��^P�����������\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0874@GUPTA4.APPLE.COM&����: kusers0874@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�t]C����0��L������b�c x��>� �.k�~?��Y�lrs.���0��z���j����~/_=E��.U] A��������$��..,LRF�-� S�$��o���6��rzF!+u��8�}����P�> ���zF}-�(�9���*�a�:;�>��

Completed in 495 milliseconds

12