Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
execvp.c File Reference
#include <unistd.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <limits.h>
#include <um_malloc.h>
#include <os.h>

Go to the source code of this file.

Functions

int execvp_noalloc (char *buf, const char *file, char *const argv[])
 

Function Documentation

int execvp_noalloc ( char buf,
const char file,
char *const  argv[] 
)

Definition at line 39 of file execvp.c.