Manual Page Result
0
Command: sqlite3_strglob | Section: 3 | Source: NetBSD | File: sqlite3_strglob.3
SQLITE3_STRGLOB(3) FreeBSD Library Functions Manual SQLITE3_STRGLOB(3)
NAME
sqlite3_strglob - String Globbing
SYNOPSIS
int
sqlite3_strglob(const char *zGlob, const char *zStr);
DESCRIPTION
Note that this routine returns zero on a match and non-zero if the
strings do not match, the same as sqlite3_stricmp() and
sqlite3_strnicmp().
SEE ALSO
sqlite3_stricmp(3), sqlite3_strlike(3), sqlite3_stricmp(3)
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8