Home | History | Annotate | Download | only in perf

Lines Matching full:pathname

2000 int tcc_add_include_path(TCCState *s, const char *pathname);
2003 int tcc_add_sysinclude_path(TCCState *s, const char *pathname);
2038 int tcc_add_library_path(TCCState *s, const char *pathname);
20920 int tcc_add_include_path(TCCState *s1, const char *pathname)
20924 pathname1 = tcc_strdup(pathname);
20929 int tcc_add_sysinclude_path(TCCState *s1, const char *pathname)
20933 pathname1 = tcc_strdup(pathname);
21060 int tcc_add_library_path(TCCState *s, const char *pathname)
21064 pathname1 = tcc_strdup(pathname);