Searched defs:stb (Results 1 - 7 of 7) sorted by relevance

/external/strace/tests/
H A Dstatfs.c10 struct statfs stb; local
11 assert(statfs("/proc/self/status", &stb) == 0);
H A Dstat.c108 struct stat stb; local
111 if (sizeof(stb.st_size) > 4)
113 assert(syscall(NR_stat, av[1], &stb) == 0);
115 assert(stat(av[1], &stb) == 0);
120 (unsigned int) major(stb.st_dev),
121 (unsigned int) minor(stb.st_dev));
122 printf(", st_ino=%llu", (unsigned long long) stb.st_ino);
124 print_ftype(stb.st_mode);
126 print_perms(stb.st_mode);
127 printf(", st_nlink=%u", (unsigned int) stb
[all...]
/external/iproute2/misc/
H A Dnstat.c538 struct stat stb; local
553 if (fstat(fileno(hist_fp), &stb) != 0) {
557 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
569 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
H A Drtacct.c546 struct stat stb; local
557 if (fstat(fd, &stb) != 0) {
561 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
565 if (stb.st_size != sizeof(*hist_db))
590 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
H A Difstat.c686 struct stat stb; local
701 if (fstat(fileno(hist_fp), &stb) != 0) {
705 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
717 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
/external/openssh/
H A Dscp.c747 struct stat stb; local
768 if (fstat(fd, &stb) < 0) {
772 if (stb.st_size < 0) {
777 switch (stb.st_mode & S_IFMT) {
782 rsource(name, &stb);
796 if (do_times(remout, verbose_mode, &stb) < 0)
801 (u_int) (stb.st_mode & FILEMODEMASK),
802 (long long)stb.st_size, last);
817 start_progress_meter(curfile, stb.st_size, &statbytes);
819 for (haderr = i = 0; i < stb
910 struct stat stb; local
1273 struct stat stb; local
1319 struct stat stb; local
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 789 milliseconds