Defines | Functions

dln.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define _(args)   ()

Functions

 DEPRECATED (char *dln_find_exe(const char *, const char *))
char * dln_find_exe_r (const char *, const char *, char *, size_t)
char * dln_find_file_r (const char *, const char *, char *, size_t)
void * dln_load (const char *)

Define Documentation

#define _ (   args  )     ()

Function Documentation

DEPRECATED ( char *  dln_find_execonst char *, const char *  ) 
char* dln_find_exe_r ( const char *  ,
const char *  ,
char *  ,
size_t   
)

Definition at line 81 of file dln_find.c.

References dln_find_1(), free, getenv(), PATH_ENV, and strdup.

Referenced by dln_find_exe(), proc_exec_v(), rb_proc_exec(), rb_w32_aspawn(), and rb_w32_spawn().

char* dln_find_file_r ( const char *  ,
const char *  ,
char *  ,
size_t   
)

Definition at line 103 of file dln_find.c.

References dln_find_1().

Referenced by dln_find_file(), and process_options().

void* dln_load ( const char *   )