OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clientname
(Results
1 - 6
of
6
) 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
...]
/external/ppp/pppd/
srp-entry.8
16
.I
clientname
47
.I <
clientname
>
srp-entry.c
21
* srp-entry [-i index] [
clientname
]
88
(void) fprintf(stderr, "Usage:\n\t%s [-i index] [
clientname
]\n",
/external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc
[
all
...]
Completed in 263 milliseconds