search for: ustrcasecmp

Displaying 1 result from an estimated 1 matches for "ustrcasecmp".

Did you mean: strcasecmp
2015 Apr 17
0
[ANNOUNCE] xkbprint 1.0.4
...used uRealloc & uRecalloc functions Remove unused uTmpAlloc & uTmpFree fallbacks for alloca Replace sole call to uFree() with direct call to free() Replace custom uAlloc/uCalloc with plain malloc/calloc Replace uStringDup() with direct calls to strdup() Replace uStrCaseCmp() with direct calls to strcasecmp() Add printf & noreturn attributes recommended by gcc Replace several malloc+sprintf pairs with asprintf() calls Replace remaining sprintf calls with snprintf() Combine repeated sequences of fprintf() calls into single calls Replac...