Home
last modified time | relevance | path

Searched refs:check_child (Results 1 – 25 of 32) sorted by relevance

12

/dports/textproc/spellutils/spellutils-0.7/
H A Dpospell.c45 static void check_child (void);
112 check_child (); in main()
122 check_child (); in main()
269 static void check_child () in check_child() function
H A Dnewsbody.c44 static void check_child (void);
109 check_child (); in main()
120 check_child (); in main()
280 static void check_child () in check_child() function
/dports/net/binkd/binkd-1.0.4/
H A Dcommon.h161 #define check_child(counter) if (got_sigchld) { blocksig(); chld(counter); unblocksig(); } macro
163 #define check_child(counter) macro
H A Dserver.c401 check_child(&n_servers); in do_server()
407 check_child(&n_servers); in do_server()
421 check_child(&n_servers); in do_server()
H A Dclient.c493 check_child(&n_clients); in do_client()
510 check_child(&n_clients); in do_client()
520 check_child(&n_clients); in do_client()
522 check_child(&n_clients); in do_client()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dexecbox.h65 bool check_child(int &exit_code); // Is child still running?
83 bool check_child(int &exit_code) { in check_child() function
H A Dexecbox.cc111 if (!check_child(exit_code)) { // Child done? in read_from_child()
230 bool Exec_process::check_child( function in Exec_process
/dports/net/ladvd/ladvd-1.1.2/tests/
H A DMakefile.am5 check_parent check_child check_cli
30 check_child_SOURCES = check_child.c $(common_headers) \
/dports/www/moodle310/moodle/backup/util/structure/tests/
H A Dbasenestedelement_test.php254 $check_child = $check_children['CHILD'];
255 $check_parent = $check_child->get_parent();
256 $this->assertEquals($check_child->get_name(), 'CHILD');
258 $this->assertEquals($check_child->get_level(), 2);
261 $this->assertEquals($check_child->get_parent(), $parent);
/dports/www/moodle311/moodle/backup/util/structure/tests/
H A Dbasenestedelement_test.php254 $check_child = $check_children['CHILD'];
255 $check_parent = $check_child->get_parent();
256 $this->assertEquals($check_child->get_name(), 'CHILD');
258 $this->assertEquals($check_child->get_level(), 2);
261 $this->assertEquals($check_child->get_parent(), $parent);
/dports/www/moodle39/moodle/backup/util/structure/tests/
H A Dbasenestedelement_test.php254 $check_child = $check_children['CHILD'];
255 $check_parent = $check_child->get_parent();
256 $this->assertEquals($check_child->get_name(), 'CHILD');
258 $this->assertEquals($check_child->get_level(), 2);
261 $this->assertEquals($check_child->get_parent(), $parent);
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/posix/
H A Dpsep_open.c579 static void check_child(pid_t child, bool die) in check_child() function
664 check_child(child, true); in parent_loop()
667 check_child(child, false); in parent_loop()
700 check_child(child, false); in parent_loop()
715 check_child(child, true); /* don't go stronger than this */ in parent_loop()
721 check_child(child, true); in parent_loop()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/posix/
H A Dpsep_open.c579 static void check_child(pid_t child, bool die) in check_child() function
664 check_child(child, true); in parent_loop()
667 check_child(child, false); in parent_loop()
700 check_child(child, false); in parent_loop()
715 check_child(child, true); /* don't go stronger than this */ in parent_loop()
721 check_child(child, true); in parent_loop()
/dports/x11/aclip/arcan-0.6.1/src/platform/posix/
H A Dpsep_open.c579 static void check_child(pid_t child, bool die) in check_child() function
664 check_child(child, true); in parent_loop()
667 check_child(child, false); in parent_loop()
700 check_child(child, false); in parent_loop()
715 check_child(child, true); /* don't go stronger than this */ in parent_loop()
721 check_child(child, true); in parent_loop()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/posix/
H A Dpsep_open.c579 static void check_child(pid_t child, bool die) in check_child() function
664 check_child(child, true); in parent_loop()
667 check_child(child, false); in parent_loop()
700 check_child(child, false); in parent_loop()
715 check_child(child, true); /* don't go stronger than this */ in parent_loop()
721 check_child(child, true); in parent_loop()
/dports/science/py-dlib/dlib-19.22/dlib/directed_graph/
H A Ddirected_graph_kernel_1.h73 static void check_child ( in check_child() function
195 static inline void check_child ( unsigned long , const node_type& ) { }
336 ) const { checker::check_child(edge_index,*this); return *children[edge_index]; }
340 ) { checker::check_child(edge_index,*this); return *children[edge_index]; }
/dports/science/dlib-cpp/dlib-19.22/dlib/directed_graph/
H A Ddirected_graph_kernel_1.h73 static void check_child ( in check_child() function
195 static inline void check_child ( unsigned long , const node_type& ) { }
336 ) const { checker::check_child(edge_index,*this); return *children[edge_index]; }
340 ) { checker::check_child(edge_index,*this); return *children[edge_index]; }
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dfr-process.c291 static gint check_child (gpointer data);
379 check_child, in start_current_command()
385 check_child (gpointer data) in check_child() function
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmenu/
H A Dmenu_console.c139 static void check_child(menu_t* menu);
196 if(mpriv->child) check_child(menu); in draw()
249 static void check_child(menu_t* menu) { in check_child() function
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmenu/
H A Dmenu_console.c139 static void check_child(menu_t* menu);
196 if(mpriv->child) check_child(menu); in draw()
249 static void check_child(menu_t* menu) { in check_child() function
/dports/dns/dns2tcp/dns2tcp-0.5.2/client/
H A Dclient.c364 int check_child(t_conf *conf) in check_child() function
466 if (check_child(conf)) in do_client()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-process.c634 static gboolean check_child (gpointer data);
775 check_child, in start_current_command()
830 check_child (gpointer data) in check_child() function
859 check_child, in check_child()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-process.c635 static gboolean check_child (gpointer data);
803 check_child, in start_current_command()
858 check_child (gpointer data) in check_child() function
887 check_child, in check_child()
/dports/net/openntpd/openntpd-6.8p1/src/
H A Dntpd.c52 void check_child(void);
402 check_child(); in main()
427 check_child(void) in check_child() function
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dell_emc/vmax/
H A Dmasking.py446 check_child = self.rest.is_child_sg_in_parent_sg(
451 if check_child and not child_sg:
456 elif check_child and child_sg:
469 if not msg and not check_child:

12