OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pid_name
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/tui/
tui-status.c
62
const char *
pid_name
;
69
pid_name
= "No process";
73
pid_name
= pid_name_holder.c_str ();
80
pid_width = strlen (
pid_name
);
158
string.printf ("%*.*s ", -pid_width, pid_width,
pid_name
);
61
const char *
pid_name
;
local
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-status.c
66
const char *
pid_name
;
73
pid_name
= "No process";
77
pid_name
= pid_name_holder.c_str ();
84
pid_width = strlen (
pid_name
);
162
string.printf ("%*.*s ", -pid_width, pid_width,
pid_name
);
65
const char *
pid_name
;
local
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
208
(REQUEST)->process_id, (REQUEST)->
pid_name
); \
362
req->process_id, req->
pid_name
);
389
req->process_id, req->
pid_name
);
1538
request->
pid_name
[0] = '\0';
1608
request->request_id, request->process_id, request->
pid_name
);
1632
request->
pid_name
, request_state_get_duration(request));
1647
mdns_powerlog_register_record_stop(request->
pid_name
, ptr->powerlog_start_time, usesAWDL);
1732
re->powerlog_start_time = mdns_powerlog_register_record_start(request->
pid_name
, usesAWDL);
1762
LogRedact(MDNS_LOG_CATEGORY_MDNS, MDNS_LOG_WARNING, "[R%u] _handle_regrecord_request_with_trust: no audit token for pid(%s %d)", request->request_id, request->
pid_name
, request->process_id);
1880
request->process_id, request->
pid_name
);
[
all
...]
uds_daemon.h
224
char
pid_name
[MAXCOMLEN]; // The effective client's process name.
member in struct:request_state
/src/external/apache2/mDNSResponder/dist/unittests/
unittest_common.c
74
memcpy(req->
pid_name
, client_req_pid_name, strlen(client_req_pid_name));
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026