#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) |
Definition in file strcasecmp.c.
|
||||||||||||
|
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(). |
|
||||||||||||||||
|
Locale insensitive strncasecmp(3). Definition at line 32 of file strcasecmp.c. References xtolower(). Referenced by db3New(), findPreambleTag(), getTagVal(), isPart(), Link(), matchTok(), and Rename(). |
1.2.18