Searched refs:orphan_pgrp (Results 1 – 1 of 1) sorted by relevance
93 struct orphan_pgrp { struct95 struct orphan_pgrp *next; argument107 FILE *tconfcmdfile, struct orphan_pgrp *orphans,111 struct orphan_pgrp *orphans);114 static void mark_orphan(struct orphan_pgrp *orphans, pid_t cpid);115 static void orphans_running(struct orphan_pgrp *orphans);116 static void check_orphans(struct orphan_pgrp *orphans, int sig);159 struct orphan_pgrp *orphans, *orph; in main()382 orphans = malloc(sizeof(struct orphan_pgrp)); in main()383 memset(orphans, 0, sizeof(struct orphan_pgrp)); in main()[all …]