Searched refs:tmp_bool (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c785 uint8_t *tmp_bool; local
794 } else if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL) {
800 debug_enabled = ((*tmp_bool == 0) ? B_FALSE : B_TRUE);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1045 uint8_t *tmp_bool; local
1089 if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL)
1092 (*tmp_bool == 0) ? B_FALSE : B_TRUE;

Completed in 307 milliseconds