Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
uaccess.c File Reference
#include <linux/mm.h>
#include <linux/module.h>
#include <asm/uaccess.h>

Go to the source code of this file.

Functions

long strncpy_from_user (char *dst, const char __user *src, long count)
 
 EXPORT_SYMBOL (strncpy_from_user)
 
long strnlen_user (const char __user *src, long count)
 
 EXPORT_SYMBOL (strnlen_user)
 

Function Documentation

EXPORT_SYMBOL ( strncpy_from_user  )
EXPORT_SYMBOL ( strnlen_user  )
long strncpy_from_user ( char dst,
const char __user src,
long  count 
)

Definition at line 20 of file uaccess.c.

long strnlen_user ( const char __user src,
long  count 
)

Definition at line 72 of file uaccess.c.