diff options
Diffstat (limited to 'static/netbsd/man3/sqlite3_strglob.3')
| -rw-r--r-- | static/netbsd/man3/sqlite3_strglob.3 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/static/netbsd/man3/sqlite3_strglob.3 b/static/netbsd/man3/sqlite3_strglob.3 new file mode 100644 index 00000000..a1bb67d2 --- /dev/null +++ b/static/netbsd/man3/sqlite3_strglob.3 @@ -0,0 +1,28 @@ +.Dd January 24, 2024 +.Dt SQLITE3_STRGLOB 3 +.Os +.Sh NAME +.Nm sqlite3_strglob +.Nd string globbing +.Sh SYNOPSIS +.In sqlite3.h +.Ft int +.Fo sqlite3_strglob +.Fa "const char *zGlob" +.Fa "const char *zStr" +.Fc +.Sh DESCRIPTION +Note that this routine returns zero on a match and non-zero if the +strings do not match, the same as +.Fn sqlite3_stricmp +and +.Fn sqlite3_strnicmp . +.Sh IMPLEMENTATION NOTES +These declarations were extracted from the +interface documentation at line 9449. +.Bd -literal +SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr); +.Ed +.Sh SEE ALSO +.Xr sqlite3_stricmp 3 , +.Xr sqlite3_strlike 3 |
