HomeSort by: relevance | last modified time | path
    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 23 milliseconds