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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dsbi.h25 /* 0x0024 */ u32 stb1; /* Streaming buf control for slot 1 */ member in struct:sbi_regs

Completed in 56 milliseconds