#include <inttypes.h>
#include <round.h>
#include <string.h>
#include "tests/userprog/boundary.h"
Go to the source code of this file.
Functions | |
void * | get_boundary_area (void) |
char * | copy_string_across_boundary (const char *src) |
Variables | |
static char | dst [8192] |
char* copy_string_across_boundary | ( | const char * | src | ) |
Definition at line 26 of file boundary.c.
References get_boundary_area(), strlcpy(), and strlen().
Referenced by test_main().
void* get_boundary_area | ( | void | ) |
Definition at line 15 of file boundary.c.
Referenced by copy_string_across_boundary(), and test_main().
char dst[8192] [static] |
Definition at line 10 of file boundary.c.
Referenced by fsutil_append(), fsutil_extract(), get_boundary_area(), memcpy(), memmove(), and memset().