Home
last modified time | relevance | path

Searched refs:chld (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/devel/agar/agar-1.5.0/gui/
H A Dfixed.c79 AG_Widget *chld; in SizeAllocate() local
83 aChld.x = chld->x; in SizeAllocate()
84 aChld.y = chld->y; in SizeAllocate()
85 aChld.w = chld->w; in SizeAllocate()
86 aChld.h = chld->h; in SizeAllocate()
100 AG_Widget *chld; in Draw() local
127 AG_Widget *chld = p; in AG_FixedPut() local
132 AG_ObjectLock(chld); in AG_FixedPut()
151 AG_Widget *chld = p; in AG_FixedMove() local
182 a.x = chld->x; in AG_FixedSize()
[all …]
H A Dscrollview.c42 AG_Widget *chld; in ClipWidgets() local
61 ClipWidgets(sv, chld); in ClipWidgets()
70 AG_Widget *chld; in PlaceWidgets() local
76 if (chld == WIDGET(sv->vbar) || chld == WIDGET(sv->hbar)) { in PlaceWidgets()
273 AG_Widget *chld; in SizeRequest() local
289 if (chld == WIDGET(sv->vbar) || chld == WIDGET(sv->hbar)) { in SizeRequest()
375 AG_Widget *chld; in Draw() local
399 chld->rSens.w = chld->w; in Draw()
401 chld->rSens.x2 = chld->rSens.x1+chld->rSens.w; in Draw()
407 chld->rSens.h = chld->h; in Draw()
[all …]
H A Dbox.c115 AG_Widget *chld; in Draw() local
123 AG_WidgetDraw(chld); in Draw()
129 AG_Widget *chld; in CountChildWidgets() local
135 AG_WidgetSizeReq(chld, &r); in CountChildWidgets()
160 AG_Widget *chld; in SizeRequest() local
169 AG_WidgetSizeReq(chld, &rChld); in SizeRequest()
201 AG_Widget *chld, *chldLast = NULL; in SizeAllocateHomogenous() local
220 if (OBJECT(chld) == in SizeAllocateHomogenous()
222 chldLast = chld; in SizeAllocateHomogenous()
252 AG_Widget *chld; in SizeAllocate() local
[all …]
H A Dmouse.c138 AG_Widget *chld; in PostMouseMotion() local
174 OBJECT_FOREACH_CHILD(chld, wid, ag_widget) in PostMouseMotion()
175 PostMouseMotion(win, chld, x, y, xRel, yRel, state); in PostMouseMotion()
188 AG_Widget *chld; in PostMouseButtonUp() local
202 OBJECT_FOREACH_CHILD(chld, wid, ag_widget) { in PostMouseButtonUp()
203 PostMouseButtonUp(win, chld, x, y, button); in PostMouseButtonUp()
217 AG_Widget *chld; in PostMouseButtonDown() local
222 OBJECT_FOREACH_CHILD(chld, wid, ag_widget) { in PostMouseButtonDown()
223 if (PostMouseButtonDown(win, chld, x, y, button)) in PostMouseButtonDown()
/dports/devel/doxygen/doxygen-1.9.3/testing/
H A Dtestsqlite3.py25 def extract_element(node,chld,pnl): argument
27 if chld.text == None:
28 if len(chld.attrib)==0:
29 node.remove(chld)
32 a=chld.text.strip()
37 pnl.append("%s IS NULL OR %s = ''" % (chld.tag,chld.tag))
38 node.remove(chld)
47 if chld.tag == "param":
49 if chld.tag == "type":
51 if chld.tag == "location":
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/x86/
H A Dptrace_syscall.c179 if (chld < 0) in test_ptrace_syscall_restart()
182 if (chld == 0) { in test_ptrace_syscall_restart()
198 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
206 wait_trap(chld); in test_ptrace_syscall_restart()
237 wait_trap(chld); in test_ptrace_syscall_restart()
269 wait_trap(chld); in test_ptrace_syscall_restart()
285 if (waitpid(chld, &status, 0) != chld) in test_ptrace_syscall_restart()
299 if (chld < 0) in test_restart_under_ptrace()
319 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_restart_under_ptrace()
374 if (waitpid(chld, &status, 0) != chld) in test_restart_under_ptrace()
[all …]
H A Dfsgsbase_restore.c155 pid_t chld = fork(); in main() local
156 if (chld < 0) in main()
159 if (chld == 0) { in main()
185 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
190 if (ptrace(PTRACE_GETREGS, chld, NULL, &regs) != 0) in main()
208 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs2) != 0) in main()
210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
214 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
218 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
220 if (ptrace(PTRACE_DETACH, chld, NULL, NULL) != 0) in main()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/x86/
H A Dptrace_syscall.c179 if (chld < 0) in test_ptrace_syscall_restart()
182 if (chld == 0) { in test_ptrace_syscall_restart()
198 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
206 wait_trap(chld); in test_ptrace_syscall_restart()
237 wait_trap(chld); in test_ptrace_syscall_restart()
269 wait_trap(chld); in test_ptrace_syscall_restart()
285 if (waitpid(chld, &status, 0) != chld) in test_ptrace_syscall_restart()
299 if (chld < 0) in test_restart_under_ptrace()
319 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_restart_under_ptrace()
374 if (waitpid(chld, &status, 0) != chld) in test_restart_under_ptrace()
[all …]
H A Dfsgsbase_restore.c155 pid_t chld = fork(); in main() local
156 if (chld < 0) in main()
159 if (chld == 0) { in main()
185 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
190 if (ptrace(PTRACE_GETREGS, chld, NULL, &regs) != 0) in main()
208 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs2) != 0) in main()
210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
214 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
218 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
220 if (ptrace(PTRACE_DETACH, chld, NULL, NULL) != 0) in main()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/x86/
H A Dptrace_syscall.c179 if (chld < 0) in test_ptrace_syscall_restart()
182 if (chld == 0) { in test_ptrace_syscall_restart()
198 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
206 wait_trap(chld); in test_ptrace_syscall_restart()
237 wait_trap(chld); in test_ptrace_syscall_restart()
269 wait_trap(chld); in test_ptrace_syscall_restart()
285 if (waitpid(chld, &status, 0) != chld) in test_ptrace_syscall_restart()
299 if (chld < 0) in test_restart_under_ptrace()
319 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_restart_under_ptrace()
374 if (waitpid(chld, &status, 0) != chld) in test_restart_under_ptrace()
[all …]
H A Dfsgsbase_restore.c155 pid_t chld = fork(); in main() local
156 if (chld < 0) in main()
159 if (chld == 0) { in main()
185 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
190 if (ptrace(PTRACE_GETREGS, chld, NULL, &regs) != 0) in main()
208 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs2) != 0) in main()
210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
214 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main()
218 if (ptrace(PTRACE_SETREGS, chld, NULL, &regs) != 0) in main()
220 if (ptrace(PTRACE_DETACH, chld, NULL, NULL) != 0) in main()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c41 static void wait_trap(pid_t chld) in wait_trap() argument
47 if (si.si_pid != chld) in wait_trap()
57 pid_t chld; in test_ptrace_syscall_restart() local
61 chld = fork(); in test_ptrace_syscall_restart()
62 if (chld < 0) in test_ptrace_syscall_restart()
73 if (chld == 0) { in test_ptrace_syscall_restart()
88 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
94 wait_trap(chld); in test_ptrace_syscall_restart()
132 wait_trap(chld); in test_ptrace_syscall_restart()
175 wait_trap(chld); in test_ptrace_syscall_restart()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c41 static void wait_trap(pid_t chld) in wait_trap() argument
47 if (si.si_pid != chld) in wait_trap()
57 pid_t chld; in test_ptrace_syscall_restart() local
61 chld = fork(); in test_ptrace_syscall_restart()
62 if (chld < 0) in test_ptrace_syscall_restart()
73 if (chld == 0) { in test_ptrace_syscall_restart()
88 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
94 wait_trap(chld); in test_ptrace_syscall_restart()
132 wait_trap(chld); in test_ptrace_syscall_restart()
175 wait_trap(chld); in test_ptrace_syscall_restart()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c41 static void wait_trap(pid_t chld) in wait_trap() argument
47 if (si.si_pid != chld) in wait_trap()
57 pid_t chld; in test_ptrace_syscall_restart() local
61 chld = fork(); in test_ptrace_syscall_restart()
62 if (chld < 0) in test_ptrace_syscall_restart()
73 if (chld == 0) { in test_ptrace_syscall_restart()
88 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart()
94 wait_trap(chld); in test_ptrace_syscall_restart()
132 wait_trap(chld); in test_ptrace_syscall_restart()
175 wait_trap(chld); in test_ptrace_syscall_restart()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/core/properties/
H A DSatisfiesBianchi.cc14 Ex::sibling_iterator chld=tr.begin(it); in size() local
16 if(chld->fl.parent_rel!=str_node::p_none) { in size()
18 ++chld; in size()
20 assert(chld->fl.parent_rel==str_node::p_none); in size()
21 const TableauBase *tb=properties.get<TableauBase>(chld); in size()
37 Ex::sibling_iterator chld=tr.begin(it); in get_tab() local
39 if(chld->fl.parent_rel!=str_node::p_none) { in get_tab()
41 ++chld; in get_tab()
43 assert(chld->fl.parent_rel==str_node::p_none); in get_tab()
49 assert(tb->size(properties, tr, chld)==1); in get_tab()
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/eo/children/
H A Dchildren_main.c21 void *chld; in main() local
34 CHECK_ITER_DATA(iter, chld, child1); in main()
35 CHECK_ITER_DATA(iter, chld, child2); in main()
36 CHECK_ITER_DATA(iter, chld, child3); in main()
37 fail_if(eina_iterator_next(iter, &chld)); in main()
48 CHECK_ITER_DATA(iter, chld, child1); in main()
49 CHECK_ITER_DATA(iter, chld, child3); in main()
50 fail_if(eina_iterator_next(iter, &chld)); in main()
60 CHECK_ITER_DATA(iter, chld, child3); in main()
61 fail_if(eina_iterator_next(iter, &chld)); in main()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/normalform/
H A DIPv6RadixSet.cc445 now->chld[c] = now->chld[c]->removeRange(_rngs); in insert()
454 if (now->chld[0] && now->chld[1] in insert()
458 common_rngs = now->chld[0]->rngs & now->chld[1]->rngs; in insert()
465 if (! now->chld[c]->chld[gc]) { in insert()
467 now->chld[c] = tmp->chld[1-gc]; in insert()
555 now->chld[c] = now->chld[c]-> in remove()
599 if (now && !now->rngs && !now->chld[0] && !now->chld[1]) { in remove()
616 chld[c] = chld[c]->removeRange(_rngs); in removeRange()
845 chld[c] = chld[c]->removeRange(rngs); in makeMoreSpecific()
850 chld[c] = chld[c]->makeMoreSpecific(code, n, m); in makeMoreSpecific()
[all …]
H A DRadixSet.cc480 now->chld[c] = now->chld[c]->removeRange(_rngs); in insert()
490 if (now->chld[0] && now->chld[1] in insert()
494 common_rngs = now->chld[0]->rngs & now->chld[1]->rngs; in insert()
501 if (! now->chld[c]->chld[gc]) { in insert()
503 now->chld[c] = tmp->chld[1-gc]; in insert()
590 now->chld[c] = now->chld[c]-> in remove()
634 if (now && !now->rngs && !now->chld[0] && !now->chld[1]) { in remove()
651 chld[c] = chld[c]->removeRange(_rngs); in removeRange()
928 chld[c] = chld[c]->removeRange(rngs); in makeMoreSpecific()
933 chld[c] = chld[c]->makeMoreSpecific(code, n, m); in makeMoreSpecific()
[all …]
/dports/comms/qico/qico-15673bf/src/
H A Ddaemon.c226 sendrpkt(0,chld,""); in daemon_evt()
228 tosend=chld; in daemon_evt()
265 sendrpkt(0,chld,""); in daemon_evt()
271 rereadconfig( chld ); in daemon_evt()
272 sendrpkt(0,chld,""); in daemon_evt()
276 sendrpkt(0,chld,""); in daemon_evt()
280 sendrpkt(0,chld,""); in daemon_evt()
288 sendrpkt(0,chld,""); in daemon_evt()
483 pid_t chld; in daemon_mode() local
669 chld=fork(); in daemon_mode()
[all …]
/dports/devel/libfastjson/libfastjson-0.99.9/
H A Djson_object.c404 while (chld == NULL) { in fjson_child_get_empty_etry()
435 done: return chld; in fjson_child_get_empty_etry()
447 if (chld != NULL) { in fjson_object_object_add_ex()
448 if (chld->v != NULL) in fjson_object_object_add_ex()
450 chld->v = val; in fjson_object_object_add_ex()
459 chld->v = val; in fjson_object_object_add_ex()
496 if (chld == 0) { in fjson_object_object_get_ex()
500 *value = chld->v; in fjson_object_object_get_ex()
513 if (chld != NULL) { in fjson_object_object_del()
519 chld->k = NULL; in fjson_object_object_del()
[all …]
/dports/devel/agar/agar-1.5.0/core/
H A Dobject.c403 AG_ObjectLock(chld); in AG_ObjectAttach()
409 chld->parent = parent; in AG_ObjectAttach()
414 chld->attachFn->fn.fnVoid(chld->attachFn); in AG_ObjectAttach()
420 AG_ObjectGenName(parent, chld->cls, chld->name, in AG_ObjectAttach()
445 AG_ObjectUnlock(chld); in AG_ObjectAttach()
503 AG_ObjectLock(chld); in AG_ObjectDetach()
507 chld->detachFn->fn.fnVoid(chld->detachFn); in AG_ObjectDetach()
523 chld->parent = NULL; in AG_ObjectDetach()
524 chld->root = chld; in AG_ObjectDetach()
1333 AG_Object *chld; in AG_ObjectLoadGenericFromFile() local
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mcarray.cpp84 const Node &chld = itr.next(); in verify() local
87 if(chld.dtype().is_number()) in verify()
91 num_elems = chld.dtype().number_of_elements(); in verify()
94 if(chld.dtype().number_of_elements() != num_elems) in verify()
160 const Node &chld = itr.next(); in to_contiguous() local
165 DataType curr_dt = chld.dtype(); in to_contiguous()
169 index_t elem_bytes = chld.dtype().element_bytes(); in to_contiguous()
209 const Node &chld = itr.next(); in to_interleaved() local
210 index_t elem_bytes = DataType::default_dtype(chld.dtype().id()).element_bytes(); in to_interleaved()
219 const Node &chld = itr.next(); in to_interleaved() local
[all …]
/dports/textproc/p5-XML-Hash-LX/XML-Hash-LX-0.07/lib/XML/Hash/
H A DLX.pm306 my $chld = _x2h($_);
309 push @{ $res }, $chld if length $chld;
311 push @{ $res }, { $nn => $chld };
318 push @{$res->{$nn}}, $chld if defined $chld;
321 $res->{$nn} = $chld if length $chld;
323 $res->{$nn} = $chld;
/dports/net/p5-Net-Server/Net-Server-2.010/lib/Net/Server/
H A DFork.pm67 while (defined(my $chld = waitpid(-1, WNOHANG))) {
68 last if $chld <= 0;
69 $self->delete_child($chld);
80 while (defined(my $chld = waitpid(-1, WNOHANG))) {
81 last unless $chld > 0;
82 $self->delete_child($chld);
/dports/www/libhubbub/libhubbub-0.3.7/examples/
H A Dlibxml.c697 xmlNode *chld = (xmlNode *) child; in append_child() local
710 chld = xmlCopyNode(chld, 0); in append_child()
711 if (chld == NULL) in append_child()
714 *result = xmlAddChild(p, chld); in append_child()
716 assert(*result != (void *) chld); in append_child()
718 *result = xmlAddChild(p, chld); in append_child()
746 xmlNode *chld = (xmlNode *) child; in insert_before() local
752 chld = xmlCopyNode(chld, 0); in insert_before()
753 if (chld == NULL) in insert_before()
758 assert(*result != (void *) chld); in insert_before()
[all …]

12345678910>>...14