Searched refs:el (Results 126 - 150 of 309) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm321 foreach my $el (@$maps) {
322 next unless @$el == @$map;
323 for ($i = 0; $i < @$el; $i++) {
324 last unless ($el->[$i] || 0) == ($map->[$i] || 0);
326 return $el if $i >= @$el;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A DtransformInt.h170 #define LIST_ADDSTR(el, list, str) \
171 LIST_ADDOBJ (el, list, Tcl_NewStringObj (str, -1))
173 #define LIST_ADDFSTR(el, list, str, len) \
174 LIST_ADDOBJ (el, list, Tcl_NewStringObj (str, len))
176 #define LIST_ADDINT(el, list, i) \
177 LIST_ADDOBJ (el, list, Tcl_NewIntObj (i))
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A Dadmin.c198 CFStringRef el; local
200 el = CFStringCreateWithCString(kCFAllocatorDefault, opt->encryption_types_strings.strings[i], kCFStringEncodingUTF8);
201 if (el == NULL) {
206 CFArrayAppendValue(enctypes, el);
207 CFRelease(el);
361 CFDataRef el = CFArrayGetValueAtIndex(keys, n);
362 if (el == NULL || CFGetTypeID(el) != CFDataGetTypeID())
364 CFStringRef str = HeimODKeysetToString(el, NULL);
386 CFDataRef el;
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.glob.c228 Char **vl, **el, **nv, *s; local
232 el = *elp;
234 el = vl + blklen(vl);
254 if (&el[len] >= &nv[size]) {
256 l = &el[len] - &nv[size];
259 e = el - nv;
263 el = nv + e;
265 /* nv vl el bl
274 for (bp = el; bp != vp; bp--)
276 el
298 Char ***fnv, **vl, **el; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drsa-ltm.c533 mp_int el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; local
543 mp_init_multi(&el, &p, &q, &n, &d,
547 BN2mpz(&el, e);
557 mp_gcd(&t1, &el, &t2);
572 mp_gcd(&t1, &el, &t2);
592 mp_invmod(&el, &t3, &d);
603 rsa->e = mpz2BN(&el);
615 mp_clear_multi(&el, &p, &q, &n, &d,
H A Drsa-tfm.c451 fp_int el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; local
461 fp_init_multi(&el, &p, &q, &n, &n, &d, &dmp1, &dmq1, &iqmp, &t1, &t2, &t3, NULL);
463 BN2mpz(&el, e);
473 fp_gcd(&t1, &el, &t2);
488 fp_gcd(&t1, &el, &t2);
508 fp_invmod(&el, &t3, &d);
519 rsa->e = mpz2BN(&el);
531 fp_zero_multi(&el, &p, &q, &n, &d, &dmp1,
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmidnight.el1 ;;; midnight.el --- run something every midnight, e.g., kill old buffers
150 (defun midnight-find (el ls test &optional key)
153 (when (funcall test (if key (funcall key rr) rr) el)
228 You should set this variable before loading midnight.el, or
239 ;;; midnight.el ends here
H A Ddesktop.el1 ;;; desktop.el --- save partial status of Emacs when killed
114 ;; By the way: don't use desktop.el to customize Emacs -- the file .emacs
595 (lambda (el)
596 (let ((res (desktop-internal-v2s el)))
603 (mapconcat (lambda (el)
604 (if (eq (car el) 'must)
605 (concat "'" (cdr el))
606 (cdr el)))
632 (mapconcat (lambda (el)
633 (if (eq (car el) 'mus
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DInternalize.cpp196 ModulePass *llvm::createInternalizePass(const std::vector <const char *> &el) { argument
197 return new InternalizePass(el);
/macosx-10.10/misc_cmds-33/calendar/calendars/hu_HU.ISO8859-2/
H A Dcalendar.unnepek50 12/24 Kar�csony el�est�je
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dmain.c738 static EditLine *el; local
746 el = el_init("tftp", stdin, stdout, stderr);
749 el_set(el, EL_HIST, history, hist);
750 el_set(el, EL_EDITOR, "emacs");
751 el_set(el, EL_PROMPT, command_prompt);
752 el_set(el, EL_SIGNAL, 1);
753 el_source(el, NULL);
757 if ((bp = el_gets(el, &num)) == NULL || num == 0)
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.h1 /* $NetBSD: el.h,v 1.22 2011/01/27 23:11:40 christos Exp $ */
34 * @(#)el.h 8.1 (Berkeley) 6/4/93
38 * el.h: Internal structures.
155 fprintf(el->el_errfile, "%s, %d: ", \
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dtreemove.sh148 compound el=(typeset id='pawn')
149 typeset -m "c.board[1][i]=el"
159 then err_exit 'typeset -m "c.board[1][i]=el" core dumps'
160 else err_exit 'typeset -m "c.board[1][i]=el" gives wrong value'
/macosx-10.10/libedit-40/src/
H A Del.h1 /* $NetBSD: el.h,v 1.25 2011/07/29 23:44:44 christos Exp $ */
34 * @(#)el.h 8.1 (Berkeley) 6/4/93
38 * el.h: Internal structures.
162 fprintf(el->el_errfile, "%s, %d: ", \
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dterm.h39 * el.term.h: Termcap header
112 #define EL_FLAGS (el)->el_term.t_flags
H A Dreadline.c60 #include "el.h"
170 _get_prompt(EditLine *el __attribute__((__unused__)))
1385 * el-compatible wrapper to send TSTP on ^Z
1389 _el_rl_tstp(EditLine *el __attribute__((__unused__)), int ch __attribute__((__unused__)))
1439 _el_rl_complete(EditLine *el __attribute__((__unused__)), int ch)
1531 rl_bind_wrapper(EditLine *el, unsigned char c) argument
1679 _rl_event_read_char(EditLine *el, char *cp) argument
1689 if (ioctl(el->el_infd, FIONREAD, &n) < 0)
1692 num_read = read(el->el_infd, cp, 1);
1696 if ((n = fcntl(el
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dvim.vim47 elseif getline(lnum) =~ '\(^\||\)\s*\(if\|wh\%[ile]\|for\|try\|cat\%[ch]\|fina\%[lly]\|fu\%[nction]\|el\%[seif]\)\>'
67 if getline(v:lnum) =~ '^\s*\(ene\@!\|cat\|fina\|el\|aug\%[roup]\s*!\=\s\+END\)'
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-der.c1080 #define el(name, type, maxlen) { \ macro
1086 el(integer, int, 6),
1087 el(heim_integer, heim_integer, 12),
1088 el(integer, int, 6),
1089 el(unsigned, unsigned, 6),
1090 el(general_string, heim_general_string, 12),
1091 el(octet_string, heim_octet_string, 12),
1095 el(generalized_time, time_t, 20),
1096 el(utctime, time_t, 20),
1097 el(bit_strin
1100 #undef el macro
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbiscan.cpp671 RBBISetTableEl *el;
676 el = (RBBISetTableEl *)uhash_get(fSetTable, &s);
677 if (el != NULL) {
679 node->fLeftChild = el->val;
721 el = (RBBISetTableEl *)uprv_malloc(sizeof(RBBISetTableEl));
723 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
727 uprv_free(el);
728 el = NULL;
735 el->key = tkey;
736 el
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcanittst.cpp266 int32_t el = -1; local
268 ne = col->nextElement(el);
274 ne = col->nextElement(el);
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-compat.el1 ;;; erc-compat.el --- ERC compatibility code for XEmacs
75 ;; Provde an equivalent of `assert', based on the code from cl-macs.el
159 (dolist (el seq)
160 (when (funcall predicate el)
161 (setq newseq (cons el newseq))))
164 ;; Copied from cl-extra.el
192 ;;; erc-compat.el ends here
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoofs.c574 schain(int el) { argument
617 for(j=5; j <= el; j++) {
649 init_recip(int el) { argument
651 ptop(s[el], smonic);
652 if(el == 2) {
770 int j, ct, el, xmatch, ymatch; local
812 for(el = 2; el <= L_MAX; el += 1 + (el
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoofs.c574 schain(int el) { argument
617 for(j=5; j <= el; j++) {
649 init_recip(int el) { argument
651 ptop(s[el], smonic);
652 if(el == 2) {
770 int j, ct, el, xmatch, ymatch; local
812 for(el = 2; el <= L_MAX; el += 1 + (el
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dinit_sec_context.c41 CFStringRef el; local
62 el = CFArrayGetValueAtIndex(array, n);
63 if (el == NULL || CFGetTypeID(el) != CFStringGetTypeID())
65 str = rk_cfstring2cstring(el);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnrss.el1 ;;; nnrss.el --- interfacing with RSS
404 ;;some CVS versions of url.el need this to close the connection quickly
603 ".el"))
691 (dolist (item (nreverse (nnrss-find-el (intern (concat rss-ns "item")) xml)))
780 (nnrss-find-el 'outline
792 "<!-- OPML generated by Emacs Gnus' nnrss.el -->\n"
877 (defun nnrss-find-el (tag data &optional found-list)
884 ;; Old xml.el may return a list of string.
895 (nnrss-find-el
899 (nnrss-find-el
[all...]

Completed in 252 milliseconds

1234567891011>>