CUBRID Engine  latest
misc_string.h File Reference
#include <string.h>
#include "intl_support.h"
Include dependency graph for misc_string.h:

Go to the source code of this file.

Functions

char * ustr_casestr (const char *s1, const char *s2)
 
char * ustr_upper (char *s)
 
char * ustr_lower (char *s)
 

Function Documentation

char* ustr_casestr ( const char *  s1,
const char *  s2 
)

Definition at line 41 of file misc_string.c.

References NULL, and strlen.

Referenced by pt_check_hint().

Here is the caller graph for this function:

char* ustr_lower ( char *  s)

Definition at line 116 of file misc_string.c.

References NULL.

char* ustr_upper ( char *  s)

Definition at line 98 of file misc_string.c.

References NULL.

Referenced by object_printer::describe_domain(), prm_check_environment(), and pt_to_regu_variable().

Here is the caller graph for this function: