Searched refs:KEY (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c125 #define KEY(s) {s,sizeof(s)-1,0} macro
129 KEY("author"),
130 KEY("class"),
131 KEY("company"),
132 KEY("contributor"),
133 KEY("corporation"),
134 KEY("domain"),
135 KEY("incorporation"),
136 KEY("license"),
137 KEY("locatio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm39 @_ == 3 || croak 'new IPC::Msg ( KEY , FLAGS )';
136 =item new ( KEY , FLAGS )
138 Creates a new message queue associated with C<KEY>. A new queue is
145 C<KEY> is equal to C<IPC_PRIVATE>
149 C<KEY> does not already have a message queue
H A DSemaphore.pm36 @_ == 4 || croak 'new ' . __PACKAGE__ . '( KEY, NSEMS, FLAGS )';
182 =item new ( KEY , NSEMS , FLAGS )
184 Create a new semaphore set associated with C<KEY>. C<NSEMS> is the number
191 C<KEY> is equal to C<IPC_PRIVATE>
195 C<KEY> does not already have a semaphore identifier
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_name.c343 enum state { KEY, VALUE } mode = KEY; enumerator in enum:state
347 if (pos == start || mode == KEY)
351 mode = KEY;
379 if (strict && (pos == start || mode == KEY) ||
380 !strict && (pos != start && mode == KEY ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t88 my %hash = (KEY => 'val', RO => 'val');
92 eval { %hash = (KEY => 1) };
97 my %hash = (KEY => 1, RO => 2);
99 eval { %hash = (KEY => 1, RO => 2) };
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h114 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) macro
H A Dhash_page.c158 key->data = KEY(cursorp->pagep, cursorp->pgndx);
496 key.data = KEY(temp_pagep, n);
/osnet-11/usr/src/lib/libnsl/
H A DMakefile.com98 KEY= publickey.o xcrypt.o gen_dhkeys.o
101 $(NSL) $(WRAPPERS) $(RPC) $(YP) $(NIS) $(KEY) $(XPOL)
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h238 }KEY; typedef in typeref:struct:__anon1085
H A Dldap_principal.c257 KEY *secretkey=NULL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm155 For each (KEY, VALUE) pair in the CODEHASHREF, this routine will
158 timethis(COUNT, VALUE, KEY, STYLE)
160 The routines are called in string comparison order of KEY.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1744 sub KEY () { 1 }; subroutine
1815 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1828 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1838 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1865 $self->[0][1]->_heap_move($self->[$i][KEY], $i);
1868 $self->[0][1]->_heap_move($top->[KEY], undef);
1898 $self->[0][1]->_heap_move($self->[$_][KEY], $_) if defined $self->[$_];
1929 $self->[$n][KEY] = $new_key;
1992 map { $_->[KEY] } @nodes;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dparse.y129 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY
193 ccons ::= PRIMARY KEY sortorder onconf(R). {sqliteAddPrimaryKey(pParse,0,R);}
238 tcons ::= PRIMARY KEY LP idxlist(X) RP onconf(R).
243 tcons ::= FOREIGN KEY LP idxlist(FA) RP
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE)) macro
840 key = KEY (cache);
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl309 The number of indices used to implement PRIMARY KEY or UNIQUE constraints
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1015 form C<KEY=VALUE>. E.g.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl6267 2325 OPTION KEY
6365 2387 ALTERNATIVE KEY SYMBOL
6380 2396 DECIMAL SEPARATOR KEY SYMBOL

Completed in 129 milliseconds