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

/netbsd-current/lib/librumphijack/
H A Dhijack.c446 static enum pathtype path_isrump(const char *);
562 if (path_isrump(path))
579 isrump = path_isrump(path); \
623 if ((pt = path_isrump(path)) != PATH_HOST) { \
1085 path_isrump(const char *path) function
1199 if ((pt = path_isrump(path)) != PATH_HOST) {
1229 if ((pt = path_isrump(path)) != PATH_HOST) {
1328 if ((ptf = path_isrump(from)) != PATH_HOST) {
1329 if ((ptt = path_isrump(to)) == PATH_HOST) {
1340 if (path_isrump(t
[all...]

Completed in 172 milliseconds