Lines Matching refs:q_alias
243 a->q_alias = ctladdr;
504 if (new->q_alias == NULL)
513 for (q = new; q->q_alias != NULL; q = q->q_alias)
630 if (new->q_alias != NULL)
632 new->q_alias->q_state = QS_BADADDR;
633 new->q_alias->q_status = "5.4.6";
675 if (new->q_alias == NULL || UseMSP ||
683 else if (bitset(QBOGUSSHELL, new->q_alias->q_flags))
687 if (new->q_alias->q_ruser == NULL)
690 (long) new->q_alias->q_uid);
694 new->q_alias->q_ruser, MyHostName);
696 else if (bitset(QUNSAFEADDR, new->q_alias->q_flags))
703 new->q_alias->q_paddr);
854 if (new->q_alias == NULL || UseMSP ||
898 if (new->q_alias == NULL || UseMSP ||
906 else if (bitset(QBOGUSSHELL, new->q_alias->q_flags))
910 if (new->q_alias->q_ruser == NULL)
913 (long) new->q_alias->q_uid);
917 new->q_alias->q_ruser, MyHostName);
919 else if (bitset(QUNSAFEADDR, new->q_alias->q_flags))
926 new->q_alias->q_paddr);
1002 new->q_alias, (time_t) 0, e, new);
1009 new->q_alias, (time_t) 0, e, new);
1078 if (new->q_alias == NULL && new != &e->e_from &&
1127 while ((q = q->q_alias) != NULL)
2011 a = a->q_alias;
2044 for (b = a->q_alias; b != NULL; b = b->q_alias)
2116 c = c->q_alias;