OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_file
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_slave.c
657
static char *
status_file
;
variable
674
{ "status-file", 0, arg_string, &
status_file
,
767
if (
status_file
== NULL) {
768
if (asprintf(&
status_file
, "%s/ipropd-slave-status", hdb_db_dir(context)) < 0 ||
status_file
== NULL)
775
slave_status(context,
status_file
, "bootstrapping");
785
slave_status(context,
status_file
, "getting credentials from keytab/database");
803
slave_status(context,
status_file
, "creating log file");
827
slave_status(context,
status_file
, "ipropd-slave started");
863
slave_status(context,
status_file
, "connecting to master: %s\n", master)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/nat/
linux-procfs.c
37
gdb_file_up
status_file
= gdb_fopen_cloexec (buf, "r");
local
38
if (
status_file
== NULL)
45
while (fgets (buf, sizeof (buf),
status_file
.get ()))
/src/external/gpl3/gdb.old/dist/gdb/nat/
linux-procfs.c
37
gdb_file_up
status_file
= gdb_fopen_cloexec (buf, "r");
local
38
if (
status_file
== NULL)
45
while (fgets (buf, sizeof (buf),
status_file
.get ()))
/src/external/gpl3/gdb/dist/gdb/
amd64-linux-tdep.c
1794
gdb::unique_xmalloc_ptr<char>
status_file
1797
if (
status_file
== nullptr)
1800
std::string_view status_file_view (
status_file
.get ());
1792
gdb::unique_xmalloc_ptr<char>
status_file
member in class:gdb
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026