Home
last modified time | relevance | path

Searched refs:object_namep (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c944 nwam_condition_t *conditionp, char **object_namep) in nwam_condition_string_to_condition() argument
951 object_namep != NULL); in nwam_condition_string_to_condition()
1001 if ((*object_namep = strdup(object_name)) == NULL) { in nwam_condition_string_to_condition()
1010 if (*object_namep != NULL) in nwam_condition_string_to_condition()
1011 free(*object_namep); in nwam_condition_string_to_condition()
1031 if (*object_namep != NULL) in nwam_condition_string_to_condition()
1032 free(*object_namep); in nwam_condition_string_to_condition()
1045 free(*object_namep); in nwam_condition_string_to_condition()
1058 free(*object_namep); in nwam_condition_string_to_condition()
1067 free(*object_namep); in nwam_condition_string_to_condition()
[all …]