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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c121 struct stat stb1, stb2; member in struct:globals
151 #define stb1 (G.stb1 ) macro
280 if ((flags & (D_EMPTY1 | D_EMPTY2)) || stb1.st_size != stb2.st_size
281 || (stb1.st_mode & S_IFMT) != (stb2.st_mode & S_IFMT)
775 printf("--- %s\t%s", file1, ctime(&stb1.st_mtime));
935 if (S_ISDIR(stb1.st_mode) != S_ISDIR(stb2.st_mode))
936 return (S_ISDIR(stb1.st_mode) ? D_MISMATCH1 : D_MISMATCH2);
974 prepare(0, f1 /*, stb1.st_size*/);
1035 if (!fullpath1 || stat(fullpath1, &stb1) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsbi.h25 /* 0x0024 */ u32 stb1; /* Streaming buf control for slot 1 */ member in struct:sbi_regs

Completed in 90 milliseconds