Lines Matching refs:errno

315             if (errno == EPERM) {  in lsapi_parent_dead()
422 if (( ret == -1 )&&( errno == EINTR )&&(g_running)) in lsapi_close()
448 if (( ret == -1 )&&( errno == EINTR )&&(g_running)) in lsapi_read()
512 if ( errno == EAGAIN ) in lsapi_writev()
519 else if ( errno != EINTR ) in lsapi_writev()
629 ( errno == ENOTCONN )) in isPipe()
904 pErr1, (pErr2)?pErr2:"", strerror(errno)); in LSAPI_perror_r()
1574 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
1996 if (( !ret )||( errno == EAGAIN )) in gsendfile()
2612 ret = errno; in LSAPI_CreateListenSock2()
2614 errno = ret; in LSAPI_CreateListenSock2()
3066 ( errno == ESRCH )) in lsapi_check_child_status()
3219 if ( errno == EINTR ) in lsapi_prefork_server_accept()
3302 lsapi_perror("fork() failed, please increase process limit", errno); in lsapi_prefork_server_accept()
3325 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
3327 lsapi_perror("accept() failed", errno); in lsapi_prefork_server_accept()
3492 if (errno == EINTR) in LSAPI_Accept_Before_Fork()
3525 if ((errno == EINTR) || (errno == EAGAIN)) in LSAPI_Accept_Before_Fork()
3527 lsapi_perror("accept() failed", errno); in LSAPI_Accept_Before_Fork()
3652 if ( errno == EINTR ) in LSAPI_Prefork_Accept_r()
3688 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Prefork_Accept_r()
3690 lsapi_perror( "lsapi_accept() error", errno ); in LSAPI_Prefork_Accept_r()
3886 errno = EINVAL; in lsapi_check_path()
3891 && errno != ENOENT && errno != EACCES) in lsapi_check_path()
3895 errno = EPERM; in lsapi_check_path()