OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prop_string_contents
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libprop/
prop_string.c
87
#define
prop_string_contents
(x) ((x)->ps_immutable ? (x)->ps_immutable : "")
macro
217
if (strcmp(
prop_string_contents
(str1),
prop_string_contents
(str2)))
408
strcpy(cp,
prop_string_contents
(ops));
428
strcpy(cp,
prop_string_contents
(ops));
462
return (
prop_string_contents
(ps));
479
strcpy(buf,
prop_string_contents
(ps));
510
strcpy(cp,
prop_string_contents
(ps));
525
return (
prop_string_contents
(ps));
548
snprintf(cp, len + 1, "%s%s",
prop_string_contents
(dst)
[
all
...]
prop_string.c
87
#define
prop_string_contents
(x) ((x)->ps_immutable ? (x)->ps_immutable : "")
macro
217
if (strcmp(
prop_string_contents
(str1),
prop_string_contents
(str2)))
408
strcpy(cp,
prop_string_contents
(ops));
428
strcpy(cp,
prop_string_contents
(ops));
462
return (
prop_string_contents
(ps));
479
strcpy(buf,
prop_string_contents
(ps));
510
strcpy(cp,
prop_string_contents
(ps));
525
return (
prop_string_contents
(ps));
548
snprintf(cp, len + 1, "%s%s",
prop_string_contents
(dst)
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025