Searched refs:get_pathname (Results 1 – 4 of 4) sorted by relevance
26 get_pathname.obj \
37 get_pathname.c \
53 get_pathname.o \126 $(srcdir)/get_pathname.c \708 get_pathname.o: $(srcdir)/get_pathname.c $(top_builddir)/lib/config.h \
116 static CURLcode get_pathname(const char **cpp, char **path);1262 result = get_pathname(&cp, &sshc->quote_path1); in ssh_statemach_act()1287 result = get_pathname(&cp, &sshc->quote_path2); in ssh_statemach_act()1309 result = get_pathname(&cp, &sshc->quote_path2); in ssh_statemach_act()1334 result = get_pathname(&cp, &sshc->quote_path2); in ssh_statemach_act()3206 get_pathname(const char **cpp, char **path) in get_pathname() function