Searched refs:names (Results 251 - 275 of 1254) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxml__tcl.tcl38 # Counter for generating unique names
114 names {
115 return [array names classes]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A Dpersistence.test104 errorCheckList [s names] "{::a::s x} {{::a::s x} {x}} ::a::t" "Failed list -- all"
114 errorCheckList [s names] "{::a::s x} ::a::t" "Failed delete {::a::s x} {x}"
116 errorCheckList [s names] "::a::t" "Failed delete ::a::s x"
153 set list [s names]
167 set list [s names]
186 set list [s names]
265 errorCheckList [o array names z] $onames "Array indizes got lost - o -"
268 errorCheckList [o array names z] $onames "Array indizes got lost"
271 errorCheckList [p array names z] $pnames "Array indizes got lost - p -"
/macosx-10.10.1/vim-55/runtime/
H A Dindent.vim24 " When there is a dot it is used to separate filetype names. Thus for
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dvar.c87 cgiCheckVariables(const char *names) /* I - Variables to look for */ argument
95 if (names == NULL)
98 while (*names != '\0')
100 while (*names == ' ' || *names == ',')
101 names ++;
103 for (s = name; *names != '\0' && *names != ' ' && *names != ','; s ++, names
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c348 /* Add bindable names before calling rl_initialize so they may be
465 do other expansion on directory names. */
468 /* Tell the filename completer we want a chance to ignore some names. */
673 /* Gobble up names. Each name is separated with whitespace. */
1157 complete over possible command names, including aliases, functions,
1158 and command names. */
1226 that match. It also scans aliases, function names, and the shell_builtin
1362 case 2: /* Then function names. */
1524 We don't return directory names when searching $PATH, since the
1732 * A completion function for service names fro
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl278 [array names symbol] \
311 return [array names order]
351 foreach sym [array names jump] {
423 foreach sym [array names jump] {
456 return [array names start]
510 return [array names final]
564 return [array names symbol]
574 return [array names jump]
578 foreach sym [array names jump] {
593 foreach sym [array names jum
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dlist.tcl1249 return [array names map]
1272 foreach k [array names map] {
1279 return [array names map]
1307 foreach k [array names map] {
1312 foreach k [array names used] {
1320 return [array names map]
1328 ## == All left keys = array names map after
1349 foreach k [array names map] {
1357 return [array names map]
1386 foreach k [array names ma
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp780 const char *names; local
790 names = (const char *) data->getBytesNoCopy();
791 lastName = names + data->getLength();
793 names = string->getCStringNoCopy();
794 lastName = names + string->getLength() + 1;
804 nlen = strnlen(names, lastName - names);
806 matched = ((nlen >= (keyLen - 1)) && (0 == strncmp(ckey, names, keyLen - 1)));
808 matched = (keyLen == nlen) && (0 == strncmp(ckey, names, keyLen));
811 result = names;
1244 char *names; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java240 String[] names = file.list();
241 if (names != null) {
242 for (int i = 0; i < names.length; i += 1) {
243 nFiles += enhanceFile(new File(file, names[i]));
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest008.tcl16 # TEST Take the source files and dbtest executable and enter their names as
78 set names($count) $f
125 set r [eval {$db del} $txn {$names($ndx)}]
126 error_check_good db_del:$names($ndx) $r 0
137 put_file $db $txn $pflags $names($ndx)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducmndata.c118 offsetTOCPrefixBinarySearch(const char *s, const char *names, argument
135 * At the same time, we find if s is one of the start and (limit-1) names,
138 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) {
143 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) {
149 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength);
180 * At the same time, we find if s is one of the start and (limit-1) names,
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Ddisklabel.c39 * 4. Neither the name of the University nor the names of its contributors
187 gettype(t, names)
189 char **names;
193 for (nm = names; *nm; nm++)
195 return (nm - names);
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dposix2.tests34 # these tests create temp files with names $TMPDIR/conf*
74 names=one/good/three
77 set $names lose
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tsiggss/ns1/
H A Dnamed.conf54 /* we need to use check-names ignore so _msdcs A records can be created */
55 check-names ignore;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp348 //! \brief Returns the file names of the files in the directory.
350 //! Returns the leaf names of all files contained in the directory.
353 std::set< std::string > names(void) const;
/macosx-10.10.1/configd-699.1.5/tests/
H A DReachabilityTester.c113 CFArrayRef names = CFHostGetNames(theHost, NULL); local
115 if (names != NULL && CFArrayGetCount(names) > 0) {
116 CFStringRef host = (CFStringRef)CFArrayGetValueAtIndex(names, 0);
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debnf-yac.el99 "List of `%TOKEN' names.")
253 (let (names)
256 (setq names (cons ebnf-yac-lex names)
261 (cons token names)))
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-Xlw.c49 String names[100];
53 names[i] = XtName (widget);
58 fprintf (stderr, "%s.", names[i]);
59 fprintf (stderr, "%s\n", names[0]);
/macosx-10.10.1/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmanwhatis128 names = substr($0, 1, bracket_pos - 2);
130 n = split(names, name_list, " *, *");
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dmake_keys.c44 #include <names.c>
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-runtime.mm493 const TCHAR **names = (const TCHAR **)calloc(max+1, sizeof(TCHAR *));
495 const char **names = (const char **)calloc(max+1, sizeof(char *));
501 names[count++] = hi->moduleName;
505 names[count++] = hi->fname;
509 names[count] = NULL;
513 free((void *)names);
514 names = NULL;
518 return names;
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_martin_fowler.rb22 @names = @figs.collect {|f| f.attributes['src']}
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DFoo.tcl74 foreach i [array names foos] {
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkinfo.tcl62 foreach x [vlerq names $db] {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dtransceiver.tcl40 foreach key [lsort [array names a]] {

Completed in 487 milliseconds

<<11121314151617181920>>