Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c346 boolean_t first_flag; in unpack_properties() local
389 first_flag = B_TRUE; in unpack_properties()
399 if (!first_flag) in unpack_properties()
411 first_flag = B_FALSE; in unpack_properties()
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c742 int first_flag = 1; in print_keyword() local
751 if (first_flag && cflag && key[i].category != LC_LOCDEF) { in print_keyword()