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

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dchartype.test53 list [ctype -failindex failIdx xdigit XMc123cd] $failIdx
65 list [ctype -failindex failIdx lower abcDeFgh] $failIdx
77 list [ctype -failindex failIdx upper DabcDeFgh] $failIdx
89 list [ctype -failindex failIdx alpha abc123cd] $failIdx
101 list [ctype -failindex failIdx alnum ab.%23cd] $failIdx
113 list [ctype -failindex failIdx space "ab \t z"] $failIdx
125 list [ctype -failindex failIdx cntrl "[ctype char 7]abcd"] $failIdx
137 list [ctype -failindex failIdx punct ".,:;ab"] $failIdx
149 list [ctype -failindex failIdx print "[ctype char 7][ctype char 15]abc"] $failIdx
161 list [ctyp
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCCallbackMgr.h37 #include <list>
68 typedef list<CallbackInfo>::iterator CallbackInfoListIterator;
69 typedef list<CallbackInfo>::const_iterator ConstCallbackInfoListIterator;
92 static void AlertClients(const list<CallbackInfo> &eventCallbacks, SecKeychainEvent inEvent, pid_t inPid,
95 list<CallbackInfo> mEventCallbacks;
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.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DCCallbackMgr.h37 #include <list>
68 typedef list<CallbackInfo>::iterator CallbackInfoListIterator;
69 typedef list<CallbackInfo>::const_iterator ConstCallbackInfoListIterator;
92 static void AlertClients(const list<CallbackInfo> &eventCallbacks, SecKeychainEvent inEvent, pid_t inPid,
95 list<CallbackInfo> mEventCallbacks;
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.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCCallbackMgr.h37 #include <list>
68 typedef list<CallbackInfo>::iterator CallbackInfoListIterator;
69 typedef list<CallbackInfo>::const_iterator ConstCallbackInfoListIterator;
92 static void AlertClients(const list<CallbackInfo> &eventCallbacks, SecKeychainEvent inEvent, pid_t inPid,
95 list<CallbackInfo> mEventCallbacks;
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.9.5/apache-786.1/httpd/server/
H A Derror_bucket.c46 h = apr_bucket_alloc(sizeof(*h), b->list);
57 apr_bucket_alloc_t *list)
59 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
63 b->list = list;
55 ap_bucket_error_create(int error, const char *buf, apr_pool_t *p, apr_bucket_alloc_t *list) argument
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Ddeclare.c34 declare_builtin (list)
35 register WORD_LIST *list;
37 return (declare_internal (list, 0));
42 local_builtin (list)
43 register WORD_LIST *list;
46 return (declare_internal (list, 1));
62 declare_internal (list, local_var)
63 register WORD_LIST *list;
73 while ((opt = internal_getopt (list, DECLARE_OPTS)) != EOF)
114 list
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Duname.c47 uname_builtin (list)
48 WORD_LIST *list;
55 while ((opt = internal_getopt (list, "amnprsv")) != -1)
83 list = loptend;
85 if (list)
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclHistory.c26 * This procedure adds its command argument to the current list of
92 * current list of recorded events and then executes the command by
118 Tcl_Obj *list[3];
139 TclNewLiteralStringObj(list[0], "history");
140 TclNewLiteralStringObj(list[1], "add");
141 list[2] = cmdPtr;
143 objPtr = Tcl_NewListObj(3, list);
116 Tcl_Obj *list[3]; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclHistory.c28 * This procedure adds its command argument to the current list of
96 * current list of recorded events and then executes the command by
122 Tcl_Obj *list[3];
129 list[0] = Tcl_NewStringObj("history", -1);
130 list[1] = Tcl_NewStringObj("add", -1);
131 list[2] = cmdPtr;
133 objPtr = Tcl_NewListObj(3, list);
120 Tcl_Obj *list[3]; local
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_metadata_py2py.py32 self.assertEquals(list(v), list(range(9, 13)))
35 self.assertEquals(list(v), list(range(9, 13)))
41 self.assertEquals(list(v), list(range(1, 5)))
45 self.assertEquals(list(v), list(range(1, 5)))
72 self.assertEquals(list(v), [10, 11, 12])
75 self.assertEquals(list(
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_metadata_py2py.py32 self.assertEquals(list(v), list(range(9, 13)))
35 self.assertEquals(list(v), list(range(9, 13)))
41 self.assertEquals(list(v), list(range(1, 5)))
45 self.assertEquals(list(v), list(range(1, 5)))
72 self.assertEquals(list(v), [10, 11, 12])
75 self.assertEquals(list(
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A DDNSNameList.c26 * - convert a list of DNS domain names to and from the compact
188 DNSNameOffsetsInit(DNSNameOffsetsRef list) argument
190 bzero(list, sizeof(*list));
191 list->dno_size = DNS_NAME_OFFSETS_N_START;
192 list->dno_list = list->dno_list_s;
199 DNSNameOffsetsRef list; local
201 list = malloc(sizeof(*list));
209 DNSNameOffsetsContainsOffset(DNSNameOffsetsRef list, uint32_t off) argument
222 DNSNameOffsetsFreeElements(DNSNameOffsetsRef list) argument
234 DNSNameOffsetsRef list; local
251 DNSNameOffsetsAdd(DNSNameOffsetsRef list, uint32_t this_offset) argument
273 DNSNameOffsetsSet(DNSNameOffsetsRef list, int i, uint32_t this_offset) argument
284 DNSNameOffsetsElement(const DNSNameOffsetsRef list, int i) argument
290 DNSNameOffsetsCount(const DNSNameOffsetsRef list) argument
701 char * * list = NULL; local
946 const char * * list; local
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Dcmd2.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
66 int *ip, *ip2, list[2], mdot; local
80 * message list which follows dot.
133 list[0] = dot - &message[0] + 1;
134 list[1] = 0;
135 return (type(list));
151 * Save a message list in a file named after author. Mark the message as saved
281 * name so that the message list processing won't see it,
314 *flag = 0; /* no message list foun
345 int list[2]; local
[all...]
/macosx-10.9.5/pdisk-9/
H A Dvalidate.c97 void initialize_list(range_list **list);
98 void add_range(range_list **list, u32 base, u32 len, int allocate);
99 void print_range_list(range_list *list);
100 void delete_list(range_list *list);
101 void coalesce_list(range_list *list);
172 initialize_list(range_list **list) argument
177 *list = item;
182 delete_list(range_list *list) argument
187 for (cur = list; cur != 0; ) {
196 add_range(range_list **list, u3 argument
273 coalesce_list(range_list *list) argument
299 print_range_list(range_list *list) argument
355 range_list *list; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtree.rb55 list = Tk::BWidget::ListBox.new(sw, :relief=>:flat, :borderwidth=>0,
72 sw.set_widget(list)
79 proc{|node, ev| select('tree', 1, tree, list, node)})
81 proc{|node, ev| select('tree', 2, tree, list, node)})
83 list.textbind('ButtonPress-1',
84 proc{|node, ev| select('list', 1, tree, list, node)})
85 list.textbind('Double-ButtonPress-1',
86 proc{|node, ev| select('list', 2, tree, list, nod
[all...]
/macosx-10.9.5/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.9.5/emacs-92/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...]
/macosx-10.9.5/ruby-104/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.9.5/emacs-92/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.9.5/Libinfo-449.1.3/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.9.5/WebCore-7537.78.1/bindings/js/
H A DJSClipboardCustom.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
58 MarkedArgumentBuffer list;
61 list.append(jsStringWithCache(exec, *it));
62 return constructArray(exec, 0, globalObject(), list);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_cookies.cpp58 GSList* list; local
62 list = soup_cookie_jar_all_cookies(cookieJar);
63 for (p = list; p; p = p->next)
66 soup_cookies_free(list);
72 GSList* list; local
76 list = soup_cookie_jar_all_cookies(cookieJar);
77 for (p = list; p; p = p->next) {
90 soup_cookies_free(list);
98 GSList* list; local
104 list
[all...]

Completed in 436 milliseconds

<<11121314151617181920>>