VSF Documented
Data Structures | Macros | Typedefs | Functions | Variables
findprog.h File Reference
#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
 

Macro Definition Documentation

◆ find_in_path

#define find_in_path   VSF_LINUX_WRAPPER(find_in_path)

◆ find_in_given_path

#define find_in_given_path   VSF_LINUX_WRAPPER(find_in_given_path)

Typedef Documentation

◆ vsf_linux_findprog_vplt_t

Function Documentation

◆ find_in_path()

const char * find_in_path ( const char *  progname)

◆ find_in_given_path()

const char * find_in_given_path ( const char *  progname,
const char *  path,
const char *  directory,
bool  optimize_for_exec 
)

Variable Documentation

◆ vsf_linux_findprog_vplt

__VSF_VPLT_DECORATOR__ vsf_linux_findprog_vplt_t vsf_linux_findprog_vplt
extern