GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (base) - case string conversion. More...
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
void | db_char_to_lowercase (char *s) |
Convert character to lowercase. More... | |
void | db_char_to_uppercase (char *s) |
Convert character to uppercase. More... | |
void | db_Cstring_to_lowercase (char *s) |
Convert string to lowercase. More... | |
void | db_Cstring_to_uppercase (char *s) |
Convert string to lowercase. More... | |
int | db_nocase_compare (const char *a, const char *b) |
Compare strings case-insensitive. More... | |
DBMI Library (base) - case string conversion.
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file case.c.
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 | ||
) |
Compare strings case-insensitive.
a,b | string buffers to be compared |
Definition at line 69 of file case.c.
Referenced by db_convert_Cstring_to_value_datetime().