Searched refs:from_user (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/rmail/ |
H A D | rmail.c | 102 char *from_path, *from_sys, *from_user; local 134 from_path = from_sys = from_user = NULL; 255 if (from_user != NULL) 256 free(from_user); 257 from_user = newstr(addrp); 266 "from_user: %s\n", from_user); 300 from_path ? from_path : "", from_user);
|
/freebsd/contrib/sendmail/contrib/ |
H A D | rmail.oldsys.patch | 69 from_path ? from_path : "", from_user); 99 ! if (((from_path ? strlen(from_path) : 0) + strlen(from_user) + 3) 103 from_path ? from_path : "", from_user);
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-asid.c | 102 static struct ptunit_result from_user(void) in from_user() function 405 ptu_run(suite, from_user); in main()
|
H A D | ptunit-config.c | 99 static struct ptunit_result from_user(void) in from_user() function 537 ptu_run(suite, from_user); in main()
|
/freebsd/sys/net/route/ |
H A D | nhop.h | 189 void nhop_set_mtu(struct nhop_object *nh, uint32_t mtu, bool from_user);
|
H A D | nhop_ctl.c | 951 nhop_set_mtu(struct nhop_object *nh, uint32_t mtu, bool from_user) in nhop_set_mtu() argument 953 if (from_user) { in nhop_set_mtu()
|