Home
last modified time | relevance | path

Searched refs:popen_list (Results 1 – 7 of 7) sorted by last modified time

/dports/net/py-ldap/python-ldap-3.4.0/Lib/slapdtest/
H A D_slapdtest.py380 popen_list = [
389 popen_list,
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/ldap0/
H A Dtest.py238 popen_list = [
245 popen_list.append('-v')
246 popen_list.extend(['-d', 'config'])
248 popen_list.append('-Q')
249 proc = subprocess.Popen(popen_list)
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dsys_popen.c38 } popen_list; typedef
40 static popen_list *popen_chain;
46 popen_list *entry = NULL; in sys_popenv()
71 entry = talloc_zero(NULL, popen_list); in sys_popenv()
91 popen_list *p; in sys_popenv()
144 popen_list **ptr = &popen_chain; in sys_pclose()
145 popen_list *entry = NULL; in sys_pclose()
/dports/devel/py-tox/tox-3.12.1/src/tox/
H A D_pytestplugin.py495 self.popens = popen_list
551 popen_list = []
564 popen_list.append((kwargs.get("env"), ret, cmd))
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dvms_comp.c222 static struct popen_cell *popen_list = NULL; variable
227 for(l=popen_list;l != NULL; l = l->next)
266 {popen_list = cell->next;
272 {if (popen_list)
273 popen_list->prev = cell;
275 cell->next = popen_list;
276 popen_list = cell;}
/dports/math/gri/gri-2.12.23/src/
H A Dpopen.cc51 static struct popen_cell *popen_list = NULL; variable
57 for (l = popen_list; l != NULL; l = l->next) in find_popen_cell()
106 popen_list = cell->next; in pclose_delq()
115 if (popen_list) in popen_push()
116 popen_list->prev = cell; in popen_push()
118 cell->next = popen_list; in popen_push()
119 popen_list = cell; in popen_push()
/dports/textproc/c2man/c2man-2.0.42/vms/
H A Dpopen.c35 static struct popen_cell *popen_list = NULL; variable
40 for(l=popen_list;l != NULL; l = l->next)
79 {popen_list = cell->next;
85 {if (popen_list)
86 popen_list->prev = cell;
88 cell->next = popen_list;
89 popen_list = cell;}