Searched refs:stat_buf (Results 1 - 25 of 67) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Duuencode.c21 struct stat stat_buf; local
37 fstat(src_fd, &stat_buf);
38 mode = stat_buf.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Duuencode.c21 struct stat stat_buf; local
37 fstat(src_fd, &stat_buf);
38 mode = stat_buf.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Duuencode.c21 struct stat stat_buf; local
37 fstat(src_fd, &stat_buf);
38 mode = stat_buf.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/basic/
H A Dsplit-include.c61 struct stat stat_buf; local
75 if (stat(str_file_autoconf, &stat_buf) != 0)
77 buffer_size = 2 * stat_buf.st_size + 4096;
90 if (stat(str_dir_config, &stat_buf) != 0)
150 if (stat(ptarget, &stat_buf) != 0
209 if (stat(line+1, &stat_buf) != 0)
213 if (stat_buf.st_size != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/basic/
H A Dsplit-include.c61 struct stat stat_buf; local
75 if (stat(str_file_autoconf, &stat_buf) != 0)
77 buffer_size = 2 * stat_buf.st_size + 4096;
90 if (stat(str_dir_config, &stat_buf) != 0)
150 if (stat(ptarget, &stat_buf) != 0
209 if (stat(line+1, &stat_buf) != 0)
213 if (stat_buf.st_size != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/basic/
H A Dsplit-include.c61 struct stat stat_buf; local
75 if (stat(str_file_autoconf, &stat_buf) != 0)
77 buffer_size = 2 * stat_buf.st_size + 4096;
90 if (stat(str_dir_config, &stat_buf) != 0)
150 if (stat(ptarget, &stat_buf) != 0
209 if (stat(line+1, &stat_buf) != 0)
213 if (stat_buf.st_size != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dbbunzip.c41 struct stat stat_buf; local
57 if (stat(filename, &stat_buf) != 0) {
91 stat_buf.st_mode))
136 filename, (unsigned)(stat_buf.st_size*100 / (status+1)), new_name);
H A Dunzip.c281 struct stat stat_buf; local
578 if (stat(dst_fn, &stat_buf) == -1) {
590 if (!S_ISDIR(stat_buf.st_mode)) {
598 if (stat(dst_fn, &stat_buf) == -1) { /* File does not exist */
606 } else if (S_ISREG(stat_buf.st_mode)) { /* File is regular file */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dbbunzip.c41 struct stat stat_buf; local
57 if (stat(filename, &stat_buf) != 0) {
91 stat_buf.st_mode))
136 filename, (unsigned)(stat_buf.st_size*100 / (status+1)), new_name);
H A Dunzip.c281 struct stat stat_buf; local
578 if (stat(dst_fn, &stat_buf) == -1) {
590 if (!S_ISDIR(stat_buf.st_mode)) {
598 if (stat(dst_fn, &stat_buf) == -1) { /* File does not exist */
606 } else if (S_ISREG(stat_buf.st_mode)) { /* File is regular file */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dbbunzip.c41 struct stat stat_buf; local
57 if (stat(filename, &stat_buf) != 0) {
91 stat_buf.st_mode))
136 filename, (unsigned)(stat_buf.st_size*100 / (status+1)), new_name);
H A Dunzip.c281 struct stat stat_buf; local
578 if (stat(dst_fn, &stat_buf) == -1) {
590 if (!S_ISDIR(stat_buf.st_mode)) {
598 if (stat(dst_fn, &stat_buf) == -1) { /* File does not exist */
606 } else if (S_ISREG(stat_buf.st_mode)) { /* File is regular file */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dtable.c66 struct stat stat_buf; local
116 if (fstat(fd, &stat_buf) < 0) {
120 file->size = stat_buf.st_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dtable.c66 struct stat stat_buf; local
116 if (fstat(fd, &stat_buf) < 0) {
120 file->size = stat_buf.st_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dtable.c66 struct stat stat_buf; local
116 if (fstat(fd, &stat_buf) < 0) {
120 file->size = stat_buf.st_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/runit/
H A Drunsv.c190 char stat_buf[sizeof("finish, paused, got TERM, want down\n")]; local
191 char *p = stat_buf;
217 write(fd, stat_buf, p - stat_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/runit/
H A Drunsv.c190 char stat_buf[sizeof("finish, paused, got TERM, want down\n")]; local
191 char *p = stat_buf;
217 write(fd, stat_buf, p - stat_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/runit/
H A Drunsv.c190 char stat_buf[sizeof("finish, paused, got TERM, want down\n")]; local
191 char *p = stat_buf;
217 write(fd, stat_buf, p - stat_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Damiserial.c1831 char stat_buf[30], control, status; local
1852 stat_buf[0] = 0;
1853 stat_buf[1] = 0;
1855 strcat(stat_buf, "|RTS");
1857 strcat(stat_buf, "|CTS");
1859 strcat(stat_buf, "|DTR");
1861 strcat(stat_buf, "|DSR");
1863 strcat(stat_buf, "|CD");
1886 seq_printf(m, " %s\n", stat_buf+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Damiserial.c1831 char stat_buf[30], control, status; local
1852 stat_buf[0] = 0;
1853 stat_buf[1] = 0;
1855 strcat(stat_buf, "|RTS");
1857 strcat(stat_buf, "|CTS");
1859 strcat(stat_buf, "|DTR");
1861 strcat(stat_buf, "|DSR");
1863 strcat(stat_buf, "|CD");
1886 seq_printf(m, " %s\n", stat_buf+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dserial_core.c1665 char stat_buf[32]; local
1714 strncat(stat_buf, (str), sizeof(stat_buf) - \
1715 strlen(stat_buf) - 2)
1718 strncat(stat_buf, (str), sizeof(stat_buf) - \
1719 strlen(stat_buf) - 2)
1721 stat_buf[0] = '\0';
1722 stat_buf[1] = '\0';
1729 if (stat_buf[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dserial_core.c1665 char stat_buf[32]; local
1714 strncat(stat_buf, (str), sizeof(stat_buf) - \
1715 strlen(stat_buf) - 2)
1718 strncat(stat_buf, (str), sizeof(stat_buf) - \
1719 strlen(stat_buf) - 2)
1721 stat_buf[0] = '\0';
1722 stat_buf[1] = '\0';
1729 if (stat_buf[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Driscix.c595 struct stat stat_buf; local
599 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0)
600 && ((stat_buf.st_mode & 0111) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Driscix.c595 struct stat stat_buf; local
599 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0)
600 && ((stat_buf.st_mode & 0111) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Driscix.c595 struct stat stat_buf; local
599 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0)
600 && ((stat_buf.st_mode & 0111) != 0))

Completed in 215 milliseconds

123