Home
last modified time | relevance | path

Searched defs:_strupr (Results 1 – 10 of 10) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/c/sdcc_iy/
H A Dstrupr.asm11 _strupr: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/c/sdcc_ix/
H A Dstrupr.asm11 _strupr: label
/dports/devel/cc65/cc65-2.19/libsrc/common/
H A Dstrupper.s18 _strupr: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/c/sccz80/
H A Dstrupr.asm16 _strupr: label
/dports/games/zhlt/zhlt-3.4/common/
H A Dwin32fix.h58 #define _strupr strupr macro
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/LevelConverter/
H A Dlevelconverter.c507 static inline const char* _strupr(char *n) in _strupr() function
/dports/archivers/unzip/unzip60/wince/
H A Dwince.cpp419 char* __cdecl _strupr(char *string) { in _strupr() function
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dglobals.h47 #define _strupr strupr macro
60 #define _strupr strupr macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_basic/
H A Dmy_basic.c104 static char* _strupr(char* __s) { in _strupr() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs3753 pub fn _strupr(_String: *mut ::std::os::raw::c_char) -> *mut ::std::os::raw::c_char; in _strupr() function