streqvcmp(3)


NAME

   streqvcmp - compare two strings with an equivalence mapping

SYNOPSIS

   #include <your-opts.h>
   cc [...] -o outfile infile.c -lopts [...]

   int streqvcmp(char const * str1, char const * str2);

DESCRIPTION

   Using  a character mapping, two strings are compared for "equivalence".
   Each input character is  mapped  to  a  comparison  character  and  the
   mapped-to  characters  are  compared  for  the two NUL terminated input
   strings.  This function name is mapped to option_streqvcmp so as to not
   conflict with the POSIX name space.

   str1   first string

   str2   second string

RETURN VALUE

   the difference between two differing characters

ERRORS

   none checked.  Caller responsible for seg faults.

SEE ALSO

   The info documentation for the -lopts library.
   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),     streqvmap(3),    strneqvcmp(3),
   strtransform(3),

                              2016-10-30                      streqvcmp(3)


More Linux Commands

manpages/grub.8.html
grub(8) - the grub shell (Administration - Linux man page)
Enter the GRand Unified Bootloader command shell. --batch turn on batch mode for non-interactive use --boot-drive=DRIVE specify stage2 boot_drive [default=0x0]

manpages/pthread_attr_setstacksize.3.html
pthread_attr_setstacksize(3) - set/get stack size attribute
The pthread_attr_setstacksize() function sets the stack size attribute of the thread attributes object referred to by attr to the value specified in stacksize.

manpages/XNoOp.3.html
XNoOp(3) - No Operation (Library - Linux man page)..........
The XNoOp function sends a NoOperation protocol request to the X server, thereby exercising the connection. SEE ALSO Xlib C Language X Interface XNoOp.3 (Librar

manpages/xwininfo.1.html
xwininfo(1) - window information utility for X (Man Page)...
Xwininfo is a utility for displaying information about windows. Various information is displayed depending on which options are selected. If no options are chos

manpages/full.4.html
full(4) - always full device (Special - Linux man page).....
File /dev/full has major device number 1 and minor device number 7. Writes to the /dev/full device will fail with an ENOSPC error. This can be used to test how

manpages/strtransform.3.html
strtransform(3) convert a string into its mapped-to value...
Each character in the input string is mapped and the mapped-to character is put into the output. This function name is mapped to option_strtransform so as to no

manpages/mc.1.html
mc(1) - Visual shell for Unix-like systems. - Linux man page
GNU Midnight Commander is a directory browser/file manager for Unix-like operating systems. OPTIONS -a, --stickchars Disable usage of graphic characters for lin

manpages/XStoreNamedColor.3.html
XStoreNamedColor(3) - set colors (Library - Linux man page)
The XStoreColors function changes the colormap entries of the pixel values specified in the pixel members of the XColor structures. You specify which color comp

manpages/post.3menu.html
post(3menu) - write or erase menus from associated subwindow
The function post_menu displays a menu to its associated subwindow. To trigger physical display of the subwindow, use refresh or some equivalent curses routine

manpages/read_config_print_usage.3.html
read_config_print_usage(3) - netsnmp_config_api functions...
The functions are a fairly extensible system of parsing various configuration files at the run time of an application. The configuration file flow is broken int

manpages/grephistory.1.html
grephistory(1) - Query the INN history database (Man Page)
grephistory queries the INN history database for information about the specified message-ID. If no flags are given, the program prints the storage API token of

manpages/swapoff.8.html
swapoff(8) - enable/disable devices and files for paging and
swapon is used to specify devices on which paging and swapping are to take place. The device or file used is given by the specialfile parameter. It may be of th





We can't live, work or learn in freedom unless the software we use is free.