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

/macosx-10.10/rsync-45/rsync/support/
H A Drsyncstats88 $pathkey = "";
90 $pathkey = $pathkey . "/" . $path[$i];
94 next unless (substr($pathkey,0,length($only_section)) eq $only_section);
111 # $#line, $daytime, $bytes, $file, $pathkey);
116 $groupfiles{$pathkey}++; # per-group accesses
122 $groupbytes{$pathkey} += $bytes; # per-group bytes sent
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathkey.c44 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* path) function
H A Dpathprobe.c153 pathkey(lang, tool, proc, key, sizeof(key), attr, attrsize);
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h306 extern char* pathkey(char*, char*, const char*, const char*, const char*);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dusprep.cpp109 UHashTok namekey, pathkey; local
111 pathkey.pointer = b->path;
112 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
H A Duresbund.cpp53 UHashTok namekey, pathkey; local
55 pathkey.pointer = b->fPath;
56 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile79 pathexists.c pathfind.c pathkey.c pathprobe.c pathrepl.c \

Completed in 285 milliseconds