Searched refs:SRC_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Db-strl.c30 #define SRC_SIZE 512 macro
70 char dest[SRC_SIZE], source[SRC_SIZE];
97 (void) sm_strlcpy(dest, "a small string at the start! ", SRC_SIZE - 1);
105 SRC_SIZE - 1);
117 strlcat(dest, source, SRC_SIZE - 1);
128 sm_strlcat(dest, source, SRC_SIZE - 1);
158 strlcpy(dest, source, SRC_SIZE - 1);
169 sm_strlcpy(dest, source, SRC_SIZE - 1);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_mp.c62 #define SRC_SIZE 0x4000 macro
106 if (bus_space_map(fdtbus_bs_tag, SRC_PHYSBASE, SRC_SIZE, 0, &src) != 0)
157 bus_space_unmap(fdtbus_bs_tag, src, SRC_SIZE);

Completed in 66 milliseconds