Home
last modified time | relevance | path

Searched refs:child_add (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dprefcolumnview.c63 VIEW_CLASS( parent_class )->child_add( parent, child ); in prefcolumnview_child_add()
84 view_class->child_add = prefcolumnview_child_add; in prefcolumnview_class_init()
H A Dprefworkspaceview.c68 VIEW_CLASS( parent_class )->child_add( parent, child ); in prefworkspaceview_child_add()
99 view_class->child_add = prefworkspaceview_child_add; in prefworkspaceview_class_init()
H A Dworkspaceroot.c60 ICONTAINER_CLASS( parent_class )->child_add( parent, child, pos ); in workspaceroot_child_add()
89 icontainer_class->child_add = workspaceroot_child_add; in workspaceroot_class_init()
H A Drhsview.c150 VIEW_CLASS( parent_class )->child_add( parent, child ); in rhsview_child_add()
184 view_class->child_add = rhsview_child_add; in rhsview_class_init()
/dports/devel/efl/efl-1.25.1/src/tests/eldbus/
H A Deldbus_test_eldbus_model_proxy.c129 EFL_START_TEST(child_add) in EFL_START_TEST() argument
166 tcase_add_test(tc, child_add); in eldbus_test_eldbus_model_proxy()
H A Deldbus_test_eldbus_model_signal.c121 EFL_START_TEST(child_add) in EFL_START_TEST() argument
160 tcase_add_test(tc, child_add); in eldbus_test_eldbus_model_signal()
H A Deldbus_test_eldbus_model_connection.c152 EFL_START_TEST(child_add) in EFL_START_TEST() argument
185 tcase_add_test(tc, child_add); in eldbus_test_eldbus_model_connection()
H A Deldbus_test_eldbus_model_method.c153 EFL_START_TEST(child_add) in EFL_START_TEST() argument
190 tcase_add_test(tc, child_add); in eldbus_test_eldbus_model_method()
H A Deldbus_test_eldbus_model_object.c153 EFL_START_TEST(child_add) in EFL_START_TEST() argument
215 tcase_add_test(tc, child_add); in eldbus_test_eldbus_model_object()
H A Deldbus_test_fake_server_eldbus_model_proxy.c187 EFL_START_TEST(child_add) in EFL_START_TEST() argument
225 tcase_add_test(tc, child_add); in eldbus_test_fake_server_eldbus_model_proxy()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/ftp/proftpd/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/include/
H A Dchild.h41 int child_add(pid_t, int);
/dports/devel/efl/efl-1.25.1/src/lib/efl_mono/
H A Defl_mono_model_internal_child.eo12 Efl.Model.child_add;
H A Defl_mono_model_internal.eo23 Efl.Model.child_add;
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dsmtpd.c106 static struct child *child_add(pid_t, int, const char *);
1109 child_add(p_queue->pid, CHILD_DAEMON, proc_title(PROC_QUEUE)); in smtpd()
1110 child_add(p_control->pid, CHILD_DAEMON, proc_title(PROC_CONTROL)); in smtpd()
1111 child_add(p_lka->pid, CHILD_DAEMON, proc_title(PROC_LKA)); in smtpd()
1112 child_add(p_scheduler->pid, CHILD_DAEMON, proc_title(PROC_SCHEDULER)); in smtpd()
1113 child_add(p_pony->pid, CHILD_DAEMON, proc_title(PROC_PONY)); in smtpd()
1114 child_add(p_ca->pid, CHILD_DAEMON, proc_title(PROC_CA)); in smtpd()
1265 child_add(pid_t pid, int type, const char *title) in child_add() function
1399 child_add(pid, CHILD_PROCESSOR, name); in fork_filter_process()
1572 child = child_add(pid, CHILD_MDA, NULL); in forkmda()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Defl_generic_model.eo20 Efl.Model.child_add;
/dports/devel/efl/efl-1.25.1/src/lib/eldbus/
H A Deldbus_model.eo53 Efl.Model.child_add;
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dchild.c33 int child_add(pid_t pid, int fd) { in child_add() function

123