Searched refs:names (Results 76 - 100 of 1254) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/checknames/ns1/
H A Dnamed.conf42 check-names ignore;
48 check-names warn;
54 check-names fail;
61 check-names ignore;
68 check-names warn;
75 check-names fail;
/macosx-10.10.1/groff-38/groff/src/utils/xtotroff/
H A Dxtotroff.c77 FontNamesAmbiguous(const char *font_name, char **names, int count) argument
86 if (!CanonicalizeFontName(names[i], i == 0 ? name1 : name2)) {
87 fprintf(stderr, "bad font name: %s\n", names[i]);
92 fprintf(stderr, " matches %s\n", names[0]);
93 fprintf(stderr, " and %s\n", names[i]);
104 char **names; local
130 names = XListFonts(dpy, name_string, 100000, &count);
136 if (FontNamesAmbiguous(font_name, names, count))
139 XParseFontName(names[0], &parsed, &attributes);
151 fi = XLoadQueryFont(dpy, names[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dsetfuncs.tcl73 list [lsort [array names la1]] [lsort [array names lai]] \
74 [lsort [array names la2]]
/macosx-10.10.1/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c136 segname_t * names = NULL; local
213 names = &sects->segname;
223 names = &sects->segname;
238 0 == strncmp(oldseg_name, (char *)names, sizeof(*names))) {
239 memset(names, 0x0, sizeof(*names));
240 strncpy((char *)names, newseg_name, sizeof(*names));
244 names
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/profiler/
H A Dprofiler.tcl137 # Make sure that caller names always include the "::" prefix;
178 # Make sure that caller names always include the "::" prefix;
366 foreach index [lsort [array names callers $name,*]] {
380 foreach index [lsort [array names descendants $name,*]] {
403 foreach name [lsort [array names callCount $pattern]] {
452 foreach name [lsort [array names callCount $pattern]] {
455 foreach index [lsort [array names callers $name,*]] {
471 foreach index [lsort [array names descendants $name,*]] {
514 foreach fxn [array names callCount] {
524 foreach fxn [array names totalRuntim
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttrType.cpp17 names = StringList ();
56 names = StringList(at_names);
113 return names;
118 if (names.empty())
121 return *(names.begin());
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_pullparser.rb85 names = %w{ a b }
90 assert_equal( names.shift, pull_event[0] )
91 if names[0] == 'b'
94 assert_equal( names[0], peek[0] )
98 assert_equal( 0, names.length )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dether.c69 struct berval *names,*ethers; local
83 names = a->a_vals;
87 names=tmparr;
88 names[0]=cbp->name;
89 BER_BVZERO(&names[1]);
110 /* write entries for all names and addresses */
111 for (i=0;!BER_BVISNULL(&names[i]);i++)
115 WRITE_BERVAL(cbp->fp,&names[i]);
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_pcre.c28 * Neither the name of the University of Cambridge nor the names of its
261 apr_array_header_t *names, const char *prefix,
279 while (names->nelts <= capture) {
280 apr_array_push(names);
283 char *name = ((char **) names->elts)[capture] =
284 prefix ? apr_pstrcat(names->pool, prefix, offset + 2,
286 apr_pstrdup(names->pool, offset + 2);
292 ((const char **)names->elts)[capture] = offset + 2;
260 ap_regname(const ap_regex_t *preg, apr_array_header_t *names, const char *prefix, int upper) argument
/macosx-10.10.1/objc4-646/test/
H A Druntime.m58 const char **names;
65 names = objc_copyClassNamesForImage(info.dli_fname, &count);
66 testassert(names);
72 testassert(names[count] == NULL);
77 if (0 == strcmp(names[i], "TestRoot")) foundTestRoot++;
78 if (0 == strcmp(names[i], "Sub")) foundSub++;
79 if (0 == strcmp(names[i], "Module.SwiftV1Class")) foundSwiftV1++;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dmkitclman168 foreach pbv [lsort [array names _publicVariable]] {
175 foreach opt [lsort [array names _options]] {
181 foreach pbm [lsort [array names _publicMethod]] {
186 foreach ptm [lsort [array names _protectedMethod]] {
188 foreach ptv [lsort [array names _protectedVariable]] {
190 foreach pvm [lsort [array names _privateMethod]] {
192 foreach pvv [lsort [array names _privateVariable]] {
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c287 * Don't allow absolute path names taken from
494 char **names, *dir, buf[DB_MAXPATHLEN], path[DB_MAXPATHLEN]; local
510 /* Get a list of file names. */
511 if ((ret = __os_dirlist(env, dir, 0, &names, &fcnt)) != 0) {
521 if (strncmp(names[cnt], LFPREFIX, sizeof(LFPREFIX) - 1)) {
526 v = atoi(names[cnt] + sizeof(LFPREFIX) - 1);
531 dir, PATH_SEPARATOR[0], names[cnt]) >= sizeof(path)) {
533 dir, PATH_SEPARATOR[0], names[cnt]);
542 __os_dirfree(env, names, fcnt);
563 char *bd, **names; local
647 char **begin, **names, *backupd, *logd; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db_hotbackup/
H A Ddb_hotbackup.c272 * Don't allow absolute path names taken from
479 char **names, *dir, buf[DB_MAXPATHLEN], path[DB_MAXPATHLEN]; local
495 /* Get a list of file names. */
496 if ((ret = __os_dirlist(env, dir, 0, &names, &fcnt)) != 0) {
506 if (strncmp(names[cnt], LFPREFIX, sizeof(LFPREFIX) - 1)) {
511 v = atoi(names[cnt] + sizeof(LFPREFIX) - 1);
516 dir, PATH_SEPARATOR[0], names[cnt]) >= sizeof(path)) {
518 dir, PATH_SEPARATOR[0], names[cnt]);
527 __os_dirfree(env, names, fcnt);
548 char *bd, **names; local
632 char **begin, **names, *backupd, *logd; local
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcominit_ux.c15 * 3. Neither the name of Apple Inc. ("Apple") nor the names of its
41 * and that none of the names of Open Software Foundation, Inc., Hewlett-
59 * 3. Neither the name of Novell Inc. nor the names of its contributors
397 struct dirent *d, *p, **names = NULL; local
415 names = (struct dirent **)malloc(arraysz * sizeof(struct dirent *));
416 if (names == NULL)
421 continue; /* just selected names */
441 names2 = (struct dirent **)realloc((char *)names,
447 names = names2;
450 names[nitem
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dname_mask.c5 /* map names to bit mask
9 /* int name_mask(context, table, names)
12 /* const char *names;
14 /* long long_name_mask(context, table, names)
17 /* const char *names;
29 /* int name_mask_opt(context, table, names, flags)
32 /* const char *names;
35 /* long long_name_mask_opt(context, table, names, flags)
38 /* const char *names;
41 /* int name_mask_delim_opt(context, table, names, deli
206 name_mask_delim_opt(const char *context, const NAME_MASK *table, const char *names, const char *delim, int flags) argument
318 long_name_mask_delim_opt(const char *context, const LONG_NAME_MASK * table, const char *names, const char *delim, int flags) argument
[all...]
/macosx-10.10.1/patch_cmds-17/patch/
H A Dpch.c253 struct file_name names[MAX_FILE]; local
255 memset(names, 0, sizeof(names));
296 names[OLD_FILE].path = fetchname(s + 4,
297 &names[OLD_FILE].exists, strippath);
299 names[NEW_FILE].path = fetchname(s + 4,
300 &names[NEW_FILE].exists, strippath);
303 names[OLD_FILE].path = fetchname(s + 4,
304 &names[OLD_FILE].exists, strippath);
306 names[INDEX_FIL
1428 posix_name(const struct file_name *names, bool assume_exists) argument
1471 best_name(const struct file_name *names, bool assume_exists) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSScope.cpp162 static const char* const names[] = { local
166 return names[mode];
171 static const char* const names[] = { local
180 ASSERT(type < sizeof(names) / sizeof(names[0]));
181 return names[type];
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dresconf.h229 * Set name or add names to an object of lower module that `ctx' holds.
248 const char **names, int nnames);
251 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names,
255 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names,
259 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names,
263 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names,
267 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names,
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dterm_entry.h90 #define ExtBoolname(tp,i,names) EXT_NAMES(tp, i, BOOLCOUNT, (i - (tp->num_Booleans - tp->ext_Booleans)), names)
91 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
92 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names)
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/itcl/
H A Dincr_tcl.rb134 def self.delete_itcl_class(*names)
135 tk_call('::itcl::delete', 'class', *names)
138 def self.delete_itcl_object(*names)
139 tk_call('::itcl::delete', 'object', *names)
142 def self.delete_namespace(*names)
143 tk_call('::itcl::delete', 'namespace', *names)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/core_ext/
H A Dkernel_require.rb105 names = found_specs.map(&:name).uniq
107 if names.size > 1 then
108 raise Gem::LoadError, "#{path} found in multiple gems: #{names.join ', '}"
116 le = Gem::LoadError.new "unable to find a version of '#{names.first}' to activate"
117 le.name = names.first
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dfopscript.tcl13 # names: name(s) of files to operate on
20 set usage "fopscript operator omethod op end result names args"
34 set names [ lindex $argv 5 ]
47 set op2result [$operator $omethod $op $names $txn2 $dbenv $args]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dtest_names.c19 * 3. Neither the name of KTH nor the names of its contributors may be
199 errx(1, "names not equal");
237 errx(1, "names not equal");
266 } names[] = { variable in typeref:struct:__anon558
285 for (i = 0; i < sizeof(names)/sizeof(names[0]); i++) {
286 buffer.value = rk_UNCONST(names[i].name);
287 buffer.length = strlen(names[i].name);
290 printf("running name test: %s\n", names[i].name);
292 maj_stat = gss_import_name(&min_stat, &buffer, names[
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayTest.c43 CFDictionaryRef names; local
80 names = CFDictionaryGetValue(dict, CFSTR(kDisplayProductName));
83 CFDictionaryApplyFunction(names, KeyArrayCallback, (void *) langKeys);
92 localName = CFDictionaryGetValue(names, langKey);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dpcscmonitor.cpp79 vector<string> names; local
80 mSession.listReaders(names);
81 secdebug("pcsc", "%ld reader(s) in system", names.size());
86 vector<string>::iterator nameIt = find(names.begin(), names.end(), reader->name());
87 if (nameIt == names.end()) {
99 names.erase(nameIt);
104 // Add states for remaining (newly appeared) reader names.
105 for (vector<string>::iterator it = names.begin(); it != names
[all...]

Completed in 469 milliseconds

1234567891011>>