#include "testutil.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "apr_general.h"
#include "apr_strings.h"
#include "apr_cstr.h"
#include "apr_errno.h"
Go to the source code of this file.
|
| static void | test_strtok (abts_case *tc, void *data) |
| |
| static void | snprintf_noNULL (abts_case *tc, void *data) |
| |
| static void | snprintf_0NULL (abts_case *tc, void *data) |
| |
| static void | snprintf_0nonNULL (abts_case *tc, void *data) |
| |
| static void | snprintf_underflow (abts_case *tc, void *data) |
| |
| static void | string_error (abts_case *tc, void *data) |
| |
| static void | string_long (abts_case *tc, void *data) |
| |
| static void | string_strtoi64 (abts_case *tc, void *data) |
| |
| static void | string_strtoff (abts_case *tc, void *data) |
| |
| static void | overflow_strfsize (abts_case *tc, void *data) |
| |
| static void | string_strfsize (abts_case *tc, void *data) |
| |
| static void | string_cpystrn (abts_case *tc, void *data) |
| |
| static void | snprintf_overflow (abts_case *tc, void *data) |
| |
| static void | skip_prefix (abts_case *tc, void *data) |
| |
| static void | pstrcat (abts_case *tc, void *data) |
| |
| abts_suite * | teststr (abts_suite *suite) |
| |
◆ MY_LLONG_MAX
◆ MY_LLONG_MIN
◆ SIZE
◆ overflow_strfsize()
◆ pstrcat()
◆ skip_prefix()
◆ snprintf_0nonNULL()
◆ snprintf_0NULL()
◆ snprintf_noNULL()
◆ snprintf_overflow()
◆ snprintf_underflow()
◆ string_cpystrn()
◆ string_error()
◆ string_long()
◆ string_strfsize()
◆ string_strtoff()
◆ string_strtoi64()
◆ test_strtok()
◆ teststr()