Searched refs:key (Results 676 - 700 of 892) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c80 return (strcmp(s->sp_namp, argp->key.name) == 0);
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetauthattr.c155 if (_ldap_filter_name(name, argp->key.name, sizeof (name)) != 0)
H A Dgetuserattr.c147 if (_ldap_filter_name(name, argp->key.name, sizeof (name)) != 0)
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c723 if (arg.key.ipnode.flags != 0)
725 hname = (char *)arg.key.ipnode.name;
726 af = arg.key.ipnode.af_family;
729 hname = (char *)arg.key.name;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs_plus.c66 /* read the first record immediatly inferior or egal to the given key */
68 /* record_out _must_ be large enough to receive the whole record (key + data) */
73 hfsplus_btree_search (HfsPPrivateFile* b_tree_file, HfsPPrivateGenericKey* key, argument
125 if (hfsplus_extent_key_cmp(record_key, key) <= 0)
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c1185 error(2, "%s: invalid sort key", b);
1691 error(1, "invalid sort key -- name assumed");
H A Dls.c62 " override internal \b--format\b identifiers.]:[key[=value]]]"
156 " types:]:?[key:=never]{"
163 "[W:time?Display \akey\a time instead of the modification time:]:[key]{"
170 "[y:sort?Sort by \akey\a:]:?[key]{"
180 "[Y:layout?Listing layout \akey\a:]:[key]{"
311 char* name; /* key name */
335 int adjust; /* key() print with adjustment */
457 key(void* handle, register Sffmt_t* fp, const char* arg, char** ps, Sflong_t* pn) function
489 error(3, "%s: unknown format key", fp->t_str);
504 sfkeyprintf(mp, handle, kp->macro, key, Ni
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dlibasr.h132 #define ASR_PROP_AREG_PRIVATE_KEY ASR_PROP(autoreg/private-key)
133 #define ASR_PROP_AREG_PUBLIC_KEY ASR_PROP(autoreg/public-key)
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Dmm.c162 grub_efi_uintn_t key; local
190 map_key = &key;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dserpent.c42 /* Serpent key, provided by the user. If the original key is shorter
46 /* The key schedule consists of 33 128 bit subkeys. */
580 /* Convert the user provided key KEY of KEY_LENGTH bytes into the
583 serpent_key_prepare (const byte *key, unsigned int key_length, argument
588 /* Copy key. */
589 memcpy (key_prepared, key, key_length);
608 serpent_subkeys_generate (serpent_key_t key, serpent_subkeys_t subkeys) argument
615 /* Initialize with key values. */
617 w[i - 8] = key[
666 serpent_setkey_internal(serpent_context_t *context, const byte *key, unsigned int key_length) argument
678 serpent_setkey(void *ctx, const byte *key, unsigned int key_length) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL723 my $key;
724 foreach $key (keys %cfg) {
725 my $val = $cfg{$key};
744 print $fh "\t'",$key,"' => ",$val,",\n";
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c146 const char *key, gboolean added, gboolean removed,
150 device_send_signal_property_modified (device, key, removed, added);
155 /*hal_callout_property (device, key)*/;
145 gdl_property_changed(HalDeviceStore *store, HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer user_data) argument
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c358 hash_kill_udi(gpointer key, gpointer value, gpointer user_data) { argument
359 do_kill_udi(key);
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl83 int cbc_crypt(char *key, char *buf, size_t len, uint_t mode, char *ivec);
84 int ecb_crypt(char *key, char *buf, size_t len, uint_t mode);
125 * usr/src/lib/libnsl/key routines
140 int passwd2des(char *pw, char *key);
499 int key_gendes(des_block *key);
887 datum fetch(datum key);
888 int delete(datum key);
889 int store(datum key, datum dat);
891 datum nextkey(datum key);
956 int yp_first(char *domain, char *map, char **key, in
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c61 static void method_name_hash_key_destroy_func(gchar *key) argument
63 g_return_if_fail(key != NULL);
65 g_free(key);
95 static void uri_parent_string_hash_key_destroy_func(gchar *key) argument
97 g_return_if_fail(key != NULL);
99 g_free(key);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c991 char key[ CFG_MAX_KEY ]; local
1089 (void) snprintf(key, CFG_MAX_KEY, "sv.set%d",
1091 if (cfg_put_cstring(cfg, key, NULL, NULL) < 0) {
1236 device_t key; local
1253 key.rdev = buf.st_rdev;
1256 result = bsearch(&key, devlist, devcount, sizeof (device_t), compare);
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c447 Blowfish_expand0state(blf_ctx *c, const uint8_t *key, uint16_t keybytes) argument
460 temp = Blowfish_stream2word(key, keybytes, &j);
488 const uint8_t *key, uint16_t keybytes)
501 temp = Blowfish_stream2word(key, keybytes, &j);
538 /* Transform S-boxes and subkeys with key */
706 char key[] = "AAAAA";
719 blf_key(&c, (uint8_t *) key, 5);
487 Blowfish_expandstate(blf_ctx *c, const uint8_t *data, uint16_t databytes, const uint8_t *key, uint16_t keybytes) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm116 my($self, $key) = @_;
119 my $marker = "$key=";
155 $self->{$key} = $value; # cache it
246 my($self, $key) = @_;
250 if ($key =~ /^((?:cc|ld)flags|libs(?:wanted)?)_nolargefiles/) {
277 $self->{$key} = $value;
281 my($self, $key) = @_;
284 return $self->{$key} if exists $self->{$key};
286 $self->fetch_string($key);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t122 my ($key, $value) = each %$hash;
123 eval {$hash->{$key} = reverse $value};
125 'trying to change a locked key' );
126 is ($hash->{$key}, $value, "hash should not change?");
128 like( $@, "/^Attempt to access disallowed key 'use' in a restricted hash/",
129 'trying to add another key' );
136 my ($key, $value) = each %$hash;
137 eval {$hash->{$key} = reverse $value};
139 'trying to change a restricted key' );
140 is ($hash->{$key}, revers
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm31 the key denotes.
35 In this hash each key represents a function and the value is the catagory.
40 In this hash each key represents a function and the value is a short
45 In this hash each key represents a catagory of functions and the value is
190 each HASH retrieve the next key/value pair from a hash
200 exists HASH test whether a hash key is present
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c7058 scf_matchkey_t *key; local
7078 * Search for an existing key
7080 for (key = htable[h]; key != NULL; key = key->sk_next) {
7081 if (strcmp(key->sk_fmri, fmri) == 0)
7082 return (key);
7085 if ((key = calloc(sizeof (scf_matchkey_t), 1)) == NULL)
7089 * Add new key t
7806 scf_matchkey_t *key; local
7817 scf_matchkey_t *key; local
7904 scf_matchkey_t *key, *next; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm465 my $key; # key (if hash type)
469 ($found, $opt, $ctl, $arg, $key) =
515 print STDERR ("=> \$\$L{$opt}->{$key} = \"$arg\"\n")
517 $linkage{$opt}->{$key} = $arg;
531 print STDERR ("=> \$\$L{$opt}->{$key} = \"$arg\"\n")
533 $linkage{$opt}->{$key} = $arg;
537 $ctl->[CTL_DEST] == CTL_DEST_HASH ? ", \"$key\"" : "",
545 $ctl->[CTL_DEST] == CTL_DEST_HASH ? ($key) : (),
583 print STDERR ("=> \$L{$opt}->{$key}
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1014 String key = (String)en.nextElement();
1018 if (!key.equals(typeKey)) {
1019 BtreeVector bvec = (BtreeVector)ttable.get(key);
1341 // original. Values are hashtables with key being scope name,
1342 // values are hashtables with lang tag key. Ultimate values are
1933 * Return a Hashtable with the key FS_SERVICES matched to the
1934 * hashtable of ServiceURL objects as key and a vector
1935 * of their scopes as value, and the key FS_SIGTABLE
1936 * matched to a hashtable with ServiceURL objects as key
1940 * key return
3479 keyScope(String key) argument
3493 keyServiceType(String key) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1308 arg.key.name = name;
1327 arg.key.ipnode.name = name;
1328 arg.key.ipnode.af_family = af_family;
1329 arg.key.ipnode.flags = flags;
1348 arg.key.hostaddr.addr = addr;
1349 arg.key.hostaddr.len = len;
1350 arg.key.hostaddr.type = type;
1367 arg.key.hostaddr.addr = addr;
1368 arg.key.hostaddr.len = len;
1369 arg.key
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs623 foreach my $key (sort keys %$raw) {
628 my ($next, $in_len, $out_bytes, $fallback) = @{$raw->{$key}};
631 my $b = ord $key;
836 foreach my $key (sort keys %$raw) {
841 my ($next, $in_len, $out_bytes, $fallback) = @{$raw->{$key}};
842 my $u = ord $key;
860 warn join(',',$u, @{$raw->{$key}},$a,$t);

Completed in 113 milliseconds

<<21222324252627282930>>