Searched refs:seq (Results 226 - 250 of 431) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DParser.pm371 my $seq = shift;
374 foreach (@{$seq->{'-ptree'}}) {
382 unless (exists $self->SEQ->{$seq->{'-name'}}) {
383 warn "Unrecognized special sequence '$seq->{'-name'}' skipped at $self->{_INFILE} line $seq->{'-line'}\n";
386 return $self->SEQ->{$seq->{'-name'}}->($self, $buffer);
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DParser.pm371 my $seq = shift;
374 foreach (@{$seq->{'-ptree'}}) {
382 unless (exists $self->SEQ->{$seq->{'-name'}}) {
383 warn "Unrecognized special sequence '$seq->{'-name'}' skipped at $self->{_INFILE} line $seq->{'-line'}\n";
386 return $self->SEQ->{$seq->{'-name'}}->($self, $buffer);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Drd_priv.c175 outdata->seq = *part.seq_number;
H A Drd_safe.c209 outdata->seq = *safe.safe_body.seq_number;
/macosx-10.9.5/adv_cmds-153/finger/
H A Dsprint.c96 r = (*db->seq)(db, &key, &data, sflag);
98 err(1, "db seq");
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl.el81 ;; * Moved most sequence functions to a new file, cl-seq.el.
165 (defun cl-set-elt (seq n val)
166 (if (listp seq) (setcar (nthcdr n seq) val) (aset seq n val)))
337 (defalias 'copy-seq 'copy-sequence)
615 ("cl-seq" nil
H A Dcl-seq.el1 ;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*-
49 (error "Tried to load `cl-seq' before `cl'!"))
128 (defun reduce (cl-func cl-seq &rest cl-keys)
133 (or (listp cl-seq) (setq cl-seq (append cl-seq nil)))
134 (setq cl-seq (subseq cl-seq cl-start cl-end))
135 (if cl-from-end (setq cl-seq (nreverse cl-seq)))
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c304 xmlNodePtr seq; /* the sequence of children left to validate */ member in struct:_xmlRelaxNGValidState
339 xmlNodePtr seq; /* the current child */ member in struct:_xmlRelaxNGValidError
1222 ret->seq = root;
1225 ret->seq = node->children;
1357 if (state1->seq != state2->seq)
1813 cur->seq = ctxt->state->seq;
1816 cur->seq = NULL;
2318 xmlRelaxNGShowValidError(ctxt, err->err, err->node, err->seq,
2365 xmlNodePtr node, seq; local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper-stubs.c395 void mDNSSendKeepalive(v6addr_t sadd, v6addr_t dadd, uint16_t lport, uint16_t rport, unsigned seq, unsigned ack, uint16_t win) argument
421 kr = proxy_mDNSSendKeepalive(getHelperPort(retry), (uint8_t *)addr.sadd, (uint8_t *)addr.dadd, lport, rport, seq, ack, win);
428 int mDNSRetrieveTCPInfo(int family, v6addr_t laddr, uint16_t lport, v6addr_t raddr, uint16_t rport, uint32_t *seq, uint32_t *ack, uint16_t *win, int32_t *intfid) argument
433 kr = proxy_mDNSRetrieveTCPInfo(getHelperPort(retry), family, (uint8_t *)laddr, lport, (uint8_t *)raddr, rport, seq, ack, win, intfid);
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c1456 int seq; local
1465 seq = ntransmitted++;
1466 CLR(seq % mx_dup_ck);
1476 *(u_int16_t *)nip->icmp6_ni_nonce = ntohs(seq);
1491 *(u_int16_t *)nip->icmp6_ni_nonce = ntohs(seq);
1503 *(u_int16_t *)nip->icmp6_ni_nonce = ntohs(seq);
1518 *(u_int16_t *)nip->icmp6_ni_nonce = ntohs(seq);
1525 icp->icmp6_seq = ntohs(seq);
1669 u_int16_t seq; local
1715 seq
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppdump/
H A Dbsd-comp.c579 int explen, i, seq, len; local
589 seq = (rptr[0] << 8) + rptr[1];
596 if (seq != db->seqno++) {
599 db->unit, seq, db->seqno - 1);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c303 xmlNodePtr seq; /* the sequence of children left to validate */ member in struct:_xmlRelaxNGValidState
338 xmlNodePtr seq; /* the current child */ member in struct:_xmlRelaxNGValidError
1221 ret->seq = root;
1224 ret->seq = node->children;
1356 if (state1->seq != state2->seq)
1812 cur->seq = ctxt->state->seq;
1815 cur->seq = NULL;
2317 xmlRelaxNGShowValidError(ctxt, err->err, err->node, err->seq,
2364 xmlNodePtr node, seq; local
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dmaster.c205 if (htp->seq == msg->tsp_seq)
207 htp->seq = msg->tsp_seq;
670 ret->seq = 0;
771 htp->seq = msg->tsp_seq;
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb133 seq = @emitter.start_sequence(nil, '!omap', false, Nodes::Sequence::BLOCK)
134 register(o, seq)
457 when :seq
459 c.seq.each do |thing|
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_optimization.rb21 seq = (@redefine_method_seq += 1)
24 alias redefine_method_orig_#{seq} #{method}
37 alias #{method} redefine_method_orig_#{seq}
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dtranscode-tblgen.rb356 while r_rects && (s_rect = @singleton_rects.last) && (seq = s_rect[0]).start_with?(prefix)
357 singleton_byte = seq[prefix.length, 2].to_i(16)
389 while (s_rect = @singleton_rects.last) && (seq = s_rect[0]).start_with?(prefix)
390 singleton_byte = seq[prefix.length, 2].to_i(16)
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_common.h135 uint32_t seq; member in struct:asl_out_file_list_s
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmsg.h326 #define MSQID(ix,ds) ((ix) & 0xffff | (((ds).msg_perm.seq << 16) & 0xffff0000))
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DDB2.pm75 my ($col, $constname, $seq) = @$row;
76 push(@{$keydata{$constname}}, [ $seq, $self->_lc($col) ]);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c313 dberr = (*f->bdb->seq)(f->bdb, &first, &data, R_FIRST);
348 dberr = (*f->bdb->seq)(f->bdb, &ckey, &data, R_NEXT);
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c313 dberr = (*f->bdb->seq)(f->bdb, &first, &data, R_FIRST);
348 dberr = (*f->bdb->seq)(f->bdb, &ckey, &data, R_NEXT);
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgutl.c249 ("tstamp ver ptyp f1 f2 seq/fnum/sn ihnt ahnt len interface/ver/op activity sboot object drep at\n") );
280 hdrp->seq, hdrp->fragnum,
300 * Return a pointer to a printed packet's activity-UID/seq/fragnum string.
317 rpc__uuid_string(&hdrp->actuid), (unsigned long) hdrp->seq, hdrp->fragnum);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dformat.cpp1075 // this dest seq has only the persistent handlers
1151 c4_HandlerSeq * &seq = (c4_HandlerSeq * &)_subSeqs.ElementAt(index_);
1152 if (seq != 0) {
1153 d4_assert(&seq->Parent() == &Owner());
1154 seq->DetachFromParent();
1155 seq->DetachFromStorage(true);
1156 seq->UnmappedAll();
1157 seq->DecRef();
1158 seq = 0;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py603 def assertIn(self, value, seq, message=None):
604 if value not in seq:
605 self.fail(message or "%r is not in %r"%(value, seq))
607 def assertNotIn(self, value, seq, message=None):
608 if value in seq:
609 self.fail(message or "%r is in %r"%(value, seq))
/macosx-10.9.5/ruby-104/ruby/
H A Diseq.c650 * call-seq:
685 * call-seq:
730 * call-seq:
772 * call-seq:
797 * call-seq:
965 * call-seq:
1340 * call-seq:
1522 * call-seq:
1642 VALUE *seq; local
1743 for (seq
[all...]

Completed in 238 milliseconds

1234567891011>>