#include <unistd.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "executable-path.h"
Go to the source code of this file.
◆ assemble_fullpath()
static int assemble_fullpath |
( |
const char * |
prefix, |
|
|
const int |
terminator, |
|
|
const char * |
suffix, |
|
|
char * |
result, |
|
|
char * |
result_end |
|
) |
| |
|
static |
◆ executable_path()
char* executable_path |
( |
const char * |
filename, |
|
|
const char * |
path_list, |
|
|
char * |
executable_name |
|
) |
| |
◆ strtcpy()
static char* strtcpy |
( |
char * |
dest, |
|
|
const char * |
src, |
|
|
const int |
t, |
|
|
char * |
dest_end |
|
) |
| |
|
static |