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

1234567891011>>

/macosx-10.10.1/OpenSSH-189/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.10.1/apache-793/httpd/server/
H A Dvhost.c72 name_chain *names; /* if non-NULL then a list of name-vhosts member in struct:ipaddr_chain
75 * NVH'es names */
114 * If that ipaddr_chain has names == NULL then you're done, it's an ip-vhost.
356 new->names = NULL;
450 if (ic->names == NULL) {
460 for (nc = ic->names; nc; nc = nc->next) {
470 if (nc->server->names) {
471 apr_array_header_t *names = nc->server->names; local
472 char **name = (char **)names
481 apr_array_header_t *names = nc->server->wild_names; local
778 apr_array_header_t *names; local
[all...]
/macosx-10.10.1/ncurses-44/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.10.1/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.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dpsauth.c149 const char *names[2]; local
156 names[0] = slap_propnames[SLAP_SASL_PROP_CONN];
157 names[1] = NULL;
158 prop_set(props, names[0], (char*)&ctx->conn, sizeof(ctx->conn));
160 names[0] = slap_propnames[SLAP_SASL_PROP_AUTHCLEN];
163 prop_set(props, names[0], (char*)&blen, sizeof(blen));
165 names[0] = slap_propnames[SLAP_SASL_PROP_AUTHC];
166 prop_set(props, names[0], ctx->dn, blen);
197 const char *names[2]; local
/macosx-10.10.1/tcl-105/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.10.1/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionData.pm21 my @names = qw(EWOULDBLOCK EAGAIN EINPROGRESS);
28 } @names
36 } @names
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransformFactory.cpp88 CFStringRef names[numberRegistered];
89 CFDictionaryGetKeysAndValues(gRegistered, (const void**)names, NULL);
94 CFStringAppend(transformNames, names[i]);
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_main.c11 /* void pcf_show_parameters(fp, mode, param_class, names)
15 /* char **names;
52 /* .IP names
53 /* List of zero or more parameter names. If the list is empty,
175 void pcf_show_parameters(VSTREAM *fp, int mode, int param_class, char **names) argument
185 if (*names == 0) {
200 for (namep = names; *namep; namep++) {
/macosx-10.10.1/ruby-106/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.10.1/ruby-106/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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java60 void writeEnumConstant(String[] names, int index); argument
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/t/
H A D01.t82 my @names = $sth->select_col(0);
83 is $names[1], "Barney", "select_col";
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkdeltkt.c65 static void do_kdeltkt (int count, char *names[], argument
110 ret = krb5_parse_name(context, names[i], &in_creds.server);
113 krb5_warn(context, ret, "Can't parse principal name %s", names[i]);
120 krb5_warn(context, ret, "Can't unparse principal name %s", names[i]);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_names.c44 /* null names are ok, some mechs might not have names */
155 struct _gss_name_type *names,
212 for (name = names; name->gnt_parse != NULL; name++) {
224 struct _gss_name_type *names,
234 for (name = names; name->gnt_parse != NULL; name++) {
153 _gss_mech_import_name(OM_uint32 * minor_status, gss_const_OID mech, struct _gss_name_type *names, const gss_buffer_t input_name_buffer, gss_const_OID input_name_type, gss_name_t * output_name) argument
223 _gss_mech_inquire_names_for_mech(OM_uint32 * minor_status, struct _gss_name_type *names, gss_OID_set * name_types) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttrType.h22 StringList names; member in class:LDAPAttrType
68 * Returns all attribute names
H A DLDAPObjClass.h22 StringList names, must, may, sup; member in class:LDAPObjClass
75 * Returns all object class names
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dhost.c55 struct berval name,*names,*addrs; local
60 /* get the other names for the host */
68 names = a->a_vals;
70 /* if the name is not yet found, get the first entry from names */
72 name=names[0];
103 WRITE_BERVAL(cbp->fp,&names[i]);
H A Dnetwork.c55 struct berval name, *names, *addrs; local
60 /* get the other names for the network */
68 names = a->a_vals;
70 /* if the name is not yet found, get the first entry from names */
72 name=names[0];
103 WRITE_BERVAL(cbp->fp,&names[i]);
H A Dprotocol.c28 * to one or more names. The distinguished value of the cn
55 struct berval name,*names; local
61 /* get the other names for the protocol */
69 names = a->a_vals;
71 /* if the name is not yet found, get the first entry from names */
73 name=names[0];
112 WRITE_BERVAL(cbp->fp,&names[i]);
H A Drpc.c57 struct berval name,*names; local
63 /* get the other names for the rpc */
71 names = a->a_vals;
73 /* if the name is not yet found, get the first entry from names */
75 name=names[0];
114 WRITE_BERVAL(cbp->fp,&names[i]);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A DnameTemplates.h186 SecAsn1Item **names; /* sequence */ member in struct:__anon3604

Completed in 415 milliseconds

1234567891011>>