Searched refs:list (Results 251 - 275 of 3573) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.cpp56 {kLogDeleteEventList, "IrEvent: Delete event list, contents=, count="},
58 {kAllocateEventBlock, "IrEvent: Allocate Event Block, list size="},
62 {kLogReleaseErr1, "IrEvent: Release ERROR, not on in use list, err="},
63 {kLogReleaseErr2, "IrEvent: Release ERROR, in use list="},
66 {kLogGrabErr1, "IrEvent: Grab ERROR, failed to add to in-use list, err="},
67 {kLogGrabErr2, "IrEvent: Grab ERROR, in use list="},
168 if (gFreeEventList) { // free events off our free list
239 // Pull last one off list (more efficient that way)
252 err = gInUseEventList->InsertLast(eventBlock); // keep a list of allocated events
291 if (gInUseEventList) { // take it off the in-use list
384 DumpCList(CList *list) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtool-bar.el62 (list (cons 'tool-bar-lines lines))))
63 (frame-list))
68 (add-to-list 'default-frame-alist (cons 'tool-bar-lines lines)))))
124 (colors (nconc (if (eq fg 'unspecified) nil (list :foreground fg))
125 (if (eq bg 'unspecified) nil (list :background bg))))
126 (xpm-spec (list :type 'xpm :file (concat icon ".xpm")))
129 (list :type 'xpm :file
131 (pbm-spec (append (list :type 'pbm :file
133 (xbm-spec (append (list :type 'xbm :file
137 (list xp
[all...]
H A Dw32-vars.el44 (defcustom w32-list-proportional-fonts nil
136 Initially this is a list of some fixed width fonts that most people
139 :type '(list
142 (list :tag "Submenu"
147 (list :tag "Font Entry"
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Duninstaller.rb77 list = []
86 list << spec
89 default_specs, list = list.partition do |spec|
93 list, other_repo_specs = list.partition do |spec|
98 if list.empty? then
119 remove_all list
121 elsif list.size > 1 then
122 gem_names = list
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-cmd.el111 ;; echo `(list ,lisp-symbol)
195 command's full argument list, which is a list of sexps (typically
208 "*A list of commands names or functions, that determine complexity.
210 and NAME is part of this list, it is invoked as a complex command.
212 command works fine without being part of this list, then it doesn't
250 "*A list of functions which might return an ansychronous process.
261 "*A list of `let' bindings for subcommand environments."
371 (list 'eshell-do-subjob
372 (list 'lis
[all...]
/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dgetnetgrent.c52 struct list { /* list of names to check for loops */ struct
54 struct list *nxt;
80 doit(grp, (struct list *) NULL);
121 * recursive function to find the members of netgroup "group". "list" is
125 doit(group,list)
127 struct list *list;
130 register struct list *ls;
131 struct list this_grou
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A Ddefaultcreds.cpp110 KeychainList list; local
111 list.push_back(globals().storageManager.keychain(identifier));
112 if (unlockKey(ref, list)) // try just this database...
116 // try the entire search list (just in case)
118 secdebug("kcreferral", "no joy with %s; trying the entire keychain list for guid %s",
127 bool DefaultCredentials::unlockKey(const UnlockReferralRecord &ref, const KeychainList &list) argument
139 KCCursor cursor(list, recordType, &search);
153 // Note that the last list element ("ref") is doing an implicit cast to a
175 // Take the official keychain search list, and return those keychains whose
176 // module Guid matches the one given. Essentially, this focuses the search list
187 KeychainList list; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A Ddefaultcreds.cpp110 KeychainList list; local
111 list.push_back(globals().storageManager.keychain(identifier));
112 if (unlockKey(ref, list)) // try just this database...
116 // try the entire search list (just in case)
118 secdebug("kcreferral", "no joy with %s; trying the entire keychain list for guid %s",
127 bool DefaultCredentials::unlockKey(const UnlockReferralRecord &ref, const KeychainList &list) argument
139 KCCursor cursor(list, recordType, &search);
153 // Note that the last list element ("ref") is doing an implicit cast to a
175 // Take the official keychain search list, and return those keychains whose
176 // module Guid matches the one given. Essentially, this focuses the search list
187 KeychainList list; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A Ddefaultcreds.cpp110 KeychainList list; local
111 list.push_back(globals().storageManager.keychain(identifier));
112 if (unlockKey(ref, list)) // try just this database...
116 // try the entire search list (just in case)
118 secdebug("kcreferral", "no joy with %s; trying the entire keychain list for guid %s",
127 bool DefaultCredentials::unlockKey(const UnlockReferralRecord &ref, const KeychainList &list) argument
139 KCCursor cursor(list, recordType, &search);
153 // Note that the last list element ("ref") is doing an implicit cast to a
175 // Take the official keychain search list, and return those keychains whose
176 // module Guid matches the one given. Essentially, this focuses the search list
187 KeychainList list; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dumask.c44 umask_builtin (list)
45 WORD_LIST *list;
52 while ((opt = internal_getopt (list, "Sp")) != -1)
68 list = loptend;
70 if (list)
72 if (DIGIT (*list->word->word))
74 umask_value = read_octal (list->word->word);
82 sh_erange (list->word->word, _("octal number"));
88 umask_value = symbolic_umask (list);
263 symbolic_umask (list)
[all...]
H A Dcomplete.c130 build_actions (list, pp, rp, actp, optp)
131 WORD_LIST *list;
142 while ((opt = internal_getopt (list, "abcdefgjko:prsuvA:G:W:P:S:X:F:C:")) != -1)
262 complete_builtin (list)
263 WORD_LIST *list;
269 if (list == 0)
282 rval = build_actions (list, &pflag, &rflag, &acts, &copts);
287 list = loptend;
290 if (pflag || (list == 0 && opt_given == 0))
292 if (list
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dlwsearch.h33 * Lightweight resolver search list types and routines.
35 * An ns_lwsearchlist_t holds a list of search path elements.
37 * An ns_lwsearchctx stores the state of search list during a lookup
41 /*% An ns_lwsearchlist_t holds a list of search path elements. */
50 /*% An ns_lwsearchctx stores the state of search list during a lookup operation. */
55 ns_lwsearchlist_t *list; member in struct:ns_lwsearchctx
63 * Create an empty search list object.
69 * Attach to a search list object.
75 * Detach from a search list object.
79 ns_lwsearchlist_append(ns_lwsearchlist_t *list, dns_name_
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtest_arrays.c55 dump_array(const char *name, NCURSES_CONST char *const *list) argument
60 for (n = 0; list[n] != 0; ++n) {
61 printf("%5d:%s\n", n, list[n]);
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_hash.c11 * this list of conditions and the following disclaimer.
13 * this list of conditions and the following disclaimer in the documentation
124 * ntfs_inode_hash_list - get the hash bucket list for a given ntfs inode
128 * Return the hash bucket list for the ntfs inode with mft record number
140 * Search the ntfs inode hash bucket @list for the ntfs inode matching @na and
149 const ntfs_volume *vol, const ntfs_inode_list_head *list,
160 LIST_FOREACH(ni, list, hash) {
195 * Search the ntfs inode hash bucket @list for the ntfs inode matching @na and
202 const ntfs_inode_list_head *list, const ntfs_attr *na)
208 ni = ntfs_inode_hash_list_find_nolock(vol, list, n
148 ntfs_inode_hash_list_find_nolock( const ntfs_volume *vol, const ntfs_inode_list_head *list, const ntfs_attr *na) argument
201 ntfs_inode_hash_list_find(const ntfs_volume *vol, const ntfs_inode_list_head *list, const ntfs_attr *na) argument
244 ntfs_inode_list_head *list; local
271 ntfs_inode_list_head *list; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvcut40 set idx [list]
44 lappend idx [list $f $t]
47 lappend idx [list $f end]
50 lappend idx [list 0 $t]
52 lappend idx [list $i $i]
93 set dataOut [list]
/macosx-10.10.1/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_heap.c49 h = apr_bucket_alloc(sizeof(*h), b->list);
53 h->base = apr_bucket_alloc(h->alloc_len, b->list);
79 apr_bucket_alloc_t *list)
81 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
85 b->list = list;
76 apr_bucket_heap_create(const char *buf, apr_size_t length, void (*free_func)(void *data), apr_bucket_alloc_t *list) argument
H A Dapr_buckets_pipe.c34 buf = apr_bucket_alloc(*len, a->list); /* XXX: check for failure? */
65 APR_BUCKET_INSERT_AFTER(a, apr_bucket_pipe_create(p, a->list));
102 apr_bucket_alloc_t *list)
104 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
108 b->list = list;
101 apr_bucket_pipe_create(apr_file_t *p, apr_bucket_alloc_t *list) argument
H A Dapr_buckets_socket.c34 buf = apr_bucket_alloc(*len, a->list); /* XXX: check for failure? */
68 APR_BUCKET_INSERT_AFTER(a, apr_bucket_socket_create(p, a->list));
97 apr_bucket_alloc_t *list)
99 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
103 b->list = list;
96 apr_bucket_socket_create(apr_socket_t *p, apr_bucket_alloc_t *list) argument
/macosx-10.10.1/groff-38/groff/src/utils/lkbib/
H A Dlkbib.cpp48 search_list list; local
87 list.add_file(optarg);
106 list.add_file(filename);
108 list.add_file(DEFAULT_INDEX, 1);
109 if (list.nfiles() == 0)
124 search_list_iterator iter(&list, buffer);
/macosx-10.10.1/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.1/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.1/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.1/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);

Completed in 479 milliseconds

<<11121314151617181920>>