What is the translation of " ERRNO " in Korean?

errno
errno 는
errno

Examples of using Errno in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The error code is found in errno.
오류 코드는 errno에 정의 됩니다.
Case, errno is set appropriately.
(각각의 경우, errno 는 적당한 값으로 설정된다.).
On error,- 1 is returned, and errno is set appropriately.
에러 시, - 1이 반환되고, errno 는 적절히 설정된다.
On failure, errno is set to one of the following values.
실패시, errno는 다음 값 중 하나로 설정된다..
To poll, you can call connect_ex again later- 0 or errno.
탐지(poll)를 하려면, connect_ex()를 나중에 또 다시 호출할 수 있습니다 -- 0 또는 errno.
Is returned, and errno is set appropriately.
이 반환되고, errno 는 적절히 설정된다.
Errno 2 No such file or directory:‘foo. txt'.
([Errno 2] 해당 파일이나 디렉토리가 없습니다: 'whatever. txt').
The variable h_errno can have the following values.
변수 h_errno는 다음 값들을 가진다.
All the error codes have symbolic names; they are macros defined in'errno. h'.
모든 에러 코드는 부호 명칭을 갖고 있다; 그것들은 'errno. h'에 정의된 매크로이다.
The variable h_errno can have the following values.
변수 h_errno (은)는 다음의 값을 취할 수 있습니다.
On success, zero is returned. On error,-1 is returned, and errno is set appropriately.
성공시, 0을 반환한다. 실패시,-1을 반환하고 errno가 적절히 설정된다.
Ee_errno contains the errno number of the queued error.
Ee_errno 는 큐된 에러의 에러 번호를 포함한다.
Otherwise, a value of- 1 is returned and t_errno is set to indicate an error.
그렇지 않으면, (off_t) - 1 의 값이 반환되며 errno 는 에러를 가리키도록 설정된다.
Rt_errno_addr() Is called to obtain the address of the variable errno.
Rt_errno_addr() errno 변수의 주소를 얻기 위해 호출됩니다.
On success, zero is returned. On error,-1 is returned, and errno is set appropriately.
성공시, 0을 반환한다. 실패시,-1을 반환하고, errno는 적절하게 설정된다.
Rt_errno_addr() Is called to obtain the address of the variable errno.
Rt_errno_addr() 이 함수는 errno 변수의 주소를 얻기 위해 호출됩니다.
On success, zero is returned. On error,-1 is returned, and errno is set appropriately.
성공시, 0이 반환된다. 실패시,-1이 반환되고, errno 는 적절하게 설정된다.
To poll, you can call connect_ex() again later- 0 or errno. EISCONN indicate that you're connected- or you can pass this socket to select to check if it's writable.
탐지(poll)를 하려면, connect_ex()를 나중에 또 다시 호출할 수 있습니다 -- 0 또는 errno. EISCONN는 연결되어 있다는 것을 나타냅니다 -- 또는 이 소켓을 셀렉트(select)에 건네주어 (그것이 쓰기 가능한가를 점검할 수 있습니다).
If execution is allowed to continue, these functions return -1 and set errno to EINVAL.
실행은 계속 하도록 허용 하는 경우 이러한 함수 설정 errno 하 EINVAL 고-1을 반환 합니다.
Therefore, in order for a program toaccount for all cases, the program would need to check the value of errno after every system call, and reissue the system call if its value is EINTR.
그러므로, 프로그램이 모든 경우에 대해 평가하기 위해,프로그램은 모든 시스템 호출을 한 후에 errno의 값을 확인할 필요가 있고 그값이 EINTR이면 시스템 호출을 다시 한다.
If execution is allowed to continue, these functions return -1 and set errno to EINVAL.
실행은 계속 하도록 허용 하는 경우 이러한 함수가-1를 반환 하는 설정 errno 하 EINVAL합니다.
On success, execve() does not return,on error -1 is returned, and errno is set appropriately.
성공시, execve()는 반환되지 않고,에러시 -1이 반환되고, errno 는 적절히 설정된다.
If execution is allowed to continue, these functions return -1 and set errno to EINVAL.
실행을 계속 허용 된, 하는 경우 이러한 함수가-1을 반환 하 고 설정 errno 를 EINVAL합니다.
Mknod() returns zero on success, or-1 if an error occurred(in which case, errno is set appropriately).
Mknod 성공시, 0을 리턴하고 에러시,-1을 리턴한다 (이 경우 errno 는 적절히 설정된다).
If successful, the return value will be the messagequeue identifier(a nonnegative integer), otherwise- 1 with errno indicating the error.
성공시, 반환값은 메세지 큐 식별자(비 음수 정수)가 되며,그렇지 않으면 에러를 가리키는 errno와함께 - 1이 반환된다.
If execution is allowed to continue, these functions return -1 and set errno to EINVAL.
계속해서 실행하도록 허용한 경우 이러한 함수는 errno 를 EINVAL 로 설정하고 -1을 반환합니다. If execution is allowed to continue, these functions set errno to EINVAL and return -1.
Results: 26, Time: 0.0318

How to use "errno" in a sentence

On error, sets errno and returns MACH_PORT_NULL.
On error, sets errno and returns -1.
Fabric errno values are defined in rdma/fi_errno.h.
sets the global variable errno to ERANGE.
Read the errno documentation and get imaginative.
Provides the errno from an Exception object.
and sets errno to indicate the error.
Previous message: [Python-Dev] Assign to errno allowed?
Other system error, check errno for details.
The variable errno is then set appropriately.
Show more

Top dictionary queries

English - Korean