ARB
Functions
arb_str.h File Reference
#include <cstddef>
#include <cctype>
#include <cstring>
Include dependency graph for arb_str.h:

Go to the source code of this file.

Functions

int ARB_stricmp (const char *s1, const char *s2)
 
bool ARB_strBeginsWith (const char *str, const char *with)
 
int ARB_strNULLcmp (const char *s1, const char *s2)
 
charARB_strupper (char *s)
 
charARB_strlower (char *s)
 

Function Documentation

int ARB_stricmp ( const char s1,
const char s2 
)
inline
bool ARB_strBeginsWith ( const char str,
const char with 
)
inline
int ARB_strNULLcmp ( const char s1,
const char s2 
)
inline

Like strcmp, but allows NULp as arguments NULp is bigger than anything else (i.e. it sorts "missing" values to the end)

Definition at line 52 of file arb_str.h.

Referenced by compare_hits(), and TreeNode::has_valid_root_remarks().

char* ARB_strupper ( char s)
inline

Definition at line 63 of file arb_str.h.

References s.

Referenced by g_bs_read_tagged_hash(), GBS_nameserver_tag(), DBUI::init_info_window(), and upcase().

char* ARB_strlower ( char s)
inline

Definition at line 64 of file arb_str.h.

References s.

Referenced by findAffectedKeys().