Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c1268 const char *s1 = p1->dsle_value; in dtj_string_list_entry_cmp()
1269 const char *s2 = p2->dsle_value; in dtj_string_list_entry_cmp()
1369 e->dsle_value = malloc(strlen(s) + 1); in dtj_string_list_entry_create()
1370 if (e->dsle_value) { in dtj_string_list_entry_create()
1371 (void) strcpy(e->dsle_value, s); in dtj_string_list_entry_create()
1404 free(e->dsle_value); in dtj_string_list_entry_destroy()
1406 e->dsle_value = NULL; in dtj_string_list_entry_destroy()
1549 return (e->dsle_value); in dtj_string_list_walk_next()
1560 return (e->dsle_value); in dtj_string_list_first()
1571 return (e->dsle_value); in dtj_string_list_last()
H A Ddtj_util.h334 char *dsle_value; member