Home
last modified time | relevance | path

Searched refs:from_user (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/sendmail/rmail/
H A Drmail.c102 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 Drmail.oldsys.patch69 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 Dptunit-asid.c102 static struct ptunit_result from_user(void) in from_user() function
405 ptu_run(suite, from_user); in main()
H A Dptunit-config.c99 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 Dnhop.h189 void nhop_set_mtu(struct nhop_object *nh, uint32_t mtu, bool from_user);
H A Dnhop_ctl.c951 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()