Home
last modified time | relevance | path

Searched refs:value (Results 1 – 6 of 6) sorted by relevance

/libev/
H A Dltmain.sh4294 void lt_setenv (const char *name, const char *value);
4402 or a configure.ac-settable value.
4855 lt_setenv (const char *name, const char *value)
4859 nonnull (name), nonnull (value));
4863 char *str = xstrdup (value);
4866 int len = strlen (name) + 1 + strlen (value) + 1;
4868 sprintf (str, "%s=%s", name, value);
4909 nonnull (name), nonnull (value));
4911 if (name && *name && value && *value)
4930 nonnull (name), nonnull (value));
[all …]
H A Dev.pod224 value) compiled into this binary of libev (independent of their
462 =item C<EVBACKEND_SELECT> (value 1, portable select backend)
493 =item C<EVBACKEND_EPOLL> (value 4, Linux)
556 =item C<EVBACKEND_KQUEUE> (value 8, most BSD clones)
593 =item C<EVBACKEND_DEVPOLL> (value 16, Solaris 8)
600 =item C<EVBACKEND_PORT> (value 32, Solaris 10)
979 value will not introduce any overhead in libev.
1917 and simply start the timer with this timeout value.
2158 the timeout value currently configured.
2323 equal to the passed C<now> value >>.
[all …]
H A Daclocal.m4362 # CONFIGNAME is the name given to the value in the libtool script.
365 # VARNAME. Any other value will be used directly.
370 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
404 [_lt_decl_filter([value], [1], $@)])
410 [_lt_decl_filter([value], [2], $@)])
442 # must have a single quote delimited value for this to work.
481 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
1744 # linker. It appears as though 1/2 is a usable value.
2060 # do not overwrite the value of need_locks provided by the user
5107 # Determine the default libpath from the value encoded in an
[all …]
H A Dconfigure2167 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2344 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2792 Please tell [email protected] about your system, including the value
12919 value = S[key]
12920 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12921 len += length(value) + length(field[++i])
H A Dev.c840 #define ecb_expect(expr,value) __builtin_expect ((expr),(value)) argument
842 #define ecb_expect(expr,value) (expr) argument
H A DChanges123 - fix backend_mintime value for epoll (was 1/1024, is 1/1000 now).