OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidstr
(Results
1 - 7
of
7
) sorted by null
/external/iproute2/ip/
ipnetns.c
494
const char *
pidstr
;
local
502
pidstr
= "self";
507
pidstr
= argv[0];
508
if (!is_pid(
pidstr
)) {
510
pidstr
);
515
snprintf(net_path, sizeof(net_path), "/proc/%s/ns/net",
pidstr
);
/external/dbus/dbus/
dbus-sysdeps-util-win.c
86
char
pidstr
[20];
local
108
if (snprintf (
pidstr
, sizeof (
pidstr
), "%lu\n", pid) < 0)
118
bytes_to_write = strlen (
pidstr
);;
125
res = WriteFile (hnd,
pidstr
+ total, bytes_to_write - total,
[
all
...]
/external/toybox/lib/
lib.c
768
int sig_to_num(char *
pidstr
)
772
if (
pidstr
) {
775
i = estrtol(
pidstr
, &s, 10);
778
if (!strncasecmp(
pidstr
, "sig", 3))
pidstr
+=3;
781
if (!
pidstr
) xputs(signames[i].name);
782
else if (!strcasecmp(
pidstr
, signames[i].name)) return signames[i].num;
lib.h
275
int sig_to_num(char *
pidstr
);
/external/valgrind/callgrind/
callgrind_control.in
354
$
pidstr
= "PID $pid: ";
355
if ($pid >0) { print $
pidstr
.$cmdline{$pid}; }
/prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go
363
pidstr
:= res.Header.Get("X-CGI-Pid")
364
if
pidstr
== "" {
367
pid, err := strconv.Atoi(
pidstr
)
/prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go
363
pidstr
:= res.Header.Get("X-CGI-Pid")
364
if
pidstr
== "" {
367
pid, err := strconv.Atoi(
pidstr
)
Completed in 566 milliseconds