Home
last modified time | relevance | path

Searched defs:WSTRLEN (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/examples/
H A Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) macro
88 #define WSTRLEN(FILENAME) strlen(FILENAME) macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/examples/
H A Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) macro
88 #define WSTRLEN(FILENAME) strlen(FILENAME) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/examples/
H A Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) macro
88 #define WSTRLEN(FILENAME) strlen(FILENAME) macro
/dports/graphics/webp/libwebp-1.2.1/examples/
H A Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) macro
88 #define WSTRLEN(FILENAME) strlen(FILENAME) macro
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/examples/
H A Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) macro
88 #define WSTRLEN(FILENAME) strlen(FILENAME) macro
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/examples/
H A Dunicode.h61 #define WSTRLEN(FILENAME) wcslen((const W_CHAR*)FILENAME) macro
88 #define WSTRLEN(FILENAME) strlen(FILENAME) macro
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dfont.c169 #define WSTRLEN 4096 macro
/dports/security/wolfssh/wolfssh-1.4.8/wolfssh/
H A Dport.h389 #define WSTRLEN(s1) strlen((s1)) macro