Searched refs:names (Results 126 - 150 of 1437) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java164 String[] names = fromDir.list();
165 if (names != null) {
166 for (int i = 0; i < names.length; i += 1) {
167 File fromFile = new File(fromDir, names[i]);
171 File toFile = new File(toDir, names[i]);
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkcpytkt.c65 static void do_kcpytkt (int count, char *names[], argument
104 ret = krb5_cc_resolve(context, names[0], &destccache);
115 ret = krb5_parse_name(context, names[i], &in_creds.server);
118 krb5_warn(context, ret, "Parse error for %s", names[i]);
125 krb5_warn(context, ret, "Unparse error for %s", names[i]);
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dcomdlg.tcl65 foreach cmdsw [array names cmd] {
84 set len [llength [array names cmd]]
88 foreach cmdsw [lsort [array names cmd]] {
180 foreach name [array names FocusIn $t,*] {
183 foreach name [array names FocusOut $t,*] {
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dcomdlg.tcl65 foreach cmdsw [array names cmd] {
84 set len [llength [array names cmd]]
88 foreach cmdsw [lsort [array names cmd]] {
180 foreach name [array names FocusIn $t,*] {
183 foreach name [array names FocusOut $t,*] {
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_misc.c191 * and (c) if we could ask for port names by kobject type. Not
203 mach_port_name_t *names; local
213 * form. Discard 'types' immediately, then copyout 'names'
230 names = (mach_port_name_t *)(uintptr_t)map_names;
233 if (fileport_invoke(task, names[i], action, arg,
238 (vm_address_t)names, ncnt * sizeof (*names));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dshadow.c159 struct berval *names; local
182 names = a->a_vals;
186 names=tmparr;
187 names[0]=cbp->name;
188 BER_BVZERO(&names[1]);
218 for (i=0;!BER_BVISNULL(&names[i]);i++)
221 WRITE_BERVAL(cbp->fp,&names[i]);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmac.c209 mac_valid(const char *names) argument
213 if (names == NULL || strcmp(names, "") == 0)
215 maclist = cp = xstrdup(names);
219 debug("bad mac %s [%s]", p, names);
223 debug3("mac ok: %s [%s]", p, names);
226 debug3("macs ok: [%s]", names);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventNames.h296 Vector<AtomicString> names; local
297 names.reserveCapacity(4);
298 names.append(touchstartEvent);
299 names.append(touchmoveEvent);
300 names.append(touchendEvent);
301 names.append(touchcancelEvent);
302 return names;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_traceatr.c81 } names[] = local
128 for (n = 0; n < SIZEOF(names); n++) {
129 if ((newmode & names[n].val) != 0) {
132 result = _nc_trace_bufcat(bufnum, names[n].name);
134 if (names[n].val == A_COLOR) {
189 static const ALT_NAMES names[] = local
242 for (sp = names; sp->val; sp++)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd021.tcl43 set names {A B}
45 set names {A}
47 set name [lindex $names 0]
63 set ret [do_op $omethod $op $names $txn $env]
137 set names {A S1 NEW_S1}
139 set names {A}
141 set names {A S1}
143 set name [lindex $names 0]
176 set ret [do_subdb_op $omethod $op $names $txn $env]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dmultixterm11 # [-xn "xterm names"]
14 # [xterm names or user-defined args...]
73 # default, the remainder is used as a list of xterm names in the
94 # 'xtermNames' which is a list of names (see -xn). The
207 # The following is a variation, retrieving the host names from
377 [-xn "xterm names"]
380 [xterm names or user-defined args...]}
472 # ::names is an array of xterm names indexed by process spawn ids.
474 set names(
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/IO/
H A DSessionData.pm19 my @names = qw(EWOULDBLOCK EAGAIN EINPROGRESS);
21 (eval {require Errno} ? map {Errno->can($_)->() => 1} grep {Errno->can($_)} @names : ()),
22 (eval {require POSIX} ? map {POSIX->can($_)->() => 1} grep {POSIX->can($_)} @names : ());
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/IO/
H A DSessionData.pm21 my @names = qw(EWOULDBLOCK EAGAIN EINPROGRESS);
23 (eval {require Errno} ? map {Errno->can($_)->() => 1} grep {Errno->can($_)} @names : ()),
24 (eval {require POSIX} ? map {POSIX->can($_)->() => 1} grep {POSIX->can($_)} @names : ());
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransformFactory.cpp88 CFStringRef names[numberRegistered];
89 CFDictionaryGetKeysAndValues(gRegistered, (const void**)names, NULL);
94 CFStringAppend(transformNames, names[i]);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabaseTask.h13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
164 static PassOwnPtr<DatabaseTableNamesTask> create(DatabaseBackend* db, DatabaseTaskSynchronizer* synchronizer, Vector<String>& names) argument
166 return adoptPtr(new DatabaseTableNamesTask(db, synchronizer, names));
170 DatabaseTableNamesTask(DatabaseBackend*, DatabaseTaskSynchronizer*, Vector<String>& names);
/macosx-10.9.5/postfix-252/postfix/src/postconf/
H A Dpostconf_main.c13 /* void show_parameters(mode, param_class, names)
16 /* char **names;
53 /* .IP names
54 /* List of zero or more parameter names. If the list is empty,
239 void show_parameters(int mode, int param_class, char **names) argument
249 if (*names == 0) {
263 for (namep = names; *namep; namep++) {
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/darkfish/js/
H A Ddarkfish.js12 var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
16 for (var i = 0; i < names.length; ++i)
17 window.console[names[i]] = function() {};
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtask.rb65 # == Specifying different task names
82 # If you wish to have completely different task names, then pass a Hash as
84 # <tt>:rerdoc</tt> options, you can customize the task names to your liking.
168 # Ensures that +names+ only includes names for the :rdoc, :clobber_rdoc and
169 # :rerdoc. If other names are given an ArgumentError is raised.
171 def check_names names
172 return unless Hash === names
175 names.keys.map { |k| k.to_sym } - [:rdoc, :clobber_rdoc, :rerdoc]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/multiplexer/
H A Dmultiplexer.tcl140 foreach c [array names clients] {
181 set chans [array names clients]
275 foreach c [array names clients] {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dprofrep.tcl30 foreach inStack [array names inData] {
83 [array names profData]]
93 foreach procStack [array names profData] {
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dttk.tcl81 foreach pkg [lsearch -inline -all -glob [package names] ttk::theme::$ptn] {
93 if {$theme ni [::ttk::style theme names]} {
129 set builtinThemes [style theme names]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java60 void writeEnumConstant(String[] names, int index); argument
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/t/
H A D01.t82 my @names = $sth->select_col(0);
83 is $names[1], "Barney", "select_col";
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch-1.03/t/
H A D01.t82 my @names = $sth->select_col(0);
83 is $names[1], "Barney", "select_col";
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DBase.pm500 Most names come in a number of variations. First, they may vary based
506 Many names also distinguish between "format" and "stand-alone" forms
579 Returns an array reference containing the wide format names of the
584 Returns an array reference containing the abbreviated format names of
589 Returns an array reference containing the narrow format names of the
594 Returns an array reference containing the wide stand-alone names of
600 names of the months, with January as the first month.
604 Returns an array reference containing the narrow stand-alone names of the
609 Returns an array reference containing the wide format names of the
614 Returns an array reference containing the abbreviated format names o
[all...]

Completed in 205 milliseconds

1234567891011>>