Searched refs:clientname (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | launcher-linux.c | 90 static const char *find_client(const char *clientname) in find_client() argument 96 assert(clientname != NULL); in find_client() 98 if (path == NULL) return clientname; in find_client() 101 unsigned need = strlen(path) + strlen("/") + strlen(clientname) + 1; in find_client() 122 strcat(fullname, clientname); in find_client() 129 return clientname; in find_client() 133 static const char *select_platform(const char *clientname) in select_platform() argument 140 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname); in select_platform() 142 if (strchr(clientname, '/') == NULL) in select_platform() 143 clientname = find_client(clientname); in select_platform() [all …]
|
D | launcher-darwin.c | 103 static const char *find_client(const char *clientname) in find_client() argument 124 strcat(fullname, clientname); in find_client() 130 return clientname; in find_client() 146 const char *clientname, cpu_type_t default_cputype, in select_arch() argument 151 int fd = open(find_client(clientname), O_RDONLY); in select_arch() 153 barf("%s: %s", clientname, strerror(errno)); in select_arch() 208 const char *clientname = NULL; in main() local 229 clientname = argv[i]; in main() 235 clientname = argv[i+1]; in main() 262 if (clientname) { in main() [all …]
|
/external/fio/examples/ |
D | rbd.fio | 15 clientname=admin
|