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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dpath.c38 static char *get_pathname(void) function
91 char *pathname = get_pathname();
104 char *pathname = get_pathname();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dssh.c116 static CURLcode get_pathname(const char **cpp, char **path);
1227 result = get_pathname(&cp, &sshc->quote_path1);
1252 result = get_pathname(&cp, &sshc->quote_path2);
1274 result = get_pathname(&cp, &sshc->quote_path2);
1299 result = get_pathname(&cp, &sshc->quote_path2);
3149 /* The get_pathname() function is being borrowed from OpenSSH sftp.c
3167 get_pathname(const char **cpp, char **path) function

Completed in 22 milliseconds