K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-02-09T21:23:41.868031Z K 7 svn:log V 302 MFC r283584: Relnotes: yes r283584 (by emaste): memmem(3): empty little string matches the beginning of the big string This function originated in glibc, and this matches their behaviour (and NetBSD, OpenBSD, and musl). An empty big string (arg "l") is handled by the existing l_len < s_len test. END