search for: local_strdup

Displaying 3 results from an estimated 3 matches for "local_strdup".

2012 Apr 17
1
[PATCH] Remove local_strtoull, windows has equivalent function _strtoui64
...mpat.h" #include "analyze.h" #include "decode.h" #include "encode.h" @@ -84,11 +85,6 @@ static const char *get_outfilename(const char *infilename, const char *suffix); static void die(const char *message); static int conditional_fclose(FILE *f); static char *local_strdup(const char *source); -#ifdef _MSC_VER -/* There's no strtoll() in MSVC6 so we just write a specialized one */ -static FLAC__int64 local__strtoll(const char *src, char **endptr); -#endif - /* * share__getopt format struct; note that for long options with no @@ -683,13 +679,8 @@ int parse_op...
2014 Apr 30
2
make fullcheck fails: strtod/atof and locale
...tlocale(LC_ALL, saved_locale); so RG tags always have decimal point 4) flac and metaflac: main() calls setlocale(LC_ALL, "") which sets default system locale 5) Probably it's better to use local version of strtod() that accepts both comma and point as separators (just as FLAC uses local_strdup or flac_snprintf).
2011 Aug 28
3
[Bug 741] New: ULOGD segfaults on init
http://bugzilla.netfilter.org/show_bug.cgi?id=741 Summary: ULOGD segfaults on init Product: ulogd Version: SVN (please provide timestamp) Platform: i386 OS/Version: other Status: NEW Severity: blocker Priority: P5 Component: ulogd_MYSQL AssignedTo: netfilter-buglog at lists.netfilter.org