Home
last modified time | relevance | path

Searched refs:STRCOLL (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dfnmatch.c186 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
214 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
H A Dfnmatch_loop.c1206 #undef STRCOLL
/dports/net-p2p/microdc2/microdc2-0.15.6/lib/
H A Dfnmatch.c201 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
229 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
H A Dfnmatch_loop.c1188 #undef STRCOLL
/dports/devel/cvs-devel/cvs-1.12.13/lib/
H A Dfnmatch.c201 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
229 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
H A Dfnmatch_loop.c1188 #undef STRCOLL
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/inc/
H A Dstdtp.h164 #define STRCOLL(x, y) wcscoll(x, y) macro
221 #define STRCOLL(x, y) strcoll(x, y)
/dports/databases/gigabase/gigabase/
H A Dstdtp.h164 #define STRCOLL(x, y) wcscoll(x, y) macro
221 #define STRCOLL(x, y) strcoll(x, y)
H A Dcli.h134 #define STRCOLL(x, y) wcscoll(x, y) macro
170 #define STRCOLL(x, y) strcoll(x, y) macro
H A Dcursor.cpp211 diff = STRCOLL((char_t*)sattr1.array.base, (char_t*)sattr2.array.base); in compare()
259 diff = STRCOLL((char_t*)(p + ((dbVarying*)(p + offs))->offs), in compare()
317 return STRCOLL(((dbSortRecord*)a)->u.strKey, ((dbSortRecord*)b)->u.strKey); in cmpStrKey()
344 return -STRCOLL(((dbSortRecord*)a)->u.strKey, ((dbSortRecord*)b)->u.strKey); in cmpStrKeyDesc()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
H A Dpr_fnmatch_loop.c1262 #undef STRCOLL
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
H A Dpr_fnmatch_loop.c1262 #undef STRCOLL
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/ftp/proftpd/proftpd-1.3.7c/lib/
H A Dpr_fnmatch.c259 # define STRCOLL(S1, S2) strcoll (S1, S2) macro
283 # define STRCOLL(S1, S2) wcscoll (S1, S2) macro
/dports/shells/bash/bash-5.1/lib/glob/
H A Dsmatch.c323 #define STRCOLL(S1, S2) strcoll((S1), (S2)) macro
568 #define STRCOLL(S1, S2) wcscoll((S1), (S2)) macro
H A Dsm_loop.c776 ret = STRCOLL ((XCHAR *)p, (XCHAR *)s);
936 #undef STRCOLL
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dcursor.cpp211 diff = STRCOLL((char_t*)sattr1.array.base, (char_t*)sattr2.array.base); in compare()
259 diff = STRCOLL((char_t*)(p + ((dbVarying*)(p + offs))->offs), in compare()
317 return STRCOLL(((dbSortRecord*)a)->u.strKey, ((dbSortRecord*)b)->u.strKey); in cmpStrKey()
344 return -STRCOLL(((dbSortRecord*)a)->u.strKey, ((dbSortRecord*)b)->u.strKey); in cmpStrKeyDesc()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1643 # define STRCOLL(d, s) strcoll((char *)(d), (char *)(s)) macro
1645 # define STRCOLL(d, s) strcmp((char *)(d), (char *)(s)) macro

12