Searched refs:keys (Results 101 - 125 of 1238) sorted by relevance

1234567891011>>

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c58 int keys; member in struct:mtree_writer::__anon9410
88 int keys; member in struct:mtree_writer
379 int keys, oldkeys, effkeys; local
408 keys = mtree->keys & (F_FLAGS | F_GID | F_GNAME | F_NLINK | F_MODE
410 oldkeys = mtree->set.keys;
411 effkeys = keys;
436 if ((keys & effkeys & F_TYPE) != 0) {
443 if ((keys & effkeys & F_UNAME) != 0) {
450 keys
502 int keys; local
651 int keys, ret; local
[all...]
/macosx-10.10/file_cmds-242/mtree/
H A Dcreate.c147 if (sflag && keys & F_CKSUM)
182 if (keys & F_UNAME) {
194 if (keys & F_UID)
198 if (keys & F_GNAME) {
210 if (keys & F_GID)
213 if (keys & F_MODE && (p->fts_statp->st_mode & MBITS) != mode)
215 if (keys & F_NLINK && p->fts_statp->st_nlink != 1)
217 if (keys & F_SIZE)
220 if (keys & F_TIME)
224 if (keys
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest052.tcl81 # get db order of keys
84 set keys($i) [lindex [lindex $ret 0] 0]
93 set k $keys($i)
100 error_check_good db_del:before [eval {$db del} $txn {$keys($i)}] 0
105 error_check_good dbc:keys \
106 [lindex [lindex [$dbc get -current] 0] 0] $keys([expr $nkeys/2 - 1])
111 set ret [$dbc get -set $keys($i)]
115 error_check_good db_del:curr [eval {$db del} $txn {$keys($i)}] 0
128 error_check_good dbc:getnext:keys \
129 [lindex [lindex $ret 0] 0] $keys(
[all...]
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Ddump.c51 const void *keys[] = { kHEIMAttrType }; local
72 query = CFDictionaryCreate(NULL, keys, (const void **)values, sizeof(keys)/sizeof(keys[0]), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/macosx-10.10/KerberosHelper-151/Tests/migration/
H A Dtest-migration10 keys=`/usr/sbin/kadmin -l -r $realm get heimdaltestuser | grep Keytypes | sed s/[\ ]*Keytypes:\ //g`
12 if [ -z "$keys" ]; then
/macosx-10.10/emacs-93/emacs/lisp/
H A Dwidget.el41 (defmacro define-widget-keywords (&rest keys)
45 ;; (list 'let (list (list 'keywords (list 'quote keys)))
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py27 # Template for new keys
39 # 'keys', # The list of keys, in the right order for the tableView
51 self.keys = ()
67 self.keys = list(self.environ.keys())
68 self.keys.sort()
111 self.keys = ()
140 envname = self.keys[r]
142 self.keys
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py27 # Template for new keys
39 # 'keys', # The list of keys, in the right order for the tableView
51 self.keys = ()
67 self.keys = list(self.environ.keys())
68 self.keys.sort()
111 self.keys = ()
140 envname = self.keys[r]
142 self.keys
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-PreferencePanes-2.5.1/Examples/EnvironmentPrefs/
H A DShellEnv.py27 # Template for new keys
39 # 'keys', # The list of keys, in the right order for the tableView
51 self.keys = ()
67 self.keys = list(self.environ.keys())
68 self.keys.sort()
111 self.keys = ()
140 envname = self.keys[r]
142 self.keys
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dkinput.rb30 def TkKinput.input_start(win, keys=nil)
31 tk_call('kanjiInput', 'start', win, *hash_kv(keys))
33 def kanji_input_start(keys=nil)
34 TkKinput.input_start(self, keys)
H A Dtextwindow.rb10 def initialize(parent, index, keys = {})
31 keys = _symbolkey2str(keys)
32 @id = keys['window']
33 # keys['window'] = @id.epath if @id.kind_of?(TkWindow)
34 keys['window'] = _epath(@id) if @id
35 if keys['create']
36 @p_create = keys['create']
40 keys['create'] = install_cmd(proc{
49 keys['creat
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddialog.rb42 def create_self(keys)
43 if keys and keys != None
45 *hash_kv(keys, true))
H A Dip_entry.rb49 def create_self(keys)
50 if keys and keys != None
52 *hash_kv(keys, true))
H A Dpanelframe.rb38 def create_self(keys)
39 if keys and keys != None
41 *hash_kv(keys, true))
H A Dtkpiechart.rb91 def create_self(x, y, width, height, keys=None)
92 if keys and keys != None
94 @c, x, y, *hash_kv(keys, true))
237 def create_self(keys=None)
238 if keys and keys != None
240 *hash_kv(keys, true))
269 def create_self(keys=None)
270 if keys an
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktextframe.rb13 # return an Array of option-keys.
18 def create_component(keys={})
55 def initialize_composite(keys={})
56 keys = _symbolkey2str(keys)
64 ((component_construct_keys.map{|k| k.to_s}) & keys.keys).each{|k|
65 construct_keys[k] = keys.delete(k)
84 vscroll(keys.delete('vscroll'){self.class::DEFAULT_VSCROLL})
85 hscroll(keys
[all...]
H A Dscrollframe.rb24 def initialize_composite(keys={})
46 # convert hash keys
47 keys = _symbolkey2str(keys)
51 if keys.key?('classname')
52 keys['class'] = keys.delete('classname')
54 if @classname = keys.delete('class')
57 if @colormap = keys.delete('colormap')
60 if @container = keys
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.h38 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAH(keys) keys->state.u.ipsec.sah
39 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAV(keys) keys->state.u.ipsec.sav
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dkeychain_find.c49 CFMutableArrayRef keys = NULL; local
53 keys = CFArrayCreateMutable(kCFAllocatorDefault, dict_count,
55 CFDictionaryApplyFunction(item, add_key, keys);
56 key_count = CFArrayGetCount(keys);
57 CFArraySortValues(keys, CFRangeMake(0, key_count),
61 CFStringRef key = (CFStringRef)CFArrayGetValueAtIndex(keys, key_ix);
105 CFRelease(keys);
155 const void *keys[11], *values[11]; local
158 keys[ix] = kSecClass;
161 keys[i
301 const void *keys[6], *values[6]; local
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStringHashDumpContext.h82 Vector<CString> keys; local
88 keys.append(iter->key);
92 std::sort(keys.begin(), keys.end());
94 for (unsigned i = 0; i < keys.size(); ++i) {
95 const T* value = m_backwardMap.get(keys[i]);
97 CString briefString = brief(value, keys[i]);
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D20tie-basic.t45 @ks = keys(%extattr);
53 foreach $k (sort(keys(%test_attrs)))
73 # Recreate the keys and check that they're all in the hash.
75 foreach $k (sort(keys(%test_attrs)))
85 @ks = keys(%extattr);
87 ok(scalar(@ks) == scalar(keys(%test_attrs)));
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dguess.d49 keys[pos] = *(char *)key;
55 /self->inguess && keys[pos-1] == '\n'/
59 guess = fac * (keys[pos] - '0');
62 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
65 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
/macosx-10.10/dtrace-147/DTTk/Extra/
H A Dguess.d49 keys[pos] = *(char *)key;
55 /self->inguess && keys[pos-1] == '\n'/
59 guess = fac * (keys[pos] - '0');
62 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
65 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-11-update-data.c20 const void *keys[] = { local
32 CFDictionaryRef item = CFDictionaryCreate(NULL, keys, values,
33 array_size(keys), NULL, NULL);
38 CFDictionaryRef query = CFDictionaryCreate(NULL, keys, values,
39 (array_size(keys)) - 1, NULL, NULL);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtree.rb54 def self.new(tree, parent, keys={})
55 keys = _symbolkey2str(keys)
60 if (id = keys['node']) && (obj = TreeNodeID_TBL[tpath][id])
61 keys.delete('node')
62 tk_call(tree.path, 'move', id, parent, keys) if parent
67 initialize(tree, parent, keys)
74 def initialize(tree, parent, keys={})
78 if (id = keys['node']) && bool(tk_call(@tpath, 'exists', id))
80 keys
167 def keys() method in class:Tk.Tree.Node
805 def keys(node, *nodes) method in class:Tk.Tree
[all...]

Completed in 255 milliseconds

1234567891011>>