Searched refs:list (Results 276 - 300 of 3651) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A Dldifdump14 set entries [list]
33 set sort [list]
35 lappend sort [list [$e dn] $e]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dforfile.test33 list $result $ret
37 string tolower [list [catch {
42 } 0 [list 1 {couldn't open "_non_existent_": no such file or directory} \
46 list [catch {
51 } 0 [list 1 fakeResult fakeInfo fakeCode]
55 list [catch {
65 list [catch {
83 list [catch {for_file_test cnt} msg] $msg $cnt
H A Dlassign.test25 list $alpha $beta $gamma $delta $epsilon
30 list $alpha $beta $gamma $delta $remain
35 } 1 {wrong # args: lassign list varname ?varname..?}
39 list $array(alpha) $array(beta) $array(gamma) $array(delta) $array(epsilon)
H A Dchmod.test45 # o args - list of valid expected result from ls.
90 return [list $stat(uid) $stat(gid)]
216 list [GetMode CHMOD.TMP] [GetMode CHMOD2.TMP]
222 list [GetMode CHMOD.TMP] [GetMode CHMOD2.TMP]
228 list [GetMode CHMOD.TMP] [GetMode CHMOD2.TMP]
234 list [GetMode CHMOD.TMP] [GetMode CHMOD2.TMP]
240 list [GetMode CHMOD.TMP] [GetMode CHMOD2.TMP]
253 chmod -fileid 0 [list $fh1 $fh2]
254 chmod -fileid 65 [list $fh1 $fh2]
257 list [GetMod
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadWin.c48 * responsible for adding library handles to the library list so
95 * handles from the library list and remove the dll
206 * Frees the libraries on the library list as well as the list.
216 LibraryList *list = *((LibraryList **) clientData);
218 while (list != NULL) {
219 FreeLibrary(list->handle);
220 ptr = list->nextPtr;
221 ckfree((char*) list);
222 list
211 LibraryList *list = *((LibraryList **) clientData); local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/com_err/
H A Dcom_right.h11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
76 com_right (struct et_list *list, long code);
79 com_right_r (struct et_list *list, long code, char *, size_t);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dsi_data.h46 /* list construction - these do not retain items */
53 si_item_t *si_list_next(si_list_t *list);
54 void si_list_reset(si_list_t *list);
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_err.c16 /* 006 */ N_("Bad linked list in profile structures"),
46 void initialize_prof_error_table_r(struct et_list **list) argument
48 initialize_error_table_r(list, prof_error_strings, num_errors, ERROR_TABLE_BASE_prof);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPControlSet.h10 #include <list>
14 typedef std::list<LDAPCtrl> CtrlList;
23 * Constructs an empty std::list
53 * stored in this list.
59 * stored in this list.
64 * @return A iterator that points to the first element of the list.
70 * element of the list.
75 * Adds one element to the end of the list.
76 * @param ctrl The Control to add to the list.
81 * Translates the list t
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_pool.c37 p->heap.base = apr_bucket_alloc(p->heap.alloc_len, p->list);
98 p = apr_bucket_alloc(sizeof(*p), b->list);
107 p->list = b->list;
125 apr_bucket_alloc_t *list)
127 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
131 b->list = list;
122 apr_bucket_pool_create(const char *buf, apr_size_t length, apr_pool_t *pool, apr_bucket_alloc_t *list) argument
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Darparse.h78 struct list *list ; member in union:YYSTYPE
/macosx-10.10/emacs-93/emacs/lisp/
H A Dforms-pass.el19 (setq forms-format-list
20 (list
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-limit.el93 (list (mh-edit-pick-expr
104 (list (mh-edit-pick-expr
116 (interactive (list (mh-interactive-range "Narrow to")))
117 (when (assoc 'range mh-seq-list) (mh-delete-seq 'range))
118 (mh-add-msgs-to-seq (mh-range-to-msg-list range) 'range)
129 (list (mh-edit-pick-expr
144 (list (mh-edit-pick-expr
193 (when (assoc 'subject mh-seq-list)
226 (list))
238 (setq list (con
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DFourthPage.h24 #include <list>
61 typedef std::list<CString> StringList;
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dparallel_each.rb14 def initialize list
17 list.each { |i| @queue << i }
/macosx-10.10/smb-759.0/lib/librpc/
H A Dwerror.inc9 * NOTE this list is required to be sorted numerically by the
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/serial/
H A Dpexpression.inc107 [lb]list t [var x][rb]
112 [lb]list n [var A][rb]
123 [lb]list / [var e1] [var e2] ... [rb]
132 [lb]list x [var e1] [var e2] ... [rb]
141 [lb]list * [var e][rb]
151 [lb]list + [var e][rb]
161 [lb]list & [var e][rb]
170 [lb]list ! [var e][rb]
180 [lb]list ? [var e][rb]
201 of a pure Tcl list
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DpkgIndex.tcl.in9 [list load [file join $dir @tcldom_LIB_FILE@]]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dbrowse17 scrollbar .scroll -command ".list yview"
19 listbox .list -yscroll ".scroll set" -relief sunken -width 20 -height 20 \
21 pack .list -side left -fill both -expand yes
50 # Fill the listbox with a list of all the files in the directory.
58 .list insert end $i
64 bind .list <Double-Button-1> {foreach i [selection get] {browse $dir $i}}
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dbrowse15 scrollbar .scroll -command ".list yview"
17 listbox .list -yscroll ".scroll set" -relief sunken -width 20 -height 20 \
19 pack .list -side left -fill both -expand yes
48 # Fill the listbox with a list of all the files in the directory.
56 .list insert end $i
62 bind .list <Double-Button-1> {foreach i [selection get] {browse $dir $i}}
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Drisc.rb7 # notice, this list of conditions and the following disclaimer.
9 # notice, this list of conditions and the following disclaimer in the
42 def riscLowerSimpleBranchOps(list)
44 list.each {
92 def riscLowerHardBranchOps(list)
94 list.each {
120 def riscSanitizeShift(operand, list)
124 list << Instruction.new(operand.codeOrigin, "andi", [operand, Immediate.new(operand.codeOrigin, 31), tmp])
128 def riscLowerShiftOps(list)
130 list
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Denable.c53 /* Enable/disable shell commands present in LIST. If list is not specified,
54 then print out a list of shell commands showing which are enabled and
57 enable_builtin (list)
58 WORD_LIST *list;
70 while ((opt = internal_getopt (list, "adnpsf:")) != -1)
109 list = loptend;
120 if (list == 0 || (flags & PFLAG))
137 result = dyn_load_builtin (list, filter, filename);
146 while (list)
148 opt = dyn_unload_builtin (list
[all...]
/macosx-10.10/bootp-298/bootplib/
H A Ddhcp_options.h154 * Module: dhcpol (dhcp options list)
162 void dhcpol_init(dhcpol_t * list);
163 void dhcpol_free(dhcpol_t * list);
164 int dhcpol_count(dhcpol_t * list);
165 boolean_t dhcpol_add(dhcpol_t * list, void * element);
166 void * dhcpol_element(dhcpol_t * list, int i);
167 boolean_t dhcpol_concat(dhcpol_t * list, dhcpol_t * extra);
168 boolean_t dhcpol_parse_buffer(dhcpol_t * list, void * buffer,
170 void * dhcpol_find(dhcpol_t * list, int tag, int * len_p,
174 void * dhcpol_option_copy(dhcpol_t * list, in
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dutil.h187 #include <isc/list.h> /* Contractual promise. */
193 #define HEAD(list) ISC_LIST_HEAD(list)
194 #define TAIL(list) ISC_LIST_TAIL(list)
195 #define EMPTY(list) ISC_LIST_EMPTY(list)
198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
199 #define PREPEND(list, el
[all...]
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dutil.h182 #include <isc/list.h> /* Contractual promise. */
188 #define HEAD(list) ISC_LIST_HEAD(list)
189 #define TAIL(list) ISC_LIST_TAIL(list)
190 #define EMPTY(list) ISC_LIST_EMPTY(list)
193 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
194 #define PREPEND(list, el
[all...]

Completed in 379 milliseconds

<<11121314151617181920>>