Home
last modified time | relevance | path

Searched refs:CHILD (Results 126 – 150 of 1856) sorted by relevance

12345678910>>...75

/dports/sysutils/munin-master/munin-2.0.67/node/extras/
H A Dmunin-node-simple.in153 my $pid = open (CHILD, "-|");
161 my $tmp = join ('', <CHILD>);
162 close (CHILD);
/dports/sysutils/munin-common/munin-2.0.67/common/t/
H A Dmunin_common_tls.t80 socketpair(CHILD, PARENT, AF_UNIX, SOCK_STREAM, PF_UNSPEC)
83 CHILD->autoflush(1);
89 do_server(\*CHILD);
90 close CHILD;
96 close CHILD;
/dports/sysutils/munin-master/munin-2.0.67/common/t/
H A Dmunin_common_tls.t80 socketpair(CHILD, PARENT, AF_UNIX, SOCK_STREAM, PF_UNSPEC)
83 CHILD->autoflush(1);
89 do_server(\*CHILD);
90 close CHILD;
96 close CHILD;
/dports/sysutils/munin-node/munin-2.0.67/common/t/
H A Dmunin_common_tls.t80 socketpair(CHILD, PARENT, AF_UNIX, SOCK_STREAM, PF_UNSPEC)
83 CHILD->autoflush(1);
89 do_server(\*CHILD);
90 close CHILD;
96 close CHILD;
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-eval.cc1673 …ER && CHILD(0).isVariable() && CHILD(0).variable()->id() == VARIABLE_ID_E && CHILD(1).isNumber() &… in complexToPolarForm()
1689CHILD(1).isPower() && CHILD(1)[0].isVariable() && CHILD(1)[0].variable()->id() == VARIABLE_ID_E &&… in complexToPolarForm()
1699 CHILD(1).set(marg, true); in complexToPolarForm()
1701 CHILD(1).multiply(nr_one_i); in complexToPolarForm()
1732 …ER && CHILD(0).isVariable() && CHILD(0).variable()->id() == VARIABLE_ID_E && CHILD(1).isNumber() &… in complexToCisForm()
1745CHILD(1).isPower() && CHILD(1)[0].isVariable() && CHILD(1)[0].variable()->id() == VARIABLE_ID_E &&… in complexToCisForm()
1746 CHILD(1).set(CHILD(1)[1].number().imaginaryPart(), true); in complexToCisForm()
2256 if(CHILD(i).isNumber()) { in eval()
2259 CHILD(i).numberUpdated(); in eval()
2280 CHILD(0).numberUpdated(); in eval()
[all …]
/dports/www/p5-CGI-Simple/CGI-Simple-1.24/t/
H A D090.14838.t31 if ( open( CHILD, "|-" ) ) {
32 print CHILD $req->content;
33 close CHILD;
/dports/games/xzip/xzip/
H A Dobject.c12 #define CHILD 2 macro
97 child2 = read_object (obj2p, CHILD);
101 write_object (obj2p, CHILD, obj1);
150 child = read_object (parentp, CHILD);
156 write_object (parentp, CHILD, read_object (objp, NEXT));
234 child = read_object (get_object_address (obj), CHILD);
/dports/databases/py-sqlite3/Python-3.8.12/Parser/
H A Dnode.c88 last = CHILD(n, nch - 1); in _PyNode_FinalizeEndPos()
105 _PyNode_FinalizeEndPos(CHILD(n1, nch - 1)); in PyNode_AddChild()
168 freechildren(CHILD(n, i)); in freechildren()
181 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dpty.py20 CHILD = 0 variable
89 if pid == CHILD:
99 if pid == CHILD:
157 if pid == CHILD:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dpty.py20 CHILD = 0 variable
89 if pid == CHILD:
99 if pid == CHILD:
157 if pid == CHILD:
/dports/databases/py-gdbm/Python-3.8.12/Parser/
H A Dnode.c88 last = CHILD(n, nch - 1); in _PyNode_FinalizeEndPos()
105 _PyNode_FinalizeEndPos(CHILD(n1, nch - 1)); in PyNode_AddChild()
168 freechildren(CHILD(n, i)); in freechildren()
181 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
/dports/lang/python37/Python-3.7.12/Lib/
H A Dpty.py19 CHILD = 0 variable
88 if pid == CHILD:
98 if pid == CHILD:
155 if pid == CHILD:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dpty.py20 CHILD = 0 variable
89 if pid == CHILD:
99 if pid == CHILD:
157 if pid == CHILD:
/dports/lang/python-tools/Python-3.8.12/Parser/
H A Dnode.c88 last = CHILD(n, nch - 1); in _PyNode_FinalizeEndPos()
105 _PyNode_FinalizeEndPos(CHILD(n1, nch - 1)); in PyNode_AddChild()
168 freechildren(CHILD(n, i)); in freechildren()
181 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
/dports/lang/python39/Python-3.9.9/Lib/
H A Dpty.py20 CHILD = 0 variable
89 if pid == CHILD:
99 if pid == CHILD:
157 if pid == CHILD:
/dports/lang/python39/Python-3.9.9/Parser/
H A Dnode.c89 last = CHILD(n, nch - 1); in _PyNode_FinalizeEndPos()
106 _PyNode_FinalizeEndPos(CHILD(n1, nch - 1)); in PyNode_AddChild()
169 freechildren(CHILD(n, i)); in freechildren()
182 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
/dports/lang/python38/Python-3.8.12/Parser/
H A Dnode.c88 last = CHILD(n, nch - 1); in _PyNode_FinalizeEndPos()
105 _PyNode_FinalizeEndPos(CHILD(n1, nch - 1)); in PyNode_AddChild()
168 freechildren(CHILD(n, i)); in freechildren()
181 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpty.py19 CHILD = 0 variable
99 if pid == CHILD:
109 if pid == CHILD:
160 if pid == CHILD:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dpty.py20 CHILD = 0 variable
89 if pid == CHILD:
99 if pid == CHILD:
157 if pid == CHILD:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dpty.py20 CHILD = 0 variable
89 if pid == CHILD:
99 if pid == CHILD:
157 if pid == CHILD:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Parser/
H A Dnode.c88 last = CHILD(n, nch - 1); in _PyNode_FinalizeEndPos()
105 _PyNode_FinalizeEndPos(CHILD(n1, nch - 1)); in PyNode_AddChild()
168 freechildren(CHILD(n, i)); in freechildren()
181 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc69 enum { PARENT, CHILD, EVENT, NUM_HANDLES }; enumerator
330 wait_handles[CHILD] = process_info.hProcess; in main()
342 case WAIT_OBJECT_0 + CHILD: in main()
343 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
369 if (wait_res != WAIT_OBJECT_0 + CHILD) { in main()
373 if ((wait_res = WaitForSingleObject(wait_handles[CHILD], INFINITE)) != in main()
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpty.py24 CHILD = 0 variable
93 if pid == CHILD:
103 if pid == CHILD:
170 if pid == CHILD:
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dpty.py19 CHILD = 0 variable
99 if pid == CHILD:
109 if pid == CHILD:
166 if pid == CHILD:
/dports/lang/python27/Python-2.7.18/Lib/
H A Dpty.py19 CHILD = 0 variable
99 if pid == CHILD:
109 if pid == CHILD:
166 if pid == CHILD:

12345678910>>...75