Lines Matching refs:errno

313             if (errno == EPERM) {  in lsapi_parent_dead()
430 if (( ret == -1 )&&( errno == EINTR )&&(g_running)) in lsapi_close()
457 if (( ret == -1 )&&( errno == EINTR )&&(g_running)) in lsapi_read()
521 if ( errno == EAGAIN ) in lsapi_writev()
528 else if ( errno != EINTR ) in lsapi_writev()
638 ( errno == ENOTCONN )) in isPipe()
913 pErr1, (pErr2)?pErr2:"", strerror(errno)); in LSAPI_perror_r()
1553 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
2009 if (( !ret )||( errno == EAGAIN )) in gsendfile()
2625 ret = errno; in LSAPI_CreateListenSock2()
2627 errno = ret; in LSAPI_CreateListenSock2()
3089 ( errno == ESRCH )) in lsapi_check_child_status()
3242 if ( errno == EINTR ) in lsapi_prefork_server_accept()
3325 lsapi_perror("fork() failed, please increase process limit", errno); in lsapi_prefork_server_accept()
3348 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
3350 lsapi_perror("accept() failed", errno); in lsapi_prefork_server_accept()
3515 if (errno == EINTR) in LSAPI_Accept_Before_Fork()
3548 if ((errno == EINTR) || (errno == EAGAIN)) in LSAPI_Accept_Before_Fork()
3550 lsapi_perror("accept() failed", errno); in LSAPI_Accept_Before_Fork()
3675 if ( errno == EINTR ) in LSAPI_Prefork_Accept_r()
3712 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Prefork_Accept_r()
3714 lsapi_perror( "lsapi_accept() error", errno ); in LSAPI_Prefork_Accept_r()
3910 errno = EINVAL; in lsapi_check_path()
3915 && errno != ENOENT && errno != EACCES) in lsapi_check_path()
3919 errno = EPERM; in lsapi_check_path()