GRASS Programmer's Manual
6.4.3(2013)-r
|
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
void | db_char_to_lowercase (char *s) |
void | db_char_to_uppercase (char *s) |
void | db_Cstring_to_lowercase (char *s) |
void | db_Cstring_to_uppercase (char *s) |
int | db_nocase_compare (const char *a, const char *b) |
void db_char_to_lowercase | ( | char * | s) |
void db_char_to_uppercase | ( | char * | s) |
Definition at line 21 of file case.c.
Referenced by db_Cstring_to_uppercase(), and db_nocase_compare().
void db_Cstring_to_lowercase | ( | char * | s) |
void db_Cstring_to_uppercase | ( | char * | s) |
int db_nocase_compare | ( | const char * | a, |
const char * | b | ||
) |
Definition at line 57 of file case.c.
References db_char_to_uppercase(), and dialogs::s.
Referenced by db_convert_Cstring_to_value_datetime().