file descriptor in Vietnamese

@Chuyên ngành kỹ thuật
@Lĩnh vực: toán & tin
-bộ mô tả file
-bộ mô tả tập tin
-ký hiệu mô tả file
-ký hiệu mô tả tệp
-phần miêu tả tệp
@Chuyên ngành kỹ thuật
@Lĩnh vực: toán & tin
-bộ mô tả file
-bộ mô tả tập tin
-ký hiệu mô tả file
-ký hiệu mô tả tệp
-phần miêu tả tệp

Sentence patterns related to "file descriptor"

Below are sample sentences containing the word "file descriptor" from the English - Vietnamese Dictionary. We can refer to these sentence patterns for sentences in case of finding sample sentences with the word "file descriptor", or refer to the context using the word "file descriptor" in the English - Vietnamese Dictionary.

1. BAD File descriptor

2. Close () Closes a file descriptor, so that it no longer refers to any file and may be reused

3. The connect() system call connects the socket referred to by the file descriptor sockfd to the address specified by addr.

4. When a socket is created with socket (2), it exists in a name space (address family) but has no address assigned to it. Bind () assigns the address specified by addr to the socket referred to by the file descriptor sockfd

5. The program '%# ' (PID: %#) is being monitored for input and output through any file descriptor (stdin, stdout, stderr, open files, network connections, etc.). Data being written by the process is shown in red and data being read by the process is shown in blue

6. * emacs++ * src/Arew/entangle: README++ * src/Arew/socket: varia - socket-accept4: replace socket-accept with socket-accept4 that accept a fourth flags argument that allows to specify that accepted file descriptor must be non-blocking; - make-socket-inet-address: create an internet socket for a given string IP and integer PORT