Searched refs:ofd (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/networking/ |
D | ssl_client.c | 33 opt = getopt32(argv, "es:+r:+n:", &tls->ofd, &tls->ifd, &sni); in ssl_client_main() 36 tls->ifd = tls->ofd; in ssl_client_main() 48 tls->ifd = tls->ofd = create_and_connect_stream_or_die(argv[1], 443); in ssl_client_main()
|
D | nc.c | 259 int ofd; in nc_main() local 272 ofd = STDOUT_FILENO; in nc_main() 280 ofd = cfd; in nc_main() 282 xwrite(ofd, iobuf, nread); in nc_main()
|
D | nc_bloaty.c | 109 ofd = 4, enumerator 580 xwrite(ofd, stage, ap - stage); in oprint() 885 xmove_fd(xopen(str_o, O_WRONLY|O_CREAT|O_TRUNC), ofd); in nc_main()
|
D | tls.c | 730 xwrite(tls->ofd, xhdr, RECHDR_LEN + size); in xwrite_encrypted_and_hmac_signed() 811 xwrite(tls->ofd, xhdr, RECHDR_LEN + size); in xwrite_encrypted_and_hmac_signed() 891 xwrite(tls->ofd, xhdr, size); in xwrite_encrypted_aesgcm() 916 xwrite(tls->ofd, xhdr, RECHDR_LEN + size); in xwrite_handshake_record() 2109 xwrite(tls->ofd, rec_CHANGE_CIPHER_SPEC, sizeof(rec_CHANGE_CIPHER_SPEC)); in send_change_cipher_spec()
|
D | wget.c | 797 tls->ifd = tls->ofd = network_fd; in spawn_ssl_client()
|
/busybox-1.35.0/coreutils/ |
D | dd.c | 112 ofd = STDOUT_FILENO, enumerator 240 n = full_write(ofd, buf, len); in write_and_stats() 242 if (n < 0 && (G.flags & FLAG_ODIRECT) && clear_O_DIRECT(ofd)) in write_and_stats() 522 xmove_fd(xopen(outfile, oflag), ofd); in dd_main() 526 if (ftruncate(ofd, seek * blocksz) < 0) { in dd_main() 529 if (fstat(ofd, &st) < 0 in dd_main() 554 if (lseek(ofd, seek * blocksz, SEEK_CUR) < 0) in dd_main() 639 if (fsync(ofd) < 0) in dd_main() 654 if (close(ofd) < 0) { in dd_main()
|
/busybox-1.35.0/archival/ |
D | gzip.c | 386 #define ofd STDOUT_FILENO /* output file descriptor */ macro 430 xwrite(ofd, (char *) G1.outbuf, G1.outcnt); in flush_outbuf()
|
/busybox-1.35.0/include/ |
D | libbb.h | 846 int ofd; member
|
/busybox-1.35.0/shell/ |
D | ash.c | 4079 int ofd; in setjobctl() local 4080 ofd = fd = open(_PATH_TTY, O_RDWR); in setjobctl() 4093 if (ofd >= 0) /* if it is "/dev/tty", close. If 0/1/2, don't */ in setjobctl() 4094 close(ofd); in setjobctl()
|