Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

rpmio/strcasecmp.c File Reference

More...

#include "system.h"
#include "rpmio.h"
#include "debug.h"

Go to the source code of this file.

Functions

int xstrcasecmp (const char *s1, const char *s2)
int xstrncasecmp (const char *s1, const char *s2, size_t n)


Detailed Description

Definition in file strcasecmp.c.


Function Documentation

int xstrcasecmp const char *    s1,
const char *    s2
 

Locale insensitive strcasecmp(3).

Definition at line 9 of file strcasecmp.c.

References xtolower().

Referenced by findTag(), getTagVal(), hdr_subscript(), isMemberInEntry(), machEquivSearch(), optionCompare(), parseYesNo(), rpmLookupSignatureType(), rpmRebuildTargetVars(), tagNumFromPyObject(), and tagValue().

int xstrncasecmp const char *    s1,
const char *    s2,
size_t    n
 

Locale insensitive strncasecmp(3).

Definition at line 32 of file strcasecmp.c.

References xtolower().

Referenced by db3New(), findPreambleTag(), getTagVal(), isPart(), Link(), matchTok(), and Rename().


Generated on Sun Oct 26 13:02:08 2003 for rpm by doxygen1.2.18