Searched refs:ofd (Results 1 - 25 of 50) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.xml/
H A Dtdesc-regs.exp75 set ofd [open "regs.xml" w]
79 puts $ofd " <xi:include href=\"$src\"/>"
82 puts $ofd $line
86 close $ofd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.xml/
H A Dtdesc-regs.exp75 set ofd [open "regs.xml" w]
79 puts $ofd " <xi:include href=\"$src\"/>"
82 puts $ofd $line
86 close $ofd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.xml/
H A Dtdesc-regs.exp75 set ofd [open "regs.xml" w]
79 puts $ofd " <xi:include href=\"$src\"/>"
82 puts $ofd $line
86 close $ofd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dspawn-pipe.c120 int ofd[2]; local
137 if (pipe2_safer (ofd, O_BINARY | O_CLOEXEC) < 0)
142 * parent -> ofd[1] -> ofd[0] -> child if pipe_stdin
161 if ((!pipe_stdin || dup2 (ofd[0], STDIN_FILENO) >= 0)
180 /* The child process doesn't inherit ifd[0], ifd[1], ofd[0], ofd[1],
222 close (ofd[0]);
233 close (ofd[1]);
241 fd[1] = ofd[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dspawn-pipe.c120 int ofd[2]; local
137 if (pipe2_safer (ofd, O_BINARY | O_CLOEXEC) < 0)
142 * parent -> ofd[1] -> ofd[0] -> child if pipe_stdin
161 if ((!pipe_stdin || dup2 (ofd[0], STDIN_FILENO) >= 0)
180 /* The child process doesn't inherit ifd[0], ifd[1], ofd[0], ofd[1],
222 close (ofd[0]);
233 close (ofd[1]);
241 fd[1] = ofd[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dspawn-pipe.c120 int ofd[2]; local
137 if (pipe2_safer (ofd, O_BINARY | O_CLOEXEC) < 0)
142 * parent -> ofd[1] -> ofd[0] -> child if pipe_stdin
161 if ((!pipe_stdin || dup2 (ofd[0], STDIN_FILENO) >= 0)
180 /* The child process doesn't inherit ifd[0], ifd[1], ofd[0], ofd[1],
222 close (ofd[0]);
233 close (ofd[1]);
241 fd[1] = ofd[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Ddoscalls.c165 int ofd; local
179 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC, 0600)) < 0 )
188 close (ofd);
195 if (write_data(ofd, buf, len) < 0)
198 close (ofd);
208 close (ofd);
215 close (ofd);
218 if (close (ofd) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Ddd.c18 ofd = STDOUT_FILENO, enumerator in enum:__anon35157
88 ssize_t n = full_write(ofd, buf, len);
298 xmove_fd(xopen(outfile, oflag), ofd); local
301 if (ftruncate(ofd, seek * obs) < 0) {
304 if (fstat(ofd, &st) < 0
327 if (lseek(ofd, seek * obs, SEEK_CUR) < 0)
376 if (fsync(ofd) < 0)
391 if (close(ofd) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/boot/tools/
H A Dobjstrip.c52 int fd, ofd, i, j, verbose = 0, primary = 0; local
93 ofd = 1;
95 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666);
96 if (ofd == -1) {
110 if (ofd == 1) {
129 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) {
245 nwritten = write(ofd, buf, n);
270 nwritten = write(ofd, buf, n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dobjstrip.c52 int fd, ofd, i, j, verbose = 0, primary = 0; local
93 ofd = 1;
95 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666);
96 if (ofd == -1) {
110 if (ofd == 1) {
129 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) {
245 nwritten = write(ofd, buf, n);
270 nwritten = write(ofd, buf, n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Ddd.c18 ofd = STDOUT_FILENO, enumerator in enum:__anon227
88 ssize_t n = full_write(ofd, buf, len);
298 xmove_fd(xopen(outfile, oflag), ofd); local
301 if (ftruncate(ofd, seek * obs) < 0) {
304 if (fstat(ofd, &st) < 0
327 if (lseek(ofd, seek * obs, SEEK_CUR) < 0)
376 if (fsync(ofd) < 0)
391 if (close(ofd) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Ddoscalls.c165 int ofd; local
179 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC, 0600)) < 0 )
188 close (ofd);
195 if (write_data(ofd, buf, len) < 0)
198 close (ofd);
208 close (ofd);
215 close (ofd);
218 if (close (ofd) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Ddd.c18 ofd = STDOUT_FILENO, enumerator in enum:__anon1132
88 ssize_t n = full_write(ofd, buf, len);
298 xmove_fd(xopen(outfile, oflag), ofd); local
301 if (ftruncate(ofd, seek * obs) < 0) {
304 if (fstat(ofd, &st) < 0
327 if (lseek(ofd, seek * obs, SEEK_CUR) < 0)
376 if (fsync(ofd) < 0)
391 if (close(ofd) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Ddoscalls.c165 int ofd; local
179 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC, 0600)) < 0 )
188 close (ofd);
195 if (write_data(ofd, buf, len) < 0)
198 close (ofd);
208 close (ofd);
215 close (ofd);
218 if (close (ofd) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dnc.c243 int ofd; local
259 ofd = STDOUT_FILENO;
267 ofd = cfd;
269 xwrite(ofd, iobuf, nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dnc.c243 int ofd; local
259 ofd = STDOUT_FILENO;
267 ofd = cfd;
269 xwrite(ofd, iobuf, nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dnc.c243 int ofd; local
259 ofd = STDOUT_FILENO;
267 ofd = cfd;
269 xwrite(ofd, iobuf, nread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dopenpam_ttyconv.c83 prompt_tty(int ifd, int ofd, const char *message, char *response, int echo) argument
97 if (write(ofd, message, strlen(message)) < 0) {
165 write(ofd, " timed out", 10);
206 write(ofd, "\n", 1);
290 int ifd, ofd, ret; local
298 ofd = STDOUT_FILENO;
303 ofd = ifd;
305 ret = prompt_tty(ifd, ofd, message, response, echo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dopenpam_ttyconv.c83 prompt_tty(int ifd, int ofd, const char *message, char *response, int echo) argument
97 if (write(ofd, message, strlen(message)) < 0) {
165 write(ofd, " timed out", 10);
206 write(ofd, "\n", 1);
290 int ifd, ofd, ret; local
298 ofd = STDOUT_FILENO;
303 ofd = ifd;
305 ret = prompt_tty(ifd, ofd, message, response, echo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dopenpam_ttyconv.c83 prompt_tty(int ifd, int ofd, const char *message, char *response, int echo) argument
97 if (write(ofd, message, strlen(message)) < 0) {
165 write(ofd, " timed out", 10);
206 write(ofd, "\n", 1);
290 int ifd, ofd, ret; local
298 ofd = STDOUT_FILENO;
303 ofd = ifd;
305 ret = prompt_tty(ifd, ofd, message, response, echo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dtty.c899 start_charshunt(ifd, ofd)
900 int ifd, ofd;
904 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
948 * (We assume ofd >= ifd which is true the way this gets called. :-).
951 charshunt(ifd, ofd, record_file)
952 int ifd, ofd;
1014 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1016 ifd, ofd, pty_master);
1027 if (ofd != ifd) {
1028 flags = fcntl(ofd, F_GETF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dtty.c899 start_charshunt(ifd, ofd)
900 int ifd, ofd;
904 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
948 * (We assume ofd >= ifd which is true the way this gets called. :-).
951 charshunt(ifd, ofd, record_file)
952 int ifd, ofd;
1014 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1016 ifd, ofd, pty_master);
1027 if (ofd != ifd) {
1028 flags = fcntl(ofd, F_GETF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dtty.c899 start_charshunt(ifd, ofd)
900 int ifd, ofd;
904 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
948 * (We assume ofd >= ifd which is true the way this gets called. :-).
951 charshunt(ifd, ofd, record_file)
952 int ifd, ofd;
1014 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1016 ifd, ofd, pty_master);
1027 if (ofd != ifd) {
1028 flags = fcntl(ofd, F_GETF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dtty.c899 start_charshunt(ifd, ofd)
900 int ifd, ofd;
904 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
948 * (We assume ofd >= ifd which is true the way this gets called. :-).
951 charshunt(ifd, ofd, record_file)
952 int ifd, ofd;
1014 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1016 ifd, ofd, pty_master);
1027 if (ofd != ifd) {
1028 flags = fcntl(ofd, F_GETF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dtty.c899 start_charshunt(ifd, ofd)
900 int ifd, ofd;
904 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
948 * (We assume ofd >= ifd which is true the way this gets called. :-).
951 charshunt(ifd, ofd, record_file)
952 int ifd, ofd;
1014 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1016 ifd, ofd, pty_master);
1027 if (ofd != ifd) {
1028 flags = fcntl(ofd, F_GETF
[all...]

Completed in 164 milliseconds

12