HomeSort by relevance Sort by last modified time
    Searched defs:is_empty (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/hal/hald/
device_info.c 464 dbus_bool_t is_empty = TRUE; local
476 is_empty = FALSE;
481 is_empty = FALSE;
490 if (is_empty)
495 if (is_empty)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
File.pm 1596 sub is_empty { subroutine
1781 sub is_empty { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/syseventadm/
syseventadm.c 559 int is_empty = 1; local
608 is_empty = 0;
622 if (is_empty) {
  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 93 * is_empty() should not be called directly.
95 int is_empty(const uint32_t *, size_t);
97 is_empty((uint32_t *)(sp), sizeof (*(sp)) / sizeof (uint32_t))
2669 is_empty(const uint32_t *sp, \/* pointer to set (array of int32's) *\/ function
    [all...]

Completed in 5156 milliseconds