Searched refs:q_home (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/sendmail/src/ |
| HD | envelope.c | 1116 e->e_from.q_home = NULL; 1118 e->e_from.q_home = ""; 1120 e->e_from.q_home = sm_rpool_strdup_x(e->e_rpool, 1122 macdefine(&e->e_macro, A_PERM, 'z', e->e_from.q_home); 1142 e->e_from.q_home = NULL; 1149 if (e->e_from.q_home == NULL) 1151 e->e_from.q_home = getenv("HOME"); 1152 if (e->e_from.q_home != NULL) 1154 if (*e->e_from.q_home == '\0') 1155 e->e_from.q_home = NULL; [all …]
|
| HD | alias.c | 909 if (user->q_home == NULL) 912 user->q_home = "/no/such/directory"; 916 macdefine(&e->e_macro, A_PERM, 'z', user->q_home);
|
| HD | recipient.c | 1013 new->q_home = NULL; 1015 new->q_home = ""; 1017 new->q_home = sm_rpool_strdup_x(e->e_rpool,
|
| HD | savemail.c | 353 if (e->e_from.q_home != NULL) 354 p = e->e_from.q_home;
|
| HD | parseaddr.c | 2575 a->q_home == NULL ? "(none)" : a->q_home, 2843 macdefine(&e->e_macro, A_PERM, 'z', a->q_home);
|
| HD | deliver.c | 1702 p = to->q_home; 1704 p = ctladdr->q_home; 1749 p = to->q_home; 1751 p = ctladdr->q_home;
|
| HD | queue.c | 5592 a->q_home = NULL; 5594 a->q_home = ""; 5596 a->q_home = sm_rpool_strdup_x(e->e_rpool, pw->pw_dir);
|
| HD | sendmail.h | 243 char *q_home; /* home dir (local mailer only) */ member
|