Searched refs:called (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtest-time.c46 int called = 0; variable
66 called++;
68 if (called < 10*NEVENT) {
73 if (tv.tv_usec % 2 || called < NEVENT)
114 printf("%d, %d\n", called, NEVENT);
115 return (called < NEVENT);
H A Dtest-eof.c56 int called = 0; variable
76 if (!called)
78 } else if (called == 1)
81 called++;
H A Dtest-weof.c60 int called = 0; variable
74 if (!called)
77 } else if (called == 1)
80 called++;
H A Dregress_et.c62 called++;
105 called = was_et = 0;
140 tt_int_op(called, ==, 1);
143 tt_int_op(called, ==, 2);
H A Dregress.h66 extern int called;
H A Dregress.c78 int called; variable
117 if (!called) {
121 } else if (called == 1)
124 called++;
338 if (++called == 2)
595 * apparently possible for this to get called twice. */
877 called = 0;
885 * called. */
886 exit(test_ok != 0 || called != 2 ? -2 : 76);
1099 /* can handle signal before loop is called */
2895 int called[MANY]; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c258 unisve_match(const struct uni_sap *sap, const struct uni_ie_called *called, argument
263 if (IE_ISGOOD(*called))
271 if (!IE_ISGOOD(*called))
273 if (called->addr.type != sap->addr.type ||
274 called->addr.plan != sap->addr.plan)
276 if (called->addr.plan == UNI_ADDR_E164) {
277 if (called->addr.len != sap->addr.len ||
278 memcmp(called->addr.addr, sap->addr.addr,
279 called->addr.len) != 0)
281 } else if (called
[all...]
H A Datmapi.h192 struct uni_ie_called called; member in struct:atm_connect_outgoing_call
211 struct uni_ie_called called; member in struct:atm_add_party
H A Dcc_conn.c382 * disconnected). This is called from two places:
625 if (IE_ISPRESENT(conn->called)) {
627 (union uni_ieall *)&conn->called, &cx);
628 printf("called=%s\n", buf);
651 if (unisve_match(user->sap, &conn->called,
860 setup->setup.called = conn->called;
1031 party->called = conn->called;
1049 req->add.called
[all...]
H A Dcc_user.c196 * abort all connections. This can be called in any state.
462 memcpy(ptr, &conn->called, len);
1078 if (!IE_ISPRESENT(req->called)) {
1109 conn->called = req->called;
1590 conn->called = add->called;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def193 called
314 called
448 called
466 called
484 called
502 called
H A Duni_msg.h84 struct uni_ie_called called; member in struct:uni_setup
156 struct uni_ie_called called; member in struct:uni_add_party
233 struct uni_ie_called called; member in struct:uni_leaf_setup_req
243 struct uni_ie_called called; member in struct:uni_leaf_setup_fail
253 struct uni_ie_called called; member in struct:uni_cobisetup
263 struct uni_ie_called called; member in struct:uni_facility
H A Duni_ie.h33 struct uni_ie_called called; member in union:uni_ieall
H A Die.def60 element called 0x70 itu 25 file=addr
H A Duni_msg.c1093 if(msg->called.h.present & UNI_IE_PRESENT)
1094 uni_print_ie_internal(UNI_IE_CALLED, (union uni_ieall *)&msg->called, cx);
1172 ret |= uni_check_ie(UNI_IE_CALLED, (union uni_ieall *)&m->called, cx);
1273 if((p->called.h.present & UNI_IE_PRESENT) &&
1274 uni_encode_ie(UNI_IE_CALLED, msg, (union uni_ieall *)&p->called, cx))
1428 out->called.h = *hdr;
1431 if(uni_decode_ie_body(UNI_IE_CALLED, (union uni_ieall *)&out->called, msg, ielen, cx))
2204 if(msg->called.h.present & UNI_IE_PRESENT)
2205 uni_print_ie_internal(UNI_IE_CALLED, (union uni_ieall *)&msg->called, cx);
2254 ret |= uni_check_ie(UNI_IE_CALLED, (union uni_ieall *)&m->called, c
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c157 if(IE_ISGOOD(src->called))
158 dst->called = src->called;
290 if(IE_ISGOOD(src->called))
291 dst->called = src->called;
450 if(IE_ISGOOD(src->called))
451 dst->called = src->called;
470 if(IE_ISGOOD(src->called))
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm16 specially; it will only be called if the -init options arrange for it to
17 be called.
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc84 // solely so it can be called once to initialize the self_process member below.
135 // Windows does have the concept of core files, called minidumps. However,
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldctor.c50 and VALUE are the value to add. This is called during the first
150 is called via qsort. */
192 /* This function is called after the first phase of the link and
200 static bfd_boolean called; local
207 if (called)
209 called = TRUE;
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm17 Define new macro. The CODE reference will be called by call_macro(). You can
51 Where C<CODE> is the CODE reference used to define macro called C<NAME>
64 called and for all the nested macros. Every called macro returns a list which
79 Turn spacing on or off. If called without argument it returns the current state.
100 The C<CODE> is called after a Rs/Re block is done. With a hash reference as a
225 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." });
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm44 Define new macro. The CODE reference will be called by call_macro(). You can
78 Where C<CODE> is the CODE reference used to define macro called C<NAME>
91 called and for all the nested macros. Every called macro returns a list which
106 Turn spacing on or off. If called without argument it returns the current state.
127 The C<CODE> is called after a Rs/Re block is done. With a hash reference as a
252 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." });
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dcurses.priv.h234 int init; /* true if we called init_color() */
704 bool _filtered; /* filter() was called */
1225 #define T_CALLED(fmt) "called {" fmt
/freebsd-9.3-release/contrib/gdb/gdb/
H A Duw-thread.c171 #define TRY_BASE(call, called) \
173 if ((*(called) = lwp_infpid ())) \
217 documented, no functions in this module get called when
579 This function only gets called with uw_thread_active == 0. */
760 int called; local
764 TRY_BASE (base_ops.to_fetch_registers (regno), &called);
765 if (called)
796 This function only gets called with uw_thread_active == 0. */
831 This function only gets called with uw_thread_active == 0. */
863 This may be called b
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibs.mk77 # handle being called [bsd.]libs.mk
H A Dprogs.mk76 # handle being called [bsd.]progs.mk

Completed in 297 milliseconds

123