Searched refs:fullnamep (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/dtc/
H A Dsrcpos.h50 * @param fullnamep If non-NULL, it is set to the allocated filename of the
55 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
H A Dsrcpos.c117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) argument
135 if (fullnamep)
136 *fullnamep = fullname;

Completed in 75 milliseconds