Home
last modified time | relevance | path

Searched refs:from_user (Results 1 – 7 of 7) 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/usr.sbin/sndctl/
H A Dsndctl.c94 int from_user; member
146 { "from_user", F(from_user), NUM, NULL },
493 dp->from_user = NV(bool, FROM_USER); in read_dev()
782 if (dp->from_user) in mod_bitperfect()
798 if (dp->from_user) in mod_autoconv()
824 if (dp->from_user) in mod_realtime()
850 if (dp->from_user) in mod_play_vchans()
865 if (dp->from_user) in mod_play_rate()
880 if (dp->from_user) in mod_play_format()
895 if (dp->from_user) in mod_rec_vchans()
[all …]
/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.c944 nhop_set_mtu(struct nhop_object *nh, uint32_t mtu, bool from_user) in nhop_set_mtu() argument
946 if (from_user) { in nhop_set_mtu()