VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"
Go to the source code of this file.
Data Structures | |
struct | vsf_linux_findprog_vplt_t |
Macros | |
#define | find_in_path VSF_LINUX_WRAPPER(find_in_path) |
#define | find_in_given_path VSF_LINUX_WRAPPER(find_in_given_path) |
Typedefs | |
typedef struct vsf_linux_findprog_vplt_t | vsf_linux_findprog_vplt_t |
Functions | |
const char * | find_in_path (const char *progname) |
const char * | find_in_given_path (const char *progname, const char *path, const char *directory, bool optimize_for_exec) |
Variables | |
__VSF_VPLT_DECORATOR__ vsf_linux_findprog_vplt_t | vsf_linux_findprog_vplt |
#define find_in_path VSF_LINUX_WRAPPER(find_in_path) |
#define find_in_given_path VSF_LINUX_WRAPPER(find_in_given_path) |
typedef struct vsf_linux_findprog_vplt_t vsf_linux_findprog_vplt_t |
const char * find_in_path | ( | const char * | progname | ) |
const char * find_in_given_path | ( | const char * | progname, |
const char * | path, | ||
const char * | directory, | ||
bool | optimize_for_exec | ||
) |
|
extern |