Home
last modified time | relevance | path

Searched refs:hchild (Results 1 – 25 of 122) sorted by relevance

12345

/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DQTfile.pm49 $hchild{'moov'} = 8;
50 $hchild{'trak'} = 8;
51 $hchild{'edts'} = 8;
52 $hchild{'mdia'} = 8;
53 $hchild{'minf'} = 8;
54 $hchild{'dinf'} = 8;
55 $hchild{'stbl'} = 8;
56 $hchild{'udta'} = 8;
60 $hchild{'day'} = 8;
61 $hchild{'cmt'} = 8;
[all …]
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/dataimport/
H A Ddialog_hdf5.py79 hchild = grp[child]
82 if isinstance(hchild, h5py.Group):
84 parent, hchild.name, dispname(hchild))
85 addsub(childnode, hchild, datanodes)
86 elif isinstance(hchild, h5py.Dataset):
88 dtype = hchild.dtype
97 parent, hchild.name, dispname(hchild), hchild.shape)
101 fdtype = hchild.dtype[field]
107 hchild.attrs, field)
110 hchild.name+'/'+field,
[all …]
/dports/lang/parrot/parrot-8.1.0/src/platform/win32/
H A Dio.c515 HANDLE hchild = INVALID_HANDLE_VALUE; in Parrot_io_internal_open_pipe() local
543 current, &hchild, in Parrot_io_internal_open_pipe()
548 if (hchild == INVALID_HANDLE_VALUE) in Parrot_io_internal_open_pipe()
563 start.hStdOutput = hchild; in Parrot_io_internal_open_pipe()
564 start.hStdError = hchild; in Parrot_io_internal_open_pipe()
567 start.hStdInput = hchild; in Parrot_io_internal_open_pipe()
601 if (hchild != INVALID_HANDLE_VALUE) in Parrot_io_internal_open_pipe()
602 CloseHandle(hchild); in Parrot_io_internal_open_pipe()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A Dbwatch.c49 WEntry *hchild[HashSize]; member
121 map.hchild[hash(w->c)] = w->cnext; in _bwatchResetParent()
136 for(w=map.hchild[h]; w; w=next){ in _bwatchResetChild()
150 map.hchild[h] = w->cnext; in _bwatchResetChild()
163 for(w=map.hchild[h]; w; w=w->cnext) in parent()
189 w->cnext = map.hchild[h]; in addChild()
192 map.hchild[h] = w; in addChild()
/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/
H A Dwindow.cocci16 - W->hchild
17 + WVAR (W, hchild)
135 - XWINDOW (O)->hchild
136 + WVAR (XWINDOW (O), hchild)
/dports/editors/emacs/emacs-27.2/admin/coccinelle/
H A Dwindow.cocci16 - W->hchild
17 + WVAR (W, hchild)
135 - XWINDOW (O)->hchild
136 + WVAR (XWINDOW (O), hchild)
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dtex-make.c201 HANDLE hchild; in maketex() local
234 hchild = (HANDLE)_spawnvp(_P_NOWAIT, fullbin, (const char * const *) args); in maketex()
239 if(hchild == (HANDLE)(-1)) { in maketex()
244 if(hchild) { in maketex()
258 if(!GetExitCodeProcess(hchild, &nexitcode)) { in maketex()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dtex-make.c201 HANDLE hchild; in maketex() local
234 hchild = (HANDLE)spawnvp(_P_NOWAIT, fullbin, (const char * const *) args); in maketex()
239 if((int)hchild == -1) { in maketex()
244 if(hchild) { in maketex()
258 if(!GetExitCodeProcess(hchild, &nexitcode)) { in maketex()
/dports/security/pinentry-tty/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent; in center_window() local
254 hchild = rchild.bottom - rchild.top; in center_window()
269 ynew = rparent.top + ((hparent - hchild) / 2); in center_window()
272 else if ((ynew+hchild) > hscreen) in center_window()
273 ynew = hscreen - hchild; in center_window()
/dports/security/pinentry-gtk2/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent; in mirrored()
254 hchild = rchild.bottom - rchild.top; in mirrored()
269 ynew = rparent.top + ((hparent - hchild) / 2); in mirrored()
272 else if ((ynew+hchild) > hscreen) in mirrored()
273 ynew = hscreen - hchild; in mirrored()
/dports/security/pinentry-efl/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent;
254 hchild = rchild.bottom - rchild.top;
269 ynew = rparent.top + ((hparent - hchild) / 2);
272 else if ((ynew+hchild) > hscreen)
273 ynew = hscreen - hchild;
/dports/security/pinentry-curses/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent; in center_window() local
254 hchild = rchild.bottom - rchild.top; in center_window()
269 ynew = rparent.top + ((hparent - hchild) / 2); in center_window()
272 else if ((ynew+hchild) > hscreen) in center_window()
273 ynew = hscreen - hchild; in center_window()
/dports/security/pinentry/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent;
254 hchild = rchild.bottom - rchild.top;
269 ynew = rparent.top + ((hparent - hchild) / 2);
272 else if ((ynew+hchild) > hscreen)
273 ynew = hscreen - hchild;
/dports/security/pinentry-gnome3/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent; in center_window() local
254 hchild = rchild.bottom - rchild.top; in center_window()
269 ynew = rparent.top + ((hparent - hchild) / 2); in center_window()
272 else if ((ynew+hchild) > hscreen) in center_window()
273 ynew = hscreen - hchild; in center_window()
/dports/security/pinentry-qt5/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent; in center_window() local
254 hchild = rchild.bottom - rchild.top; in center_window()
269 ynew = rparent.top + ((hparent - hchild) / 2); in center_window()
272 else if ((ynew+hchild) > hscreen) in center_window()
273 ynew = hscreen - hchild; in center_window()
/dports/security/pinentry-fltk/pinentry-1.1.1/w32/
H A Dmain.c247 int wchild, hchild, wparent, hparent; in center_window() local
254 hchild = rchild.bottom - rchild.top; in center_window()
269 ynew = rparent.top + ((hparent - hchild) / 2); in center_window()
272 else if ((ynew+hchild) > hscreen) in center_window()
273 ynew = hscreen - hchild; in center_window()
/dports/print/texlive-base/texlive-20150521-source/texk/dvipng/dvipng-1.15/
H A Dspecial.c159 HANDLE hchild; in ps2png() local
216 if ((hchild= in ps2png()
284 GetExitCodeProcess((HANDLE)hchild, &nexitcode); in ps2png()
285 CloseHandle((HANDLE)hchild); in ps2png()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Dexecnt.cpp1073 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1109 if ( hchild ) in is_parent_child()
1115 tchild = creation_time( hchild ); in is_parent_child()
1119 CloseHandle( hchild ); in is_parent_child()
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Dexecnt.cpp1066 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1092 if ( hchild ) in is_parent_child()
1098 tchild = creation_time( hchild ); in is_parent_child()
1102 CloseHandle( hchild ); in is_parent_child()
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Dexecnt.cpp1066 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1092 if ( hchild ) in is_parent_child()
1098 tchild = creation_time( hchild ); in is_parent_child()
1102 CloseHandle( hchild ); in is_parent_child()
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Dexecnt.cpp1066 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1092 if ( hchild ) in is_parent_child()
1098 tchild = creation_time( hchild ); in is_parent_child()
1102 CloseHandle( hchild ); in is_parent_child()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Dexecnt.cpp1066 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1092 if ( hchild ) in is_parent_child()
1098 tchild = creation_time( hchild ); in is_parent_child()
1102 CloseHandle( hchild ); in is_parent_child()
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Dexecnt.cpp1073 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1109 if ( hchild ) in is_parent_child()
1115 tchild = creation_time( hchild ); in is_parent_child()
1119 CloseHandle( hchild ); in is_parent_child()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Dexecnt.c1106 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1132 if ( hchild ) in is_parent_child()
1138 tchild = creation_time( hchild ); in is_parent_child()
1142 CloseHandle( hchild ); in is_parent_child()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Dexecnt.c1106 HANDLE const hchild = OpenProcess( PROCESS_QUERY_INFORMATION, in is_parent_child() local
1132 if ( hchild ) in is_parent_child()
1138 tchild = creation_time( hchild ); in is_parent_child()
1142 CloseHandle( hchild ); in is_parent_child()

12345