Searched refs:mode (Results 1 – 8 of 8) sorted by relevance
| /libev/ |
| H A D | install-sh | 85 mode=0755 144 -m) mode=$2 145 case $mode in 148 echo "$0: invalid mode: $mode" >&2 219 case $mode in 230 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; 237 cp_umask=$mode$u_plus_rw;; 336 mkdir_mode=-m$mode 449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 471 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
|
| H A D | Makefile.in | 137 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 417 …$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$li… 426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
| H A D | ltmain.sh | 1017 shift; set dummy --mode clean ${1+"$@"}; shift 1020 shift; set dummy --mode compile ${1+"$@"}; shift 1023 shift; set dummy --mode execute ${1+"$@"}; shift 1026 shift; set dummy --mode finish ${1+"$@"}; shift 1029 shift; set dummy --mode install ${1+"$@"}; shift 1032 shift; set dummy --mode link ${1+"$@"}; shift 1035 shift; set dummy --mode uninstall ${1+"$@"}; shift 1091 set dummy --mode finish ${1+"$@"}; shift 1100 --mode) 4822 int line, const char *mode, [all …]
|
| H A D | Changes | 127 - support new EV_API_STATIC mode to make all libev symbols 309 - fix compilation of select backend in fd_set mode when NFDBITS is 311 - better select-nfds handling when select backend is in fd_set mode. 312 - diagnose fd_set overruns when select backend is in fd_set mode.
|
| H A D | depcomp | 41 depmode Dependency tracking mode.
|
| H A D | ev.pod | 1591 descriptors to non-blocking mode is also usually a good idea (but not 1602 If you cannot run the fd in non-blocking mode (for example you should 1610 But really, best use non-blocking mode. 1999 A less obvious failure mode is calling your callback too early: many event 2261 In this mode the watcher will always be scheduled to time out at the next 2278 C<ev_periodic> will try to run the callback in this mode at the next possible 2293 =item * manual reschedule mode (offset ignored, interval ignored, reschedule_cb = callback) 2295 In this mode the values for C<interval> and C<offset> are both being 2870 This mode of operation can be useful together with an C<ev_check> watcher, 3282 The default mode of operation (for libev, with application help to detect [all …]
|
| H A D | aclocal.m4 | 770 # text mode, it properly converts lines to CR/LF. This bash problem 2598 # HP-UX runs *really* slowly unless shared libraries are mode 555, ... 2937 [Permission mode override for installation of shared libraries]) 8075 dnl we run the default mode handler for the pair. For example, if neither 8823 # we should not choose a depcomp mode which is confused by this. 8838 # mode. It turns out that the SunPro C++ compiler does not properly 8845 # This depmode causes a compiler race in universal mode. 9247 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 9269 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 9270 AC_ARG_ENABLE([maintainer-mode], [all …]
|
| H A D | configure | 1392 --enable-maintainer-mode 3571 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
|