Lines Matching refs:q_user
66 sm_dprintf("alias(%s)\n", a->q_user);
95 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user);
101 a->q_user, obuf);
102 a->q_user = sm_rpool_strdup_x(e->e_rpool, obuf);
107 p = aliaslookup(a->q_user, &status, a->q_host);
130 a->q_paddr, a->q_host, a->q_user, p);
169 if (strncmp(a->q_user, "owner-", 6) == 0 ||
170 strlen(a->q_user) > sizeof(obuf) - 7)
173 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user);
904 if (SM_STRCASEEQ(al.q_user, "postmaster"))
905 makelower_a(&al.q_user, CurEnv->e_rpool);
907 lhssize = strlen(al.q_user);
926 dequote_internal_chars(al.q_user, lhsbuf, sizeof(lhsbuf));
933 map->map_class->map_store(map, al.q_user, rhs);
1001 macdefine(&e->e_macro, A_PERM, 'u', user->q_user);