HomeSort by relevance Sort by last modified time
    Searched full:strwinerror (Results 1 - 2 of 2) sorted by null

  /external/zlib/
minigzip.c 71 but may be overwritten by a subsequent call to strwinerror
73 The strwinerror function does not change the current setting
76 static char *strwinerror (error) function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
ChangeLog 176 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
    [all...]

Completed in 210 milliseconds