OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:str3
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/prep/prep/
autoconf.c
217
prop_string_t str1, str2,
str3
;
local in function:gen_fwpath
235
str3
= prop_string_copy(str2);
236
KASSERT(
str3
!= NULL);
237
if (!(prop_string_equals_cstring(
str3
, "/") ||
239
prop_string_append_cstring(
str3
, "/");
241
prop_string_append(
str3
, str1);
246
prop_string_cstring_nocopy(
str3
));
249
"prep-fw-path",
str3
);
250
prop_object_release(
str3
);
Completed in 12 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025