Lines Matching refs:q_user
136 return strcmp(yy->q_user, xx->q_user);
527 !addr_is_ascii(q->q_user))
534 q->q_user);
536 else if (strchr(q->q_user, '@') != NULL)
539 p, q->q_user);
568 p, q->q_user, MyHostName);
653 i = strlen(new->q_user);
664 (void) sm_strlcpy(buf, new->q_user, buflen);
866 message("including file %s", new->q_user);
867 ret = include(new->q_user, false, new,
874 shortenstring(new->q_user,
879 shortenstring(new->q_user,
889 shortenstring(new->q_user,
1015 new->q_user = sm_rpool_strdup_x(e->e_rpool,
1343 user = ctladdr->q_user;
1522 user = ca->q_user;
2078 sm_dprintf(" %s", c->q_user);
2084 sm_dprintf("\t... getpwnam(%s)... ", c->q_user);
2085 if (sm_mbdb_lookup(c->q_user, &user) == EX_OK)
2107 c->q_user);