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

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtesc.c39 * quote string as of length n with qb...qe
48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument
64 if (qb)
65 c += strlen((char*)qb);
72 if (qb)
74 if (qb[0] == '$' && qb[1] == '\'' && qb[2] == 0)
76 else if ((flags & FMT_SHELL) && qb[1] == 0)
78 if (qb[
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dwalk.c546 NLQ qb; local
549 nlq_init (&qb);
552 nlq_push (&qb, tdn);
564 nlq_clear (&qb);
579 nlq_push (&qb, n->child [i]);
587 n = nlq_pop (&qb);
595 nlq_clear (&qb);
655 NLQ qb; local
658 nlq_init (&qb);
661 nlq_push (&qb, td
[all...]
/macosx-10.10/file_cmds-242/chmod/
H A Dchmod_acl.h75 extern int compare_acl_qualifiers(uuid_t *qa, uuid_t *qb);
H A Dchmod_acl.c318 compare_acl_qualifiers(uuid_t *qa, uuid_t *qb) { argument
319 return bcmp(qa, qb, sizeof(uuid_t));
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-bin.el301 (qb (math-div-bignum-digit b 512)))
303 (math-norm-bignum (car qb)))
305 (logand (cdr qa) (cdr qb))))))
328 (qb (math-div-bignum-digit b 512)))
330 (math-norm-bignum (car qb)))
332 (logior (cdr qa) (cdr qb))))))
355 (qb (math-div-bignum-digit b 512)))
357 (math-norm-bignum (car qb)))
359 (logxor (cdr qa) (cdr qb))))))
382 (qb (mat
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp533 static void slerp(double qa[4], const double qb[4], double t) argument
542 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhanja-jis.el220 ("qkd" "$BJoJ|J}K'K,K.K5K7K8K<K@KBKCKIR9RMUxVsWEWGZU[D\V^qb|cmg/gVhpiSkno%qwr7(B")
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c1555 Qbase *qbase, qb; local
1608 qb.base = query->base;
1614 qbase = avl_find( templ->qbase, &qb, pcache_dn_cmp );
1616 qbase = ch_calloc( 1, sizeof(Qbase) + qb.base.bv_len + 1 );
1617 qbase->base.bv_len = qb.base.bv_len;
1619 memcpy( qbase->base.bv_val, qb.base.bv_val, qb.base.bv_len );
4758 Qbase *qb = v; local
4762 tavl_free( qb->scopes[i], NULL );
4763 ch_free( qb );
[all...]
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c4550 BDIGIT_DBL qb; local
4676 qb = q * b->frac[ind_b];
4677 if (qb < BASE) borrow1 = 0;
4679 borrow1 = (BDIGIT)(qb / BASE);
4680 qb -= (BDIGIT_DBL)borrow1 * BASE; /* get qb < BASE */
4682 if(r->frac[ind_r] < qb) {
4683 r->frac[ind_r] += (BDIGIT)(BASE - qb);
4686 r->frac[ind_r] -= (BDIGIT)qb;
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim1779 nnoremap <buffer> <silent> qb :<c-u>call <SID>NetrwBookHistHandler(2,b:netrw_curdir)<cr>
1823 inoremap <buffer> <silent> qb <c-o>:<c-u>call <SID>NetrwBookHistHandler(2,b:netrw_curdir)<cr>
1912 nnoremap <buffer> <silent> qb :<c-u>call <SID>NetrwBookHistHandler(2,b:netrw_curdir)<cr>
1955 inoremap <buffer> <silent> qb <c-o>:<c-u>call <SID>NetrwBookHistHandler(2,b:netrw_curdir)<cr>
2028 " 2: (user: <qb>) list bookmarks
5213 exe 'sil! menu '.g:NetrwMenuPriority.'.8.6 '.g:NetrwTopLvlMenu.'Bookmarks\ and\ History.List<tab>qb qb'
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices13040 qb-db-server 10160/tcp # QB Database Server
13041 qb-db-server 10160/udp # QB Database Server
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit312 qb\040 �\ # ---> 1^5v 1
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm12963 elsif ($$rpatterns[0] =~ /^qb*;$/
[all...]

Completed in 418 milliseconds