47     RETURN_SKIP(
"Insufficient privileges to alter pipe fmode");
 
   52   ASSERT(stat_buf.st_mode & S_IRUSR);
 
   53   ASSERT(stat_buf.st_mode & S_IRGRP);
 
   54   ASSERT(stat_buf.st_mode & S_IROTH);
 
   61   ASSERT(stat_buf.st_mode & S_IWUSR);
 
   62   ASSERT(stat_buf.st_mode & S_IWGRP);
 
   63   ASSERT(stat_buf.st_mode & S_IWOTH);
 
   70   ASSERT(stat_buf.st_mode & S_IRUSR);
 
   71   ASSERT(stat_buf.st_mode & S_IRGRP);
 
   72   ASSERT(stat_buf.st_mode & S_IROTH);
 
   73   ASSERT(stat_buf.st_mode & S_IWUSR);
 
   74   ASSERT(stat_buf.st_mode & S_IWGRP);
 
   75   ASSERT(stat_buf.st_mode & S_IWOTH);