Searched refs:dlist (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/file_cmds-242/pax/
H A Dtables.h128 struct dlist *list; /* map list based on inode truncation bits */
131 typedef struct dlist { struct
134 struct dlist *fow;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_wcsv.tcl68 set dlist {}
70 lappend dlist [lindex $key 1]
74 foreach desc $dlist {
H A Dbench_wtext.tcl63 set dlist {}
66 lappend dlist [lindex $key 1]
90 foreach desc $dlist {
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest011.tcl21 global dlist
25 set dlist ""
98 lappend dlist $i
160 dup_check $db $txn $t1 $dlist
186 dup_check $db $txn $t1 $dlist
203 set dlist [linsert $dlist 0 0]
204 dup_check $db $txn $t1 $dlist
216 lappend dlist [expr $maxodd - 1]
217 dup_check $db $txn $t1 $dlist
[all...]
H A Dtest094.tcl71 set dlist {}
73 set dlist [linsert $dlist 0 $i]
105 dup_check $db $txn $t1 $dlist
172 dup_file_check $db $txn $t1 $dlist
H A Dtest010.tcl131 set dlist ""
133 lappend dlist $i
140 dup_check $db $txn $t1 $dlist
164 dup_check $db $txn $t1 $dlist
H A Dtest017.tcl159 set dlist ""
161 lappend dlist $i
183 dup_check $db $txn $t1 $dlist
217 dup_check $db $txn $t1 $dlist
294 dup_check $db $txn $t1 $dlist $ovfldup
H A Drecd003.tcl69 set dlist {
94 foreach pair $dlist {
H A Dtest096.tcl169 set dlist ""
171 lappend dlist $i
176 dup_check $db $txn $t1 $dlist
218 set dlist ""
220 lappend dlist $i
225 dup_check $db $txn $t1 $dlist
H A Dtest072.tcl64 set dlist [list "-dup" "-dup -dupsort"]
66 foreach dupopt $dlist {
H A Dtestutils.tcl385 # Check if each key appears exactly [llength dlist] times in the file with
386 # the duplicate tags matching those that appear in dlist.
387 proc dup_check { db txn tmpfile dlist {extra 0}} {
396 foreach did $dlist {
407 $id != [lindex $dlist 0] } {
408 set e [lindex $dlist 0]
447 # Check if each key appears exactly [llength dlist] times in the file with
448 # the duplicate tags matching those that appear in dlist.
449 proc dup_file_check { db txn tmpfile dlist } {
458 foreach did $dlist {
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dndrv_var.h64 TAILQ_HEAD(dlist, dlil_demux_desc) nd_dlist; /* Descr. list */
H A Dbpf.c1871 user_addr_t dlist; local
1876 dlist = (user_addr_t)bfl.bfl_u.bflu_pad;
1878 dlist = CAST_USER_ADDR_T(bfl.bfl_u.bflu_list);
1893 if (dlist != USER_ADDR_NULL) {
1897 error = copyout(&bp->bif_dlt, dlist,
1901 dlist += sizeof (bp->bif_dlt);
/macosx-10.10/bootp-298/bootplib/
H A Dnbsp.c52 dynarray_t * dlist = (dynarray_t *)list; local
54 return (dynarray_count(dlist));
60 dynarray_t * dlist = (dynarray_t *)list; local
62 return (dynarray_element(dlist, i));
69 dynarray_t * dlist = (dynarray_t *)list; local
72 for (i = 0; i < dynarray_count(dlist); i++) {
73 NBSPEntryRef entry = (NBSPEntryRef)dynarray_element(dlist, i);
H A Dnbimages.c243 dynarray_t * dlist = &image_list->list; local
245 return (dynarray_count(dlist));
251 dynarray_t * dlist = &image_list->list; local
253 return (dynarray_element(dlist, i));
260 dynarray_t * dlist = &image_list->list; local
264 count = dynarray_count(dlist);
266 NBImageEntryRef entry = dynarray_element(dlist, i);
1164 dynarray_t * dlist = &image_list->list; local
1169 dynarray_insert(dlist, entry, 0);
1172 count = dynarray_count(dlist);
1263 dynarray_t * dlist = &image_list->list; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-global.el119 (dlist
140 (setq dlist (reftex-uniquify-by-car dlist))
141 (if (null dlist) (error "No duplicate labels in document"))
155 (while dlist
156 (when (and (car (car dlist))
157 (cdr (car dlist)))
159 (insert (mapconcat 'identity (car dlist) "\n ") "\n"))
160 (pop dlist))
/macosx-10.10/BerkeleyDB-21/db/test/scr031/
H A Dchk.xa218 dlist="include lib"
219 for i in $dlist; do
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-agent.el3095 dlist
3108 (setq dlist (mapcar (lambda (e)
3112 ;; nil keep_flag nil) then append it to the expanded dlist
3115 (setq dlist (nconc dlist
3119 (setq dlist (nconc dlist
3123 (setq dlist (nconc dlist
3144 dlist)
[all...]
H A Dgnus.el3944 (dlist (split-string group "\\."))
3945 (dlen (length dlist))
3954 (setq glist dlist
/macosx-10.10/tcl-105/tk/tk/library/
H A Dxmfbox.tcl590 set dlist ""
594 lappend dlist $f
607 eval [list $data(dList) insert end] [lsort -dictionary $dlist]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dxmfbox.tcl572 set dlist ""
576 lappend dlist $f
589 eval [list $data(dList) insert end] [lsort -dictionary $dlist]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-poly.el992 (dlist nil)
1013 dlist (cons (and (= deg2 (1- deg))
1015 dlist)))
1046 (if (car dlist)
1049 res (math-add res (math-div num (car dlist)))
1051 (setq dlist (cdr dlist)))
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dfeedmail.el1564 (dlist (feedmail-look-at-queue-directory feedmail-queue-draft-directory))
1567 (d-cnt (nth 0 dlist))
1568 (d-oth (nth 1 dlist))
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl644 # <cmd> dlist <path> <style> <channel-to-write-dir-list-to>
656 # command - The filesystem command (one of dlist, retr, or
657 # store). 'dlist' will list files in a
665 # Currently this is used by 'dlist' which
678 # For 'dlist' a directory listing for the specified path is written to
1644 Fs dlist $path $style $data(sock2)
1701 # command - The filesystem command (one of dlist, retr, or
1702 # store). 'dlist' will list files in a
1709 # Currently this is used by 'dlist' which
1722 # For 'dlist'
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c663 typedef struct dlist struct
666 struct dlist *next;

Completed in 186 milliseconds

12