OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pidstr
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Support/
LockFileManager.cpp
43
StringRef
PIDStr
;
44
std::tie(Hostname,
PIDStr
) = getToken(MB.getBuffer(), " ");
45
PIDStr
=
PIDStr
.substr(
PIDStr
.find_first_not_of(" "));
47
if (!
PIDStr
.getAsInteger(10, PID)) {
/external/toybox/lib/
lib.c
660
int sig_to_num(char *
pidstr
)
664
if (
pidstr
) {
667
i = estrtol(
pidstr
, &s, 10);
670
if (!strncasecmp(
pidstr
, "sig", 3))
pidstr
+=3;
673
if (!
pidstr
) xputs(signames[i].name);
674
else if (!strcasecmp(
pidstr
, signames[i].name)) return signames[i].num;
lib.h
218
int sig_to_num(char *
pidstr
);
/external/valgrind/callgrind/
callgrind_control.in
354
$
pidstr
= "PID $pid: ";
355
if ($pid >0) { print $
pidstr
.$cmdline{$pid}; }
/external/openssh/
ssh-agent.c
1152
char *shell, *format, *
pidstr
, *agentsocket = NULL;
local
1237
pidstr
= getenv(SSH_AGENTPID_ENV_NAME);
1238
if (
pidstr
== NULL) {
1243
pid = (int)strtonum(
pidstr
, 2, INT_MAX, &errstr);
1247
SSH_AGENTPID_ENV_NAME,
pidstr
, errstr);
[
all
...]
/external/toybox/www/
code.html
[
all
...]
Completed in 562 milliseconds