HomeSort by relevance Sort by last modified time
    Searched refs:clientname (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
launcher-linux.c 92 static const char *find_client(const char *clientname)
113 strcat(fullname, clientname);
119 return clientname;
123 static const char *select_platform(const char *clientname)
130 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
132 if (strchr(clientname, '/') == NULL)
133 clientname = find_client(clientname);
135 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
137 if ((fd = open(clientname, O_RDONLY)) < 0
233 const char *clientname = NULL; local
    [all...]
launcher-darwin.c 99 static const char *find_client(const char *clientname)
120 strcat(fullname, clientname);
126 return clientname;
142 const char *clientname, cpu_type_t default_cputype,
147 int fd = open(find_client(clientname), O_RDONLY);
149 barf("%s: %s", clientname, strerror(errno));
204 const char *clientname = NULL; local
225 clientname = argv[i];
231 clientname = argv[i+1];
257 /* Find the real executable if clientname is an app bundle. *
    [all...]
launcher-aix5.c 170 static const char* find_client ( const char* clientname )
190 strcat(fullname, clientname);
196 return clientname;
201 static Int examine_client ( const char* clientname )
205 FILE* f = fopen( clientname, "r" );
1337 char *clientname = NULL; local
    [all...]

Completed in 451 milliseconds