From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/copy_8c.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 runtime/docs/html/copy_8c.html (limited to 'runtime/docs/html/copy_8c.html') diff --git a/runtime/docs/html/copy_8c.html b/runtime/docs/html/copy_8c.html deleted file mode 100644 index b9c4cc23..00000000 --- a/runtime/docs/html/copy_8c.html +++ /dev/null @@ -1,34 +0,0 @@ - - -SystemTap: copy.c File Reference - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

copy.c File Reference

Functions to copy from user space. More... -

-#include "string.c"
- -

-Go to the source code of this file. - - - - - - - - - - - - - - -

Functions

long _stp_strncpy_from_user (char *dst, const char __user *src, long count)
 Copy a NULL-terminated string from userspace.
void _stp_string_from_user (String str, const char __user *src, long count)
 Copy a String from userspace.
unsigned long _stp_copy_from_user (char *dst, const char __user *src, unsigned long count)
 Copy a block of data from user space.
int _stp_copy_argv_from_user (MAP list, char __user *__user *argv)
 Copy an argv from user space to a List.
-


Detailed Description

-Functions to copy from user space. -

- -

-Definition in file copy.c. -- cgit