Searched defs:base (Results 201 - 225 of 883) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dadvcap.c301 int base; local
/freebsd-9.3-release/lib/libc/locale/
H A Dxlocale.c221 static int dupcomponent(int type, locale_t base, locale_t new) argument
250 locale_t newlocale(int mask, const char *locale, locale_t base) argument
303 duplocale(locale_t base) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c93 bufferevent_pair_elt_new(struct event_base *base, argument
115 bufferevent_pair_new(struct event_base *base, int options, argument
H A Depoll.c141 epoll_init(struct event_base *base) argument
250 epoll_apply_one_change(struct event_base *base, argument
357 epoll_apply_changes(struct event_base *base) argument
376 epoll_nochangelist_add(struct event_base *base, evutil_socket_t fd, short old, short events, void *p) argument
397 epoll_nochangelist_del(struct event_base *base, evutil_socket_t fd, short old, short events, void *p) argument
415 epoll_dispatch(struct event_base *base, struct timeval *tv) argument
523 epoll_dealloc(struct event_base *base) argument
[all...]
H A Dpoll.c88 poll_init(struct event_base *base) argument
125 poll_dispatch(struct event_base *base, struct timeval *tv) argument
217 poll_add(struct event_base *base, int fd, short old, short events, void *idx_) argument
278 poll_del(struct event_base *base, int fd, short old, short events, void *idx_) argument
327 poll_dealloc(struct event_base *base) argument
[all...]
H A Dselect.c110 select_init(struct event_base *base) argument
140 select_dispatch(struct event_base *base, struct timeval *tv) argument
252 select_add(struct event_base *base, in argument
299 select_del(struct event_base *base, int fd, short old, short events, void *p) argument
339 select_dealloc(struct event_base *base) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c51 struct event_base *base = NULL; variable in typeref:struct:event_base
H A Dregress_finalize.c76 struct event_base *base = data->base; local
258 struct event_base *base = data->base; local
[all...]
H A Dregress_listener.c71 struct event_base *base = data->base; local
114 tt_ptr_op(evconnlistener_get_base(listener1), ==, base); local
115 tt_ptr_op(evconnlistener_get_base(listener2), ==, base); local
155 struct event_base *base = data->base; local
[all...]
H A Dregress_testutils.c93 regress_get_dnsserver(struct event_base *base, argument
203 regress_dnsserver(struct event_base *base, ev_uint16_t *port, argument
H A Dtest-fdleak.c108 struct event_base *base = evconnlistener_get_base(listener); local
120 struct event_base *base; local
171 struct event_base *base = bufferevent_get_base(bev); local
205 start_client(struct event_base *base) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbase64.c243 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dhex.c192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) { argument
H A Dstring.c35 isc_string_touint64(char *source, char **end, int base) { argument
[all...]
/freebsd-9.3-release/bin/cp/
H A Dcp.c265 int base = 0, dne, badcp, rval; local
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c187 caddr_t base = mmap64(NULL, sp->cts_size + pageoff, PROT_READ, local
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c397 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old; local
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbase32.c56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[]) argument
144 const char *base; /*%< Which encoding we are using */ member in struct:__anon225
149 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_buffer_t *target) argument
255 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target, int length) argument
297 base32_decodestring(const char *cstr, const char base[], isc_buffer_t *target) argument
324 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
364 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dbuffer.c31 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) { argument
53 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) { argument
398 isc__buffer_putmem(isc_buffer_t *b, const unsigned char *base, unsigned int length) argument
429 unsigned char *base; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf1.c293 unsigned long base; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmclex.c132 rc_uint_type base = 10, v = 0, c; local
H A Drclex.c706 rc_uint_type base = 10; local
/freebsd-9.3-release/contrib/gcc/
H A Dc-pretty-print.h57 pretty_printer base; member in struct:c_pretty_print_info
H A Ddouble-int.c363 double_int_split_digit (double_int *cst, unsigned base) argument
H A Dgcov-dump.c195 gcov_position_t base, position = gcov_position (); local

Completed in 142 milliseconds

1234567891011>>