pintos/src/tests/userprog/boundary.c File Reference

#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]


Function Documentation

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.

References dst, and ROUND_UP.

Referenced by copy_string_across_boundary(), and test_main().


Variable Documentation

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().


Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6