Searched refs:c (Results 1 – 12 of 12) sorted by relevance
| /libev/ |
| H A D | Makefile.am | 7 ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \ 16 libev_la_SOURCES = ev.c event.c
|
| H A D | Makefile.in | 342 ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \ 348 libev_la_SOURCES = ev.c event.c 354 .SUFFIXES: .c .lo .o .obj 447 -rm -f *.tab.c 452 .c.o: 459 .c.obj: 466 .c.lo:
|
| H A D | config.guess | 142 cat <<-EOF > $dummy.c 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 455 sed 's/^ //' << EOF >$dummy.c 476 $CC_FOR_BUILD -o $dummy $dummy.c && 552 sed 's/^ //' << EOF >$dummy.c 563 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 632 sed 's/^ //' << EOF >$dummy.c 698 sed 's/^ //' << EOF >$dummy.c 723 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 955 sed 's/^ //' << EOF >$dummy.c [all …]
|
| H A D | ev.c | 1152 uint8_t c[4]; in ecb_byteorder_helper() 1645 unsigned int c = 0; in ev_linux_version() local 1650 c = c * 10 + *p++ - '0'; in ev_linux_version() 1658 v = (v << 8) | c; in ev_linux_version() 2297 int c = k << 1; in downheap() local 2299 if (c >= N + HEAP0) in downheap() 2302 c += c + 1 < N + HEAP0 && ANHE_at (heap [c]) > ANHE_at (heap [c + 1]) in downheap() 2305 if (ANHE_at (he) <= ANHE_at (heap [c])) in downheap() 2308 heap [k] = heap [c]; in downheap() 2311 k = c; in downheap()
|
| H A D | configure | 2843 ac_ext=c 3626 ac_ext=c 3632 ac_ext=c 3684 ac_ext=c 4833 = c,a/b,b/c, \ 7194 ac_ext=c 7325 ac_ext=c 7407 (('a' <= (c) && (c) <= 'i') \ 7408 || ('j' <= (c) && (c) <= 'r') \ 7409 || ('s' <= (c) && (c) <= 'z')) [all …]
|
| H A D | Changes | 72 - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with 136 - do no rely on ceil() in ev_e?poll.c. 333 (http://cvs.epicsol.org/cgi/viewcvs.cgi/epic5/source/newio.c?rev=1.52) 376 do similar changes for event.c. 399 - add missing #include <io.h> in ev.c on windows (reported by 443 - added last minute fix for ev_poll.c by Brandon Black. 461 - fix ev_async_pending, add c++ wrapper for ev_async 503 - undefine member wrapper macros at the end of ev.c.
|
| H A D | compile | 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) 286 *.c)
|
| H A D | ltmain.sh | 1019 compile|compil|compi|comp|com|co|c) 1579 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | 2062 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ 3256 *.c) 5006 char c = *s; 5007 if (c == '"') 5010 if (c == '\\') 7685 $opt_dry_run || $RM conftest.c 7686 cat > conftest.c <<EOF 7690 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then [all …]
|
| H A D | aclocal.m4 | 1032 cat > conftest.c << _LT_EOF 1035 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD 1036 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD 1041 cat > conftest.c << _LT_EOF 5771 ac_ext=c 5927 CC=${CXX-"c++"} 7798 ( _lt_dummy="a/b/c" 7800 = c,a/b,b/c, \ 7845 sed -e '/^$1 ()$/,/^} # $1 /c\ 8828 : > sub/conftest.c [all …]
|
| H A D | configure.ac | 5 AC_CONFIG_SRCDIR([ev_epoll.c])
|
| H A D | ev.pod | 3911 // my_ev.c 3913 #include "../libev/ev.c" 4366 #include "ev.c" 4385 ev.c 4389 ev_win32.c required on win32 platforms only 4404 #include "event.c" 4406 in the file including F<ev.c>, and: 4415 event.c 4659 F<ev.c>'s idea of where to find the F<config.h> file, similarly to 4963 #include "ev.c" [all …]
|
| H A D | LICENSE | 2 Copyright (c)2007,2008,2009,2010,2011,2012,2013 Marc Alexander Lehmann.
|