commit | e163e1c2d3a9f0ddcd88eafb5024d83b4f5a0b43 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 20 14:27:18 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 21 09:13:19 2015 -0400 |
tree | 78f2ca0e01f9013b8f88cc0970a77ee496e86bb3 | |
parent | 253cf4d318e5e2ace6c00519127e41d07e2cd7ef [diff] |
env: Simplify the reverse_strstr() interface The logic to find the whole matching name was split needlessly between the reverse_strstr function and its caller. Fully contain it to make the interface for calling it more consistent. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>