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

/external/qemu/include/exec/
H A Dsoftmmu_exec.h161 #define stb(p, v) stb_data(p, v) macro
H A Dcpu-all.h262 #define stb(p, v) stb_raw(p, v) macro
/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/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 105 milliseconds