Home
last modified time | relevance | path

Searched refs:s (Results 1 – 9 of 9) sorted by relevance

/libev/
H A Dconfig.sub740 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
744 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
748 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
1345 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1357 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1403 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1410 os=`echo $os | sed -e 's|mac|macos|'`
1416 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1419 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1422 os=`echo $os | sed -e 's|sunos6|solaris3|'`
[all …]
H A Daclocal.m4148 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
186 test -z "$LN_S" && LN_S="ln -s"
289 no_glob_subst='s/\*/\\\*/g'
1197 ECHO='printf %s\n'
2429 …_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -…
2691s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $S…
3739 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
3740 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6931 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
6932 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
[all …]
H A Dltmain.sh1478 # in $build's $PATH.
4735 struct stat s;
4746 if (S_ISLNK (s.st_mode) != 0)
4843 nonnull (const char *s)
4845 return s ? s : "(null)";
4849 nonempty (const char *s)
4851 return (s && !*s) ? "(empty)" : nonnull (s);
4996 const char *s;
5004 for (s = string; *s != '\0'; s++)
5006 char c = *s;
[all …]
H A Dconfigure48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
790 program_transform_name=s,x,x,
938 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2109 sed 's/^/| /' "$ac_site_file" >&5
3573 that's true only with -std. */
4001 no_glob_subst='s/\*/\\\*/g'
4014 ECHO='printf %s\n'
7739 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11953 as_echo='printf %s\n'
[all …]
H A DChanges73 libev's EV_ERROR (reported by 191919).
133 - fix two problems in the native win32 backend, where reuse of fd's
186 - do not use poll by default on freebsd, it's broken (what isn't
194 and it's not worth working around dead platforms (reported
253 state when using libev's signal handling.
317 libev's socketpair emulation, which makes denial-of-service
318 attacks harder (but not impossible - it's windows). Make sure
352 - better mingw32 compatibility (it's not as borked as native win32)
403 - work around yet another windows bug: FD_SET actually adds fd's
H A Dev.c1201 unsigned int s = (x & 0x8000) << (31 - 15); in ecb_binary16_to_binary32() local
1216 unsigned int s = 10 - ecb_ld32 (m); in ecb_binary16_to_binary32() local
1219 e -= s - 1; in ecb_binary16_to_binary32()
1226 return s | (e << 23) | (m << (23 - 10)); in ecb_binary16_to_binary32()
1252 return s | (e << 10) | (m >> (23 - 10)); in ecb_binary32_to_binary16()
1257 return s | 0x7c00; in ecb_binary32_to_binary16()
1264 return s; in ecb_binary32_to_binary16()
1270 return s; in ecb_binary32_to_binary16()
1284 return s | m; in ecb_binary32_to_binary16()
1290 return s | 0x7c00 | m | !m; in ecb_binary32_to_binary16()
[all …]
H A Dev.pod33 // this causes all nested ev_run's to stop iterating
208 Usually, it's a good idea to terminate if the major versions mismatch,
457 It's also required by POSIX in a threaded program, as libev calls
483 And this is your standard poll(2) backend. It's more complicated
561 it's completely useless). Unlike epoll, however, whose brokenness
577 might have to leak fd's on fork, but it's more sane than epoll) and it
603 it's really slow, but it still scales very well (O(active_fds)).
2643 currently around C<0.1>, but that's usually overkill.
3658 It's not uncommon to have code paths in C<start_new_request> that
4927 <Symbols.ev sed -e "s/.*/#define & myprefix_&/" >wrap.h
[all …]
H A Devent.c78 #define EVENT_STRINGIFY(s) # s argument
H A DMakefile.in741 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'