find_file() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

find_file() function

Syntax

char *find_file(const char *name);
Implemented in configuration.c:61

Arguments

name

References

LocationReferrerText
configuration.c:61
char *find_file(const char *file)
configuration.h:31
char *find_file(const char *name);
command.c:658handle_find()
char *full_path = find_file(CMD_ARGV[0]);
configuration.c:102open_file_from_path()
char *full_path = find_file(file);

Call Tree

Functions calling find_file()
Functions called by find_file()
find_file()
fclose()
fopen()
free()
all items filtered out
Data read by find_file()
Data written by find_file()
find_file()::file
find_file()::fp
find_file()::search_dirs
find_file()::dir
find_file()::mode
find_file()::full_path
all items filtered out
find_file()
find_file()::fp
find_file()::search_dirs
find_file()::dir
find_file()::full_path
all items filtered out
Type of find_file()
find_file()
FILE
all items filtered out