File:  [CSRG BSD Unix] / 43BSD / ingres / doc / access / kcompare.nr
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

.th KCOMPARE AM 9/6/77
.sh NAME
kcompare - compare a tuple and a key
.sh SYNOPSIS
.nf
kcompare(d, tuple, key)
struct descriptor	*d;
char			tuple[MAXTUP], key[MAXTUP];
.fi
.sh DESCRIPTION
KCOMPARE will compare each domain in key
which was set by SETKEY, with the corresponding domain in tuple.
Domains are compared in ascending domain number sequence
and NOT according to key number sequence.
.sh DIAGNOSTICS
.nf
< 0 -- tuple is less than key
0 -- tuple equals key
> 0 -- tuple is greater than key
.fi
.sh "SEE ALSO"
clearkeys, find, getequal, icompare, setkey

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.