Searched refs:orphan_pgrp (Results 1 – 1 of 1) sorted by relevance
94 struct orphan_pgrp { struct96 struct orphan_pgrp *next; argument108 FILE *tconfcmdfile, struct orphan_pgrp *orphans,112 struct orphan_pgrp *orphans);115 static void mark_orphan(struct orphan_pgrp *orphans, pid_t cpid);116 static void orphans_running(struct orphan_pgrp *orphans);117 static void check_orphans(struct orphan_pgrp *orphans, int sig);163 struct orphan_pgrp *orphans, *orph; in main()390 orphans = malloc(sizeof(struct orphan_pgrp)); in main()391 memset(orphans, 0, sizeof(struct orphan_pgrp)); in main()[all …]