Home | History | Annotate | Download | only in libprop

Lines Matching defs:prop_string_contents

87 #define	prop_string_contents(x)  ((x)->ps_immutable ? (x)->ps_immutable : "")
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),
549 prop_string_contents(src));
580 snprintf(cp, len + 1, "%s%s", prop_string_contents(dst), src);
615 return (strcmp(prop_string_contents(ps), cp) == 0);
637 return (strcmp(prop_string_contents(ps1),
638 prop_string_contents(ps2)));
652 return (strcmp(prop_string_contents(ps), cp));