OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdout_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c++/
check.cpp
91
impl::check_result::
stdout_path
(void) const
function in class:impl::check_result
/src/sys/dev/fdt/
fdt_boot.c
378
const char *
stdout_path
;
local
385
if (optstr_get_string(boot_args, "stdout-path", &
stdout_path
) == false)
388
const char *ep = strchr(
stdout_path
, ' ');
389
size_t stdout_path_len = ep ? (ep -
stdout_path
) : strlen(
stdout_path
);
393
strncpy(buf,
stdout_path
, stdout_path_len);
Completed in 17 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026