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

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dpathwatch.c131 int ngroups, status, stat_status; local
170 stat_status = -1;
173 stat_status = lstat(path, &sb);
177 stat_status = stat(path, &sb);
191 if (stat_status == 0)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c1810 int stat_status = 0;
1836 stat_status = bfd_stat_arch_elt (this_element, &buf);
1838 if (stat_status != 0)
1899 if (preserve_dates && stat_status == 0)
1808 int stat_status = 0; local

Completed in 319 milliseconds