Searched refs:orphan_pgrp (Results 1 – 1 of 1) sorted by relevance
95 struct orphan_pgrp { struct97 struct orphan_pgrp *next; argument109 FILE *tconfcmdfile, struct orphan_pgrp *orphans,113 struct orphan_pgrp *orphans);116 static void mark_orphan(struct orphan_pgrp *orphans, pid_t cpid);117 static void orphans_running(struct orphan_pgrp *orphans);118 static void check_orphans(struct orphan_pgrp *orphans, int sig);164 struct orphan_pgrp *orphans, *orph; in main()391 orphans = malloc(sizeof(struct orphan_pgrp)); in main()392 memset(orphans, 0, sizeof(struct orphan_pgrp)); in main()[all …]