Blame autoopts/strneqvcmp.3

Packit Service 96b5d3
.TH strneqvcmp 3 2016-08-29 "" "Programmer's Manual"
Packit Service 96b5d3
.\"  DO NOT EDIT THIS FILE   (strneqvcmp.3)
Packit Service 96b5d3
.\"
Packit Service 96b5d3
.\"  It has been AutoGen-ed
Packit Service 96b5d3
.\"  From the definitions    ./funcs.def
Packit Service 96b5d3
.\"  and the template file   agman3.tpl
Packit Service 96b5d3
.SH NAME
Packit Service 96b5d3
strneqvcmp - compare two strings with an equivalence mapping
Packit Service 96b5d3
.sp 1
Packit Service 96b5d3
.SH SYNOPSIS
Packit Service 96b5d3
Packit Service 96b5d3
#include <\fIyour-opts.h\fP>
Packit Service 96b5d3
.br
Packit Service 96b5d3
cc [...] -o outfile infile.c -l\fBopts\fP [...]
Packit Service 96b5d3
.sp 1
Packit Service 96b5d3
int \fBstrneqvcmp\fP(char const * \fIstr1\fP, char const * \fIstr2\fP, int \fIct\fP);
Packit Service 96b5d3
.sp 1
Packit Service 96b5d3
.SH DESCRIPTION
Packit Service 96b5d3
Using a character mapping, two strings are compared for "equivalence".
Packit Service 96b5d3
Each input character is mapped to a comparison character and the
Packit Service 96b5d3
mapped-to characters are compared for the two NUL terminated input strings.
Packit Service 96b5d3
The comparison is limited to \fBct\fP bytes.
Packit Service 96b5d3
This function name is mapped to option_strneqvcmp so as to not conflict
Packit Service 96b5d3
with the POSIX name space.
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.IR str1
Packit Service 96b5d3
first string
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.IR str2
Packit Service 96b5d3
second string
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.IR ct
Packit Service 96b5d3
compare length
Packit Service 96b5d3
.sp 1
Packit Service 96b5d3
.SH RETURN VALUE
Packit Service 96b5d3
the difference between two differing characters
Packit Service 96b5d3
.sp 1
Packit Service 96b5d3
.SH ERRORS
Packit Service 96b5d3
none checked.  Caller responsible for seg faults.
Packit Service 96b5d3
.SH SEE ALSO
Packit Service 96b5d3
The \fIinfo\fP documentation for the -l\fIopts\fP library.
Packit Service 96b5d3
.br
Packit Service 96b5d3
ao_string_tokenize(3), configFileLoad(3), optionFileLoad(3), optionFindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3), optionLoadLine(3), optionMemberList(3), optionNextValue(3), optionOnlyUsage(3), optionPrintVersion(3), optionPrintVersionAndReturn(3), optionProcess(3), optionRestore(3), optionSaveFile(3), optionSaveState(3), optionUnloadNested(3), optionVersion(3), strequate(3), streqvcmp(3), streqvmap(3), strtransform(3),